From acf827ca41409fd29ea8dcce03e1e464dd97aa0a Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 29 Jul 2009 23:37:28 -0700 Subject: [PATCH] XenServer: Correct license in spec file The license file indicated that the software is licensed under the GPLv3 license. This commit corrects that to state that it's licensed under the Apache 2.0 license with the exception of the "datapath" directory, which is GPLv2. The style and abbreviations were from the following page: http://fedoraproject.org/wiki/Packaging/LicensingGuidelines --- xenserver/vswitch-xen.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index 028a6ce7..42bfbf7b 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -21,7 +21,9 @@ Summary: Virtual switch Group: System Environment/Daemons URL: http://www.openvswitch.org/ Version: %{vswitch_version} -License: GPL3 + +# The entire source code is ASL 2.0 except datapath/ which is GPLv2 +License: ASL 2.0 and GPLv2 Release: 1 Source: openvswitch-%{vswitch_version}.tar.gz Buildroot: /tmp/vswitch-xen-rpm -- 2.30.2