From 97bd09133ae6f23a4b34beb9acb30c81f221c8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Sat, 14 Oct 2023 06:24:54 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- gcr3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gcr3.spec b/gcr3.spec index 5be1ca3..054cf53 100644 --- a/gcr3.spec +++ b/gcr3.spec @@ -7,7 +7,11 @@ Version: 3.41.1 Release: 6%{?dist} Summary: A library for bits of crypto UI and parsing -License: LGPLv2+ +# gck/pkcs11n.h is MPL 1.1/GPL 2.0/LGPL 2.1 +# for LicenseRef-Fedora-Public-Domain see https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/424 +# gck/pkcs11x.h is FSFULLRWD +# ui/icons/render-icons.py is LGPL-3.0-or-later OR CC-BY-SA-3.0 +License: LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND FSFULLRWD AND (LGPL-3.0-or-later OR CC-BY-SA-3.0) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) URL: https://wiki.gnome.org/Projects/CryptoGlue Source0: https://download.gnome.org/sources/gcr/3.41/gcr-%{version}.tar.xz