summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-11-23 16:07:36 -0800
committerBen Pfaff <blp@nicira.com>2009-11-23 16:07:36 -0800
commitd879a707a38eff0335e1b5c12ae4c61f4aa0296b (patch)
tree10d37b87a53ba1376e467a60bbe57cc355d7b7c9 /COPYING
parent6bf4c631ae776f4e936b5f01efe4bfbe190f5d99 (diff)
downloadopenvswitch-d879a707a38eff0335e1b5c12ae4c61f4aa0296b.tar.gz
ovsdb: Add ovsdb IDL compiler to build system.
This first stab at any interface definition language and compiler for OVSDB will give other developers a chance to look at it and try to integrate it. The IDL is not actually implemented yet; I am working on that.
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING24
1 files changed, 24 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index 134f02b0f..3f0659d04 100644
--- a/COPYING
+++ b/COPYING
@@ -22,3 +22,27 @@ Public License, version 2.
Files under the xenserver directory are licensed on a file-by-file
basis. Some files are under an uncertain license that may not be
DFSG-compliant or GPL-compatible. Refer to each file for details.
+
+The files under ovsdb/simplejson are covered by the following license:
+
+ Copyright (c) 2006 Bob Ippolito
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.