summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:18:07 -0500
committerAndrew O'Neill2024-01-30 21:18:07 -0500
commit879f2ee82997e91b055f23c5bc35f581bcb2805c (patch)
tree2bd197ae2866b0971d796e6ed59dbfb8715e1ab4
parent12dc9997dec259fb739355dbe4bab80c69753e1c (diff)
downloadaur-879f2ee82997e91b055f23c5bc35f581bcb2805c.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 7089c73d1e59..09de8c5e5ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gretl
pkgrel = 1
url = http://gretl.sourceforge.net/
arch = x86_64
- license = GPL
+ license = GPL-3.0-only
depends = gtksourceview3
depends = blas
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 064ce5a7cad1..5dc1be6f877e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A cross-platform software package for econometric analysis, written in the C programming language'
arch=('x86_64')
url='http://gretl.sourceforge.net/'
-license=('GPL')
+license=('GPL-3.0-only')
options=('!makeflags')
depends=('gtksourceview3' 'blas' 'curl' 'lapack' 'mpfr' 'fftw' 'gnuplot' 'gmp')
optdepends=('readline: provides a nice editable command line in gretlcli'