debian: update copyright for xenserver/
[openvswitch] / debian / copyright.in
1 The original sources for this package can be found at:
2
3         http://openvswitch.org/
4
5 Upstream Authors (from AUTHORS):
6
7 %AUTHORS%
8
9 Upstream Copyright Holders:
10
11         Copyright (c) 2007, 2008, 2009, 2010 Nicira Networks.
12         Copyright (c) 2010 Jean Tourrilhes - HP-Labs.
13         Copyright (c) 2008,2009,2010 Citrix Systems, Inc.
14         and authors listed above.
15
16 License:
17
18 * The following components are licensed under the
19   GNU Lesser General Public Licence version 2.1 only
20   with the exception clause below as a pre-amble.
21
22         xenserver/etc_xensource_scripts_vif
23         xenserver/opt_xensource_libexec_InterfaceReconfigure.py
24         xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py
25         xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py
26         xenserver/opt_xensource_libexec_interface-reconfigure
27         xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
28         xenserver/usr_sbin_xen-bugtool
29
30         * These components are only distributed in the source package.
31           They do not appear in any binary packages.
32
33   On Debian systems, the complete text of the
34   GNU Lesser General Public Licence version 2.1 can be found in
35   `/usr/share/common-licenses/LGPL-2.1'
36
37   The exception clause pre-amble reads:
38
39   As a special exception to the GNU Lesser General Public License, you
40   may link, statically or dynamically, a "work that uses the Library"
41   with a publicly distributed version of the Library to produce an
42   executable file containing portions of the Library, and distribute
43   that executable file under terms of your choice, without any of the
44   additional requirements listed in clause 6 of the GNU Lesser General
45   Public License.  By "a publicly distributed version of the Library",
46   we mean either the unmodified Library as distributed, or a
47   modified version of the Library that is distributed under the
48   conditions defined in clause 3 of the GNU Library General Public
49   License.  This exception does not however invalidate any other reasons
50   why the executable file might be covered by the GNU Lesser General
51   Public License.
52
53 * The following component is licensed under the
54   GNU Lesser General Public Licence version 2.1.
55
56         xenserver/usr_sbin_xen-bugtool
57
58         * This component is only distributed in the source package.
59           It does not appear in any binary packages.
60
61   On Debian systems, the complete text of the
62   GNU Lesser General Public Licence version 2.1 can be found in
63   `/usr/share/common-licenses/LGPL-2.1'
64
65 * The following component is licensed under the GNU General Public Licence
66   version 2.
67
68         datapath/
69
70   On Debian systems, the complete text of the GNU General Public Licence
71   version 2 can be found in `/usr/share/common-licenses/GPL-2'
72
73 * The following components are dual-licensed under the
74   GNU General Public Licence version 3 and the Apache Licence Version 2.0.
75
76         include/openvswitch/
77
78   On Debian systems, the complete text of the GNU General Public Licence
79   version 2 can be found in `/usr/share/common-licenses/GPL-2'.
80   On Debian systems, the complete text of the Apache License version 2.0
81   can be found in '/usr/share/common-licenses/Apache-2.0'.
82
83 * The following component is licenced under the
84   Python Software Foundation License Version 2.
85
86         xenserver/uuid.py
87
88         * This component is only distributed in the source package.
89           It does not appear in any binary packages.
90
91    PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
92    --------------------------------------------
93
94    1. This LICENSE AGREEMENT is between the Python Software Foundation
95    ("PSF"), and the Individual or Organization ("Licensee") accessing and
96    otherwise using this software ("Python") in source or binary form and
97    its associated documentation.
98
99    2. Subject to the terms and conditions of this License Agreement, PSF
100    hereby grants Licensee a nonexclusive, royalty-free, world-wide
101    license to reproduce, analyze, test, perform and/or display publicly,
102    prepare derivative works, distribute, and otherwise use Python
103    alone or in any derivative version, provided, however, that PSF's
104    License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
105    2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation;
106    All Rights Reserved" are retained in Python alone or in any derivative
107    version prepared by Licensee.
108
109    3. In the event Licensee prepares a derivative work that is based on
110    or incorporates Python or any part thereof, and wants to make
111    the derivative work available to others as provided herein, then
112    Licensee hereby agrees to include in any such work a brief summary of
113    the changes made to Python.
114
115    4. PSF is making Python available to Licensee on an "AS IS"
116    basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
117    IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
118    DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
119    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
120    INFRINGE ANY THIRD PARTY RIGHTS.
121
122    5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
123    FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
124    A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
125    OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
126
127    6. This License Agreement will automatically terminate upon a material
128    breach of its terms and conditions.
129
130    7. Nothing in this License Agreement shall be deemed to create any
131    relationship of agency, partnership, or joint venture between PSF and
132    Licensee.  This License Agreement does not grant permission to use PSF
133    trademarks or trade name in a trademark sense to endorse or promote
134    products or services of Licensee, or any third party.
135
136    8. By copying, installing or otherwise using Python, Licensee
137    agrees to be bound by the terms and conditions of this License
138    Agreement.
139
140 * ovs-bugtool is covered by the following license:
141
142    This library is free software; you can redistribute it and/or
143    modify it under the terms of version 2.1 of the GNU Lesser General Public
144    License as published by the Free Software Foundation.
145
146    This library is distributed in the hope that it will be useful,
147    but WITHOUT ANY WARRANTY; without even the implied warranty of
148    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
149    Lesser General Public License for more details.
150
151    You should have received a copy of the GNU Lesser General Public
152    License along with this library; if not, write to the Free Software
153    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
154
155    Copyright (c) 2005, 2007 XenSource Ltd.
156    Copyright (c) 2010, Nicira Networks.
157
158  On Debian systems, the complete text of the GNU Lesser General Public
159  License can be found in `/usr/share/common-licenses/LGPL-2.1'.
160
161 * All other components of this package are licensed under
162   The Apache License Version 2.0.
163
164   On Debian systems, the complete text of the Apache License version 2.0
165   can be found in '/usr/share/common-licenses/Apache-2.0'.
166