From b77b4ba36fd52ff103ec6abf508c0f7324d28f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 23 Feb 2023 14:57:45 +0000 Subject: [PATCH] migrated to SPDX license --- libnumbertext.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libnumbertext.spec b/libnumbertext.spec index b6074eb..cae1a24 100644 --- a/libnumbertext.spec +++ b/libnumbertext.spec @@ -1,12 +1,12 @@ Name: libnumbertext Version: 1.0.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Number to number name and money text conversion library #The entire source code is dual license LGPLv3+ or BSD, except for -#the data files hr.sor, sr.sor and sh.sor which are tri license -#CC-BY-SA or LGPLv3+ or BSD -License: (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA) +#the data files hr.sor, sr.sor and sh.sor which are dual license +#CC-BY-SA or LGPLv3+ +License: ( LGPL-3.0-or-later OR BSD 3-Clause ) AND ( LGPL-3.0-or-later OR CC-BY-SA-3.0 ) URL: https://github.com/Numbertext/libnumbertext Source: https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz @@ -54,6 +54,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %{_libdir}/*.so %changelog +* Thu Feb 23 2023 Caolán McNamara - 1.0.11-3 +- migrated to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 1.0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild