Migrate License field to SPDX identifiers

https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
Reviewed-by: Frédéric Bérat <fberat@redhat.com>
This commit is contained in:
Arjun Shankar 2023-10-26 18:35:33 +02:00
parent f625dfc396
commit dd98084648

View File

@ -3,8 +3,16 @@
Summary: Berkeley Yacc, a parser generator Summary: Berkeley Yacc, a parser generator
Name: byacc Name: byacc
Version: 2.0.%{byaccdate} Version: 2.0.%{byaccdate}
Release: 1%{?dist} Release: 2%{?dist}
License: Public Domain
# An SPDX license string check done against byacc-20230521 using fossology
# found strings corresponding to the licenses noted below across the byacc
# source tree. byacc is in the public domain, and the "public domain
# declaration" was documented in fedora-license-data as per Fedora policy
# via the following commit:
# https://gitlab.com/fedora/legal/fedora-license-data/-/commit/04ec53689413bb
License: LicenseRef-Fedora-Public-Domain AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND X11 AND X11-distribute-modifications-variant AND FSFUL
URL: http://invisible-island.net/byacc/byacc.html URL: http://invisible-island.net/byacc/byacc.html
Source: ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz Source: ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz
@ -51,6 +59,12 @@ echo ====================TESTING END=====================
%{_mandir}/man1/byacc.1* %{_mandir}/man1/byacc.1*
%changelog %changelog
* Thu Oct 26 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230521-2
- Analyse byacc sources for license information
- Migrate License field to SPDX identifiers for
https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
(#2222081)
* Thu Jun 29 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230521-1 * Thu Jun 29 2023 Arjun Shankar <arjun@redhat.com> - 2.0.20230521-1
- Rebase to byacc-2.0.20230521 (#2208910) - Rebase to byacc-2.0.20230521 (#2208910)