]> git.proxmox.com Git - ovs.git/blame - COPYING
netdev-dpdk: Change phy rx burst size.
[ovs.git] / COPYING
CommitLineData
064af421
BP
1This file is a summary of the licensing of files in this distribution.
2Some files may be marked specifically with a different license, in
3which case that license applies to the file in question.
4
a14bc59f 5Most files are licensed under the Apache License, Version 2.0:
064af421 6
a14bc59f
BP
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at:
064af421 10
a14bc59f
BP
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
064af421
BP
18
19Files under the datapath directory are licensed under the GNU General
20Public License, version 2.
21
c9b94429
GS
22File build-aux/cccl is licensed under the GNU General Public
23License, version 2.
24
9d0581fd
GS
25The following files are licensed under the 2-clause BSD license.
26 include/windows/getopt.h
27 lib/getopt_long.c
28
03f234dc
GS
29The following files are licensed under the 3-clause BSD-license
30 include/windows/netinet/icmp6.h
31 include/windows/netinet/ip6.h
f062911f 32 lib/strsep.c
03f234dc 33
064af421 34Files under the xenserver directory are licensed on a file-by-file
02892690 35basis. Refer to each file for details.
d879a707 36
7dd32dff
NM
37Files lib/sflow*.[ch] are licensed under the terms of either the
38Sun Industry Standards Source License 1.1, that is available at:
39 http://host-sflow.sourceforge.net/sissl.html
40or the InMon sFlow License, that is available at:
c72e245a 41 http://www.inmon.com/technology/sflowlicense.txt
6c88547d
EJ
42
43Files under python/compat are licensed under the Python Software
44Foundation License, version 2:
45
46 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
47 --------------------------------------------
48
49 1. This LICENSE AGREEMENT is between the Python Software Foundation
50 ("PSF"), and the Individual or Organization ("Licensee") accessing and
51 otherwise using this software ("Python") in source or binary form and
52 its associated documentation.
53
54 2. Subject to the terms and conditions of this License Agreement, PSF
55 hereby grants Licensee a nonexclusive, royalty-free, world-wide
56 license to reproduce, analyze, test, perform and/or display publicly,
57 prepare derivative works, distribute, and otherwise use Python
58 alone or in any derivative version, provided, however, that PSF's
59 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
60 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
61 All Rights Reserved" are retained in Python alone or in any derivative
62 version prepared by Licensee.
63
64 3. In the event Licensee prepares a derivative work that is based on
65 or incorporates Python or any part thereof, and wants to make
66 the derivative work available to others as provided herein, then
67 Licensee hereby agrees to include in any such work a brief summary of
68 the changes made to Python.
69
70 4. PSF is making Python available to Licensee on an "AS IS"
71 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
72 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
73 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
74 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
75 INFRINGE ANY THIRD PARTY RIGHTS.
76
77 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
78 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
79 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
80 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
81
82 6. This License Agreement will automatically terminate upon a material
83 breach of its terms and conditions.
84
85 7. Nothing in this License Agreement shall be deemed to create any
86 relationship of agency, partnership, or joint venture between PSF and
87 Licensee. This License Agreement does not grant permission to use PSF
88 trademarks or trade name in a trademark sense to endorse or promote
89 products or services of Licensee, or any third party.
90
91 8. By copying, installing or otherwise using Python, Licensee
92 agrees to be bound by the terms and conditions of this License
93 Agreement.