summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48af8a2dba52..67c8ea27afa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = slurm
pkgrel = 2
url = https://github.com/mattthias/slurm
arch = x86_64
- license = GPL-2.0-only
+ license = GPL-2.0-or-later
makedepends = meson
depends = ncurses
conflicts = slurm-llnl
diff --git a/PKGBUILD b/PKGBUILD
index ac2db824f9e2..ef4fb0466b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.4.4
pkgrel=2
pkgdesc="yet another network load monitor"
url="https://github.com/mattthias/slurm"
-license=("GPL-2.0-only")
+license=("GPL-2.0-or-later")
arch=('x86_64')
depends=('ncurses')
makedepends=('meson')