summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-03-12 09:16:09 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-03-13 14:22:52 -0700
commit03f234dcb8e59c3c25bde14a20a967ea4ee82710 (patch)
tree959d3a426600b4ca716934a4e1c55f6dc59ef50f /debian
parent8917f72cbb04fb32dc29f93475bcd2de3011d442 (diff)
downloadopenvswitch-03f234dcb8e59c3c25bde14a20a967ea4ee82710.tar.gz
windows/netinet: Copy ip6.h and icmp6.h from netbsd.
There are a few structure definitions that is used from these headers. So copy them from the netbsd repo. The following changes have been made on top of it: * The keyword "__packed" has been removed from the headers as the corresponding Linux headers don't do packing. * #if BYTE_ORDER == 'X' macros have been replaced by CONSTANT_HTONx(). * code inside #ifdef _KERNEL has been deleted. * code inside #ifdef ICMP6_STRINGS has been deleted. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/copyright.in b/debian/copyright.in
index af6c58610..a625b18a8 100644
--- a/debian/copyright.in
+++ b/debian/copyright.in
@@ -15,6 +15,8 @@ Upstream Copyright Holders:
Copyright (c) 2011 Gaetano Catalli
Copyright (C) 2000-2003 Geoffrey Wossum (gwossum@acm.org)
Copyright (C) 2000 The NetBSD Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
+ Copyright (c) 1982, 1986, 1993 The Regents of the University of California.
License:
@@ -84,6 +86,11 @@ License:
lib/getopt_long.c
include/windows/getopt.h
+* The following files are licensed under the 3-clause BSD-license
+
+ include/windows/netinet/icmp6.h
+ include/windows/netinet/ip6.h
+
* The following components are dual-licensed under the
GNU General Public License version 2 and the Apache License Version 2.0.