summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2024-04-08 20:03:30 +0200
committerMax Harmathy2024-04-08 20:33:32 +0200
commit8ce04565ecf6ca6d936ed3abb53b2db6633c0ff5 (patch)
treea51ce9839785e414b5ecf8cc32b079e56e23e2db
parent402acae65b50c7d8e28b93089066946c7ec7c783 (diff)
downloadaur-8ce04565ecf6ca6d936ed3abb53b2db6633c0ff5.tar.gz
Use SPDX license identifiers
following https://rfc.archlinux.page/0016-spdx-license-identifiers/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e4379d483a4..76750ce23e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = pristine-tar
url = https://salsa.debian.org/debian/pristine-tar
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later AND BSD-3-Clause
checkdepends = shunit2
checkdepends = diffoscope
depends = pbzip2
diff --git a/PKGBUILD b/PKGBUILD
index 55a5268ed176..8488142c75de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Tool to regenerate a pristine upstream tarball using only a small binary delta file and a copy of the source which can be a revision control checkout."
arch=('i686' 'x86_64')
url="https://salsa.debian.org/debian/pristine-tar"
-license=('GPL')
+license=('GPL-2.0-or-later AND BSD-3-Clause')
depends=(
pbzip2
perl