From cb7eee5c92973a6ab1bf320c1be9681f14c6ac8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 21 Jul 2024 07:32:40 +0200 Subject: [PATCH] Adopt SPDX identifiers for license fields --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 710496c..e200204 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = systemtap url = https://sourceware.org/systemtap/ install = systemtap.install arch = x86_64 - license = GPL + license = GPL-2.0-or-later makedepends = python-setuptools makedepends = xmlto depends = elfutils diff --git a/PKGBUILD b/PKGBUILD index c6dab89..f7222fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system" url="https://sourceware.org/systemtap/" arch=('x86_64') -license=('GPL') +license=('GPL-2.0-or-later') depends=('elfutils' 'nss' 'python' 'cpio') makedepends=('python-setuptools' 'xmlto') optdepends=('sqlite3: for storing results in a database')