Migrate to SPDX license expression

`licensecheck' lists source code under the following licenses:

GNU Free Documentation License v1.1 or later
GNU General Public License
GNU General Public License v2.0 or later
GNU General Public License v3.0 or later
GNU General Public License v3.0 or later [obsolete FSF postal address (Mass Ave)]
GNU General Public License, Version 2
*No copyright* GNU General Public License
*No copyright* Public domain

The unversioned "GNU General Public License" comes from files which simply
mention the GPL, so this is not needed.
GPLv2+ is mentioned in libtoo-related build scripts, so it is not needed.
GPLv2 is only mentioned in a file describing the license.
Public domain is listed as the license for lib/compat/compat_dirent.hu,
and is not part of the build on GNU/Linux.
This commit is contained in:
Keith Seitz 2023-03-03 11:50:24 -08:00
commit bb1e764182

View file

@ -2,7 +2,7 @@ Summary: Produces a document with syntax highlighting
Name: source-highlight
Version: 3.1.9
Release: 18%{?dist}
License: GPLv3+
License: GFDL-1.1-or-later AND GPL-3.0-or-later
Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig
URL: http://www.gnu.org/software/src-highlite/
@ -94,6 +94,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
%{_includedir}/srchilite/*.h
%changelog
* Fri Mar 03 2023 Keith Seitz <keiths@redhat.com>
- migrated to SPDX license
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 3.1.9-18
- Rebuilt for Boost 1.81