source: trunk/packages/xen-common/xen-common/debian/copyright @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 9.6 KB
Line 
1Xen was initially debianized by Adam Heath <doogie@brainfood.com>
2
3It was downloaded from http://www.cl.cam.ac.uk/netos/xen
4
5Copyright:
6
7   This package is free software; you can redistribute it and/or modify
8   it under the terms of the GNU General Public License as published by
9   the Free Software Foundation; version 2 dated June, 1991.
10
11   This package is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with this package; if not, write to the Free Software
18   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19
20This is the header of Xen 3.0 upstream COPYING file which clarifies a bit how
21the licence is meant to be applied. The file continues with the complete text
22of the GNU General Public Licence version 2, which is not included here as it
23can be found on Debian GNU/Linux systems in `/usr/share/common-licenses/GPL-2'.
24
25<file "COPYING">
26 XEN NOTICE
27 ==========
28
29This license does *not* cover guest operating systems that use
30Xen services via normal hypercalls - this is merely considered normal
31use of Xen, and does *not* fall under the heading of "derived work".
32Also note that the GPL below is copyrighted by the Free Software
33Foundation, but the instance of code that it refers to (the Xen
34virtual machine monitor) is copyrighted by me and others who actually
35wrote it.
36
37Further note that the guest-OS interfacing header files, which
38includes all files within the subdirectory include/public, are
39*not* covered by the GPL but by a much weaker license:
40 include/public/COPYING
41
42Also note that the only valid version of the GPL as far as Xen is
43concerned is _this_ particular version of the license (i.e., *only*
44v2, not v2.2 or v3.x or whatever), unless explicitly otherwise
45stated.
46
47 -- Keir Fraser (on behalf of the Xen team)
48
49=====================================================================
50</file>
51
52As an exception, for the convenience of users who want to port other operating
53systems to Xen, some files are licensed under a BSD-style licence. This licence
54applies to all the files under the xen/include/public directory inside the
55upstream tarball. This is the content of the COPYING file in that directory:
56
57<file "xen/include/public/COPYING">
58XEN NOTICE
59==========
60
61This copyright applies to all files within this subdirectory. All
62other files in the Xen source distribution are covered by version 2 of
63the GNU General Public License.
64
65 -- Keir Fraser (on behalf of the Xen team)
66
67=====================================================================
68
69Permission is hereby granted, free of charge, to any person obtaining a copy
70of this software and associated documentation files (the "Software"), to
71deal in the Software without restriction, including without limitation the
72rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
73sell copies of the Software, and to permit persons to whom the Software is
74furnished to do so, subject to the following conditions:
75
76The above copyright notice and this permission notice shall be included in
77all copies or substantial portions of the Software.
78
79THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
81FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
82AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
84FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
85DEALINGS IN THE SOFTWARE.
86</file>
87
88And this, for reference, is the list of the files it applies to:
89
90xen/include/public/acm.h
91xen/include/public/acm_ops.h
92xen/include/public/arch-ia64.h
93xen/include/public/arch-x86_32.h
94xen/include/public/arch-x86_64.h
95xen/include/public/dom0_ops.h
96xen/include/public/event_channel.h
97xen/include/public/grant_table.h
98xen/include/public/hvm/hvm_info_table.h
99xen/include/public/hvm/ioreq.h
100xen/include/public/hvm/vmx_assist.h
101xen/include/public/io/blkif.h
102xen/include/public/io/console.h
103xen/include/public/io/netif.h
104xen/include/public/io/ring.h
105xen/include/public/io/tpmif.h
106xen/include/public/io/xenbus.h
107xen/include/public/io/xs_wire.h
108xen/include/public/memory.h
109xen/include/public/nmi.h
110xen/include/public/physdev.h
111xen/include/public/sched.h
112xen/include/public/sched_ctl.h
113xen/include/public/trace.h
114xen/include/public/vcpu.h
115xen/include/public/version.h
116xen/include/public/xen.h
117
118and all the files under tools/python/logging
119
120=====================================================================
121There are other exceptions:
122=====================================================================
123
124The files under extras/mini-os are under a BSD licence.
125
126The following files are under the LGPL licence version 2.1, which on a Debian
127system resides in /usr/share/common-licenses/LGPL-2.1. Unless explicitely
128specified only version 2.1 of the licence can be used.
129
130tools/examples/block-common.sh
131tools/examples/locking.sh
132tools/examples/logging.sh
133tools/examples/vif-common.sh
134tools/examples/vtpm-hotplug-common.sh
135tools/examples/xen-hotplug-common.sh
136tools/examples/xen-network-common.sh
137tools/examples/xen-script-common.sh
138tools/firmware/rombios/apmbios.S
139tools/firmware/rombios/rombios.c
140ioemu/COPYING.LIB
141ioemu/cpu-all.h
142ioemu/cpu-defs.h
143ioemu/cpu.h
144ioemu/exec-all.h
145ioemu/exec.c
146ioemu/hw/fmopl.c
147ioemu/target-i386-dm/helper2.c
148ioemu/thunk.c
149ioemu/thunk.h
150
151all the files under tools/firmware/vgabios (licence v2.1 or above)
152all the files under tools/python/xen
153all the files under tools/xenstore
154all the files under tools/vnet
155all the files under tools/xenstat
156
157=====================================================================
158tools/vtpm_manager license
159
160Copyright (c) 2005, Intel Corp.
161All rights reserved.
162
163Redistribution and use in source and binary forms, with or without
164modification, are permitted provided that the following conditions
165are met:
166
167  * Redistributions of source code must retain the above copyright
168    notice, this list of conditions and the following disclaimer.
169  * Redistributions in binary form must reproduce the above
170    copyright notice, this list of conditions and the following
171    disclaimer in the documentation and/or other materials provided
172    with the distribution.
173  * Neither the name of Intel Corporation nor the names of its
174    contributors may be used to endorse or promote products derived
175    from this software without specific prior written permission.
176
177THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
178"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
179LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
180FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
181COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
182INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
183(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
184SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
185HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
186STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
187ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
188OF THE POSSIBILITY OF SUCH DAMAGE.
189
190=====================================================================
191Files tools/python/ license
192
193  This software is Copyright (c) Zope Corporation (tm) and
194  Contributors. All rights reserved.
195
196This license has been certified as open source. It has also
197been designated as GPL compatible by the Free Software
198Foundation (FSF).
199
200Redistribution and use in source and binary forms, with or
201without modification, are permitted provided that the
202following conditions are met:
203
2041. Redistributions in source code must retain the above
205   copyright notice, this list of conditions, and the following
206   disclaimer.
207
2082. Redistributions in binary form must reproduce the above
209   copyright notice, this list of conditions, and the following
210   disclaimer in the documentation and/or other materials
211   provided with the distribution.
212
2133. The name Zope Corporation (tm) must not be used to
214   endorse or promote products derived from this software
215   without prior written permission from Zope Corporation.
216
2174. The right to distribute this software or to use it for
218   any purpose does not give you the right to use Servicemarks
219   (sm) or Trademarks (tm) of Zope Corporation. Use of them is
220   covered in a separate agreement (see
221   http://www.zope.com/Marks).
222
2235. If any files are modified, you must cause the modified
224   files to carry prominent notices stating that you changed
225   the files and the date of any change.
226
227Disclaimer
228 
229  THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
230  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
231  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
232  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
233  NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
234  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
235  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
236  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
237  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
238  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
239  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
240  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
241  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
242  DAMAGE.
243
244This software consists of contributions made by Zope
245Corporation and many individuals on behalf of Zope
246Corporation.  Specific attributions are listed in the
247accompanying credits file.
248
Note: See TracBrowser for help on using the repository browser.