summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:42:38 -0500
committerAndrew O'Neill2024-01-30 21:42:38 -0500
commit71657ad8f282ba0b263ee526d3e1231898106f42 (patch)
tree983df4fc0bd05d39a55f6fbdc7d90c550dbc6401
parentd37da8390e08ded8793bf9379177c470968dd021 (diff)
downloadaur-71657ad8f282ba0b263ee526d3e1231898106f42.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc56ed2f1ed..2379e5748f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = yash
arch = x86_64
arch = armv7h
arch = aarch64
- license = GPL
+ license = GPL-2.0-only
makedepends = asciidoc
makedepends = ed
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index c312683068c1..6b434c1b3283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Yet Another SHell is a POSIX-compliant command line shell'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://yash.osdn.jp'
-license=('GPL')
+license=('GPL-2.0-only')
depends=('ncurses')
makedepends=('asciidoc' 'ed')
options=('lto')