summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:27:49 -0500
committerAndrew O'Neill2024-01-30 21:27:49 -0500
commitc16ed179d4d0ccbd1c7cba6c66d23763e512ce39 (patch)
treeacc187b4b9adb3416256bf7e3cc001a4e9082f39
parent4e9a8dfb7ae5c1fb3de65d439bda2bcfa0e2e638 (diff)
downloadaur-c16ed179d4d0ccbd1c7cba6c66d23763e512ce39.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 cf782241f18c..5d30d045642a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pgtcl
pkgrel = 1
url = https://flightaware.github.io/Pgtcl/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
depends = postgresql
depends = postgresql-libs
depends = tcl
diff --git a/PKGBUILD b/PKGBUILD
index 83acafa9e1f0..b3d4fea75037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Tcl client side interface to PostgreSQL (libpgtcl)'
arch=('x86_64')
url="https://flightaware.github.io/${_pkgname}/"
-license=('BSD')
+license=('BSD-3-Clause')
depends=('postgresql' 'postgresql-libs' 'tcl')
conflicts=('pgtcl-ng')
provides=('libpgtcl')