XenServer: Correct license in spec file
authorJustin Pettit <jpettit@nicira.com>
Thu, 30 Jul 2009 06:37:28 +0000 (23:37 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 30 Jul 2009 06:37:28 +0000 (23:37 -0700)
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

index 028a6ce747501efb8852a0b6a2aff208fa40d84c..42bfbf7b3a6cc645517e239ac9a5088319d20bda 100644 (file)
@@ -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