From 5eccf359391f7fe2cdb0edbaaf5680895c115218 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 15 Jun 2009 16:03:28 -0700 Subject: Replace SHA-1 library with one that is clearly licensed. The SHA-1 library that we used until now was taken from RFC 3174. That library has no clearly free license statement, only a license on the text of the RFC. This commit replaces this library with a modified version of the code from the Apache Portable Runtime library from apr.apache.org, which is licensed under the Apache 2.0 license, the same as the rest of Open vSwitch. --- NOTICE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 NOTICE (limited to 'NOTICE') diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..27587b504 --- /dev/null +++ b/NOTICE @@ -0,0 +1,15 @@ +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 Nicira Networks. + +Apache Portable Runtime +Copyright 2008 The Apache Software Foundation. + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +Portions of this software were developed at the National Center +for Supercomputing Applications (NCSA) at the University of +Illinois at Urbana-Champaign. -- cgit v1.2.1