From: Justin Pettit Date: Thu, 30 Jul 2009 06:37:28 +0000 (-0700) Subject: XenServer: Correct license in spec file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf827ca41409fd29ea8dcce03e1e464dd97aa0a;p=openvswitch 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 --- 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