From 80782601ca9ac9b2f2ad10bfd8559ef065cfd87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20B=C3=A9rat?= Date: Wed, 27 Sep 2023 16:44:14 +0200 Subject: [PATCH] Migrate to SPDX licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Few license approval requests have been filed: GPL-2.0-or-later WITH Autoconf-exception-macro - https://gitlab.com/fedora/legal/fedora-license-data/-/issues/358 FSFAP-no-warranty-disclaimer - https://gitlab.com/fedora/legal/fedora-license-data/-/issues/359 LGPL-3.0-or-later WITH Autoconf-exception-macro - https://gitlab.com/fedora/legal/fedora-license-data/-/issues/360 License scanning done on the binary RPM itself since all files are text files. Signed-off-by: Frédéric Bérat --- autoconf-archive.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/autoconf-archive.spec b/autoconf-archive.spec index bfdd9b6..4466874 100644 --- a/autoconf-archive.spec +++ b/autoconf-archive.spec @@ -1,9 +1,11 @@ Name: autoconf-archive Version: 2023.02.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Autoconf Macro Archive -License: GPLv3+ with exceptions +# The following licenses were seen in the binary rpm. +# We only try to make an exhaustive list, not to decide what is to be applied. +License: GPL-2.0-or-later WITH Autoconf-exception-macro AND GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-3.0 AND GPL-3.0-or-later WITH Autoconf-exception-macro AND GFDL-1.3-or-later AND LGPL-3.0-or-later WITH Autoconf-exception-macro AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND FSFAP AND FSFAP-no-warranty-disclaimer AND FSFULLR URL: https://www.gnu.org/software/autoconf-archive/ Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig @@ -42,6 +44,9 @@ rm -frv %{buildroot}%{_datadir}/doc/%{name} %{_infodir}/autoconf-archive.info* %changelog +* Wed Sep 27 2023 Frederic Berat - 2023.02.20-3 +- Migrate to SPDX licenses (#2222089) + * Wed Jul 19 2023 Fedora Release Engineering - 2023.02.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild