summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Knight2024-03-02 13:06:21 -0500
committerJames Knight2024-03-02 13:06:21 -0500
commit6373613d44d7e416fcf9a5dd7a65e7b09af2a8c4 (patch)
treeaeebf236bc1e285721bc1149a4cfbf5d0ed023b0
parent2bdc4f0d68650b6a1c033d4dd04d2060c80056d1 (diff)
downloadaur-6373613d44d7e416fcf9a5dd7a65e7b09af2a8c4.tar.gz
update license field to use a spdx compatible license id
Signed-off-by: James Knight <james.d.knight@live.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80e1bf24a01a..907688d38e47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = releng-tool
pkgrel = 1
url = https://releng.io/
arch = any
- license = BSD
+ license = BSD-2-Clause
makedepends = python
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 6b58143e2e75..c86a053a4083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A tool to manage the building of packages'
url=https://releng.io/
arch=(any)
-license=(BSD)
+license=(BSD-2-Clause)
makedepends=(
python
python-build