From bb1e764182391fece33e33a22f8e4e5fa2ecfd2d Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Fri, 3 Mar 2023 11:50:24 -0800 Subject: [PATCH] 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. --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 1e058b4..3043905 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -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 +- migrated to SPDX license + * Mon Feb 20 2023 Jonathan Wakely - 3.1.9-18 - Rebuilt for Boost 1.81