summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO.license2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO.license b/.SRCINFO.license
new file mode 100644
index 000000000000..96f300d77852
--- /dev/null
+++ b/.SRCINFO.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2019 Max Mehl
+SPDX-License-Identifier: CC0-1.0
diff --git a/PKGBUILD b/PKGBUILD
index 97521ee410d9..34bb876c5512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,6 @@
# Maintainer: Max Mehl <aur at mehl dot mx>
+# SPDX-FileCopyrightText: 2019 Max Mehl
+# SPDX-License-Identifier: CC0-1.0
pkgname='reuse'
pkgver=0.4.1
@@ -6,7 +8,7 @@ pkgrel=1
pkgdesc='Helper tool for providing and confirming copyright and licensing information'
arch=('any')
url='https://git.fsfe.org/reuse/tool'
-license=('GPL3')
+license=('GPL-3.0-or-later' 'Apache-2.0' 'CC-BY-SA-4.0' 'CC0-1.0')
depends=('python' 'git')
makedepends=('python-setuptools')
source=(