summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2024-04-15 11:31:24 +0200
committerChristian Hesse2024-04-15 11:31:24 +0200
commit0cc022b684e27f3f30f57802e47a45cc446b8ae5 (patch)
tree6a468d48649dfcb5e1f1b30c6475af3f3fca584f
parentaafb80f0bd4a0cb3f054d29b4740215803365a5b (diff)
downloadaur-0cc022b684e27f3f30f57802e47a45cc446b8ae5.tar.gz
use SPDX identifier for license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fc2f8802816..31af93195197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cgit-git
install = cgit.install
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = git
makedepends = zlib
makedepends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 83c8262ceef0..a4204a2af035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc='A web interface for git written in plain C - git checkout'
arch=('i686' 'x86_64')
url='https://git.zx2c4.com/cgit/'
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('openssl' 'luajit')
makedepends=('git' 'zlib' 'curl' 'asciidoc')
optdepends=('groff: about page using man page syntax'