From d1848869797711b65c446aa354f1d82b422d2600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 15 Sep 2023 14:48:51 +0100 Subject: [PATCH] Switch license to SPDX format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note LicenseRef-CRC32 comes from the crc32.c code and the MIT license comes from jquery.js in the HTML docs of the -devel package. Note that the jquery.js in the source tarball is under different license terms, but it is replaced when running doxygen with the modern version under MIT. Signed-off-by: Daniel P. Berrangé --- libmspack.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmspack.spec b/libmspack.spec index 2f10ecc..12bab09 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -3,7 +3,7 @@ Version: 0.10.1 Release: 0.10.alpha%{?dist} Summary: Library for CAB and related files compression and decompression -License: LGPLv2 +License: LGPL-2.1-only AND LicenseRef-CRC32 AND MIT URL: http://www.cabextract.org.uk/libmspack/ Source0: http://www.cabextract.org.uk/libmspack/%{name}-%{version}alpha.tar.gz #Source0: https://github.com/kyz/libmspack/archive/v%{version}alpha/%{name}-v%{version}alpha.tar.gz