summaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-12-13 09:46:44 -0800
committerBen Pfaff <blp@nicira.com>2013-12-13 09:57:40 -0800
commited1be7871bb20e9fb7f44f1f546386a833b43c47 (patch)
tree01460b91e57559ba66e46fda17573ddb03d0c1c7 /NOTICE
parent6567010fff1a07100db5853416de0fe5ccd9e99d (diff)
downloadopenvswitch-ed1be7871bb20e9fb7f44f1f546386a833b43c47.tar.gz
configure: Add macros to check for #include_next and add a workaround.
This will be used for the #include_next in string.h in the following commit. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'NOTICE')
-rw-r--r--NOTICE5
1 files changed, 4 insertions, 1 deletions
diff --git a/NOTICE b/NOTICE
index dafd25fd8..7a3d660e6 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,7 +2,7 @@ This file is included in compliance with the Apache 2.0 license,
available at http://www.apache.org/licenses/LICENSE-2.0.html
Open vSwitch
-Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira, Inc.
+Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 Nicira, Inc.
Open vSwitch BSD port
Copyright (c) 2011 Gaetano Catalli
@@ -19,3 +19,6 @@ Illinois at Urbana-Champaign.
lib/ovs.tmac includes troff macros written by Eric S. Raymond
and Werner Lemberg.
+
+m4/include_next.m4 and m4/absolute-header.m4
+Copyright (C) 2006-2013 Free Software Foundation, Inc.