summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:54:32 -0700
committerMark Wagie2024-01-21 17:54:32 -0700
commit5f8d7e2f036bac3b1216730975ac8be3587fafe2 (patch)
tree519f362c33f8f336f994f63238030bfd25ba689d
parent0b5eb55192db844d239a19adf8c1c80e5792f25e (diff)
downloadaur-5f8d7e2f036bac3b1216730975ac8be3587fafe2.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6864e9e3c0..0f99cbae99da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = warpinator-git
pkgrel = 1
url = https://github.com/linuxmint/warpinator
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = git
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 68267682d260..25efb30fab4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Share files across the LAN"
arch=('any')
url="https://github.com/linuxmint/warpinator"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=(
'gtk3'
'libnm'