python: Backport argparse to older platforms.
[cascardo/ovs.git] / COPYING
1 This file is a summary of the licensing of files in this distribution.
2 Some files may be marked specifically with a different license, in
3 which case that license applies to the file in question.
4
5 Most files are licensed under the Apache License, Version 2.0:
6
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:
10
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.
18
19 Files under the datapath directory are licensed under the GNU General
20 Public License, version 2.
21
22 Files under the xenserver directory are licensed on a file-by-file
23 basis.  Refer to each file for details.
24
25 Files lib/sflow*.[ch] are licensed under the terms of the InMon sFlow
26 licence that is available at:
27         http://www.inmon.com/technology/sflowlicense.txt
28
29 Files under python/compat are licensed under the Python Software
30 Foundation License, version 2:
31
32    PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
33    --------------------------------------------
34
35    1. This LICENSE AGREEMENT is between the Python Software Foundation
36    ("PSF"), and the Individual or Organization ("Licensee") accessing and
37    otherwise using this software ("Python") in source or binary form and
38    its associated documentation.
39
40    2. Subject to the terms and conditions of this License Agreement, PSF
41    hereby grants Licensee a nonexclusive, royalty-free, world-wide
42    license to reproduce, analyze, test, perform and/or display publicly,
43    prepare derivative works, distribute, and otherwise use Python
44    alone or in any derivative version, provided, however, that PSF's
45    License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
46    2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
47    All Rights Reserved" are retained in Python alone or in any derivative
48    version prepared by Licensee.
49
50    3. In the event Licensee prepares a derivative work that is based on
51    or incorporates Python or any part thereof, and wants to make
52    the derivative work available to others as provided herein, then
53    Licensee hereby agrees to include in any such work a brief summary of
54    the changes made to Python.
55
56    4. PSF is making Python available to Licensee on an "AS IS"
57    basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
58    IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
59    DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
60    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
61    INFRINGE ANY THIRD PARTY RIGHTS.
62
63    5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
64    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
65    A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
66    OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
67
68    6. This License Agreement will automatically terminate upon a material
69    breach of its terms and conditions.
70
71    7. Nothing in this License Agreement shall be deemed to create any
72    relationship of agency, partnership, or joint venture between PSF and
73    Licensee.  This License Agreement does not grant permission to use PSF
74    trademarks or trade name in a trademark sense to endorse or promote
75    products or services of Licensee, or any third party.
76
77    8. By copying, installing or otherwise using Python, Licensee
78    agrees to be bound by the terms and conditions of this License
79    Agreement.