From 1b33f03cf448f2f88f598161e52e26b3f5f32dfb Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 1 Aug 2025 12:17:36 +0200 Subject: [PATCH] update license --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 28e7283..be75203 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = pkcs11-helper pkgrel = 2 url = https://github.com/OpenSC/pkcs11-helper arch = x86_64 - license = GPL + license = GPL-2.0-only license = BSD makedepends = git depends = gnutls diff --git a/PKGBUILD b/PKGBUILD index 4350006..a1df351 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='A library that simplifies the interaction with PKCS11 providers for end-user applications using a simple API and optional OpenSSL engine' arch=('x86_64') url='https://github.com/OpenSC/pkcs11-helper' -license=('GPL' 'BSD') +license=('GPL-2.0-only' 'BSD') depends=('gnutls' 'nss' 'openssl') makedepends=('git') provides=('libpkcs11-helper.so')