From a76678272b4a986c5ef0755e36389beebd30a81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 20 Sep 2023 14:13:07 +0100 Subject: [PATCH] Convert license to SPDX format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: source is imprecise about 2.0-only vs 2.0-or-later: https://github.com/mquinson/po4a/issues/434 Here we follow Debian's lead in choosing 2.0-or-later, since at least the more recently added source files do have an explicit "or later" comment. Signed-off-by: Daniel P. Berrangé --- po4a.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/po4a.spec b/po4a.spec index c8a5541..0c7e87f 100644 --- a/po4a.spec +++ b/po4a.spec @@ -2,7 +2,10 @@ Name: po4a Version: 0.69 Release: 2%{?dist} Summary: A tool maintaining translations anywhere -License: GPL+ + +# Note: source is imprecise about 2.0-only vs 2.0-or-later +# https://github.com/mquinson/po4a/issues/434 +License: GPL-2.0-or-later URL: https://po4a.org/ Source0: https://github.com/mquinson/po4a/archive/v%{version}/%{name}-%{version}.tar.gz