From 1d16c170852260ad0fbf1940bd90f0e252e9f814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 27 Feb 2018 15:11:10 +0000 Subject: [PATCH] Fix License: tag to better reflect reality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are multiple problems with the license tag - A bunch of QEMU code is GPLv2-only, not GPLv2-or-later - Fedora licensing guidelines say that if "GPLv2" is listed, it is redundant to list "GPLv2+" / "LGPLv2+", since those licenses are forced to be equiv to "GPLv2" in the combined work - QEMU also includes code / files under MIT and CC-BY license Signed-off-by: Daniel P. Berrangé --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 1d14a92..3ec62ba 100644 --- a/qemu.spec +++ b/qemu.spec @@ -106,7 +106,7 @@ Name: qemu Version: 2.11.0 Release: 4%{?rcrel}%{?dist}.1 Epoch: 2 -License: GPLv2+ and LGPLv2+ and BSD +License: GPLv2 and BSD and MIT and CC-BY URL: http://www.qemu.org/ Source0: http://wiki.qemu-project.org/download/%{name}-%{version}%{?rcstr}.tar.xz