[ovs-dev] [PATCH 1/2] debian: Correct licensing information for user/kernel shared header files.

Ben Pfaff blp at nicira.com
Mon Dec 12 17:43:07 UTC 2011


The intent is to license all shared user/kernel header files under both
GPLv2 and Apache v2.  The license statement here said GPLv3 instead of
GPLv2, so this commit fixes that problem.

Also, include/openvswitch used to be where all the shared user/kernel
header files were located, but this is no longer true, and now there is a
userspace-only header file also in include/openvswitch, so this commit now
lists all of the user/kernel header files explicitly.

Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 debian/copyright.in |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/copyright.in b/debian/copyright.in
index 5a0bcfc..45be6bc 100644
--- a/debian/copyright.in
+++ b/debian/copyright.in
@@ -74,9 +74,12 @@ License:
   version 2 can be found in `/usr/share/common-licenses/GPL-2'
 
 * The following components are dual-licensed under the
-  GNU General Public Licence version 3 and the Apache Licence Version 2.0.
+  GNU General Public Licence version 2 and the Apache Licence Version 2.0.
 
-	include/openvswitch/
+	include/linux/openvswitch.h
+	include/openvswitch/brcompat-netlink.h
+	include/openvswitch/datapath-compat.h
+	include/openvswitch/tunnel.h
 
   On Debian systems, the complete text of the GNU General Public Licence
   version 2 can be found in `/usr/share/common-licenses/GPL-2'.
-- 
1.7.4.4




More information about the dev mailing list