From fabd3ec91a1f9245aa753f96e874810b11d1e986 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 12 Jun 2023 15:23:53 +0200 Subject: [PATCH] Add SPDX licence identifiers --- openssl-pkcs11.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index 17fbd38..d430fe8 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -7,7 +7,8 @@ Release: 3%{?dist} Name: openssl-pkcs11 Summary: A PKCS#11 engine for use with OpenSSL # The source code is LGPLv2+ except eng_back.c and eng_parse.c which are BSD -License: LGPLv2+ and BSD +# There are parts licensed with OpenSSL license too +License: LGPL-2.1-or-later AND BSD-2-Clause AND OpenSSL URL: https://github.com/OpenSC/libp11 Source0: https://github.com/OpenSC/libp11/releases/download/libp11-%{version}/libp11-%{version}.tar.gz