mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
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.
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
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.
|