| 1 | Xen was initially debianized by Adam Heath <doogie@brainfood.com> |
|---|
| 2 | |
|---|
| 3 | It was downloaded from http://www.cl.cam.ac.uk/netos/xen |
|---|
| 4 | |
|---|
| 5 | Copyright: |
|---|
| 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 | |
|---|
| 20 | This is the header of Xen 3.0 upstream COPYING file which clarifies a bit how |
|---|
| 21 | the licence is meant to be applied. The file continues with the complete text |
|---|
| 22 | of the GNU General Public Licence version 2, which is not included here as it |
|---|
| 23 | can be found on Debian GNU/Linux systems in `/usr/share/common-licenses/GPL-2'. |
|---|
| 24 | |
|---|
| 25 | <file "COPYING"> |
|---|
| 26 | XEN NOTICE |
|---|
| 27 | ========== |
|---|
| 28 | |
|---|
| 29 | This license does *not* cover guest operating systems that use |
|---|
| 30 | Xen services via normal hypercalls - this is merely considered normal |
|---|
| 31 | use of Xen, and does *not* fall under the heading of "derived work". |
|---|
| 32 | Also note that the GPL below is copyrighted by the Free Software |
|---|
| 33 | Foundation, but the instance of code that it refers to (the Xen |
|---|
| 34 | virtual machine monitor) is copyrighted by me and others who actually |
|---|
| 35 | wrote it. |
|---|
| 36 | |
|---|
| 37 | Further note that the guest-OS interfacing header files, which |
|---|
| 38 | includes 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 | |
|---|
| 42 | Also note that the only valid version of the GPL as far as Xen is |
|---|
| 43 | concerned is _this_ particular version of the license (i.e., *only* |
|---|
| 44 | v2, not v2.2 or v3.x or whatever), unless explicitly otherwise |
|---|
| 45 | stated. |
|---|
| 46 | |
|---|
| 47 | -- Keir Fraser (on behalf of the Xen team) |
|---|
| 48 | |
|---|
| 49 | ===================================================================== |
|---|
| 50 | </file> |
|---|
| 51 | |
|---|
| 52 | As an exception, for the convenience of users who want to port other operating |
|---|
| 53 | systems to Xen, some files are licensed under a BSD-style licence. This licence |
|---|
| 54 | applies to all the files under the xen/include/public directory inside the |
|---|
| 55 | upstream tarball. This is the content of the COPYING file in that directory: |
|---|
| 56 | |
|---|
| 57 | <file "xen/include/public/COPYING"> |
|---|
| 58 | XEN NOTICE |
|---|
| 59 | ========== |
|---|
| 60 | |
|---|
| 61 | This copyright applies to all files within this subdirectory. All |
|---|
| 62 | other files in the Xen source distribution are covered by version 2 of |
|---|
| 63 | the GNU General Public License. |
|---|
| 64 | |
|---|
| 65 | -- Keir Fraser (on behalf of the Xen team) |
|---|
| 66 | |
|---|
| 67 | ===================================================================== |
|---|
| 68 | |
|---|
| 69 | Permission is hereby granted, free of charge, to any person obtaining a copy |
|---|
| 70 | of this software and associated documentation files (the "Software"), to |
|---|
| 71 | deal in the Software without restriction, including without limitation the |
|---|
| 72 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
|---|
| 73 | sell copies of the Software, and to permit persons to whom the Software is |
|---|
| 74 | furnished to do so, subject to the following conditions: |
|---|
| 75 | |
|---|
| 76 | The above copyright notice and this permission notice shall be included in |
|---|
| 77 | all copies or substantial portions of the Software. |
|---|
| 78 | |
|---|
| 79 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|---|
| 80 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|---|
| 81 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|---|
| 82 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|---|
| 83 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
|---|
| 84 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
|---|
| 85 | DEALINGS IN THE SOFTWARE. |
|---|
| 86 | </file> |
|---|
| 87 | |
|---|
| 88 | And this, for reference, is the list of the files it applies to: |
|---|
| 89 | |
|---|
| 90 | xen/include/public/acm.h |
|---|
| 91 | xen/include/public/acm_ops.h |
|---|
| 92 | xen/include/public/arch-ia64.h |
|---|
| 93 | xen/include/public/arch-x86_32.h |
|---|
| 94 | xen/include/public/arch-x86_64.h |
|---|
| 95 | xen/include/public/dom0_ops.h |
|---|
| 96 | xen/include/public/event_channel.h |
|---|
| 97 | xen/include/public/grant_table.h |
|---|
| 98 | xen/include/public/hvm/hvm_info_table.h |
|---|
| 99 | xen/include/public/hvm/ioreq.h |
|---|
| 100 | xen/include/public/hvm/vmx_assist.h |
|---|
| 101 | xen/include/public/io/blkif.h |
|---|
| 102 | xen/include/public/io/console.h |
|---|
| 103 | xen/include/public/io/netif.h |
|---|
| 104 | xen/include/public/io/ring.h |
|---|
| 105 | xen/include/public/io/tpmif.h |
|---|
| 106 | xen/include/public/io/xenbus.h |
|---|
| 107 | xen/include/public/io/xs_wire.h |
|---|
| 108 | xen/include/public/memory.h |
|---|
| 109 | xen/include/public/nmi.h |
|---|
| 110 | xen/include/public/physdev.h |
|---|
| 111 | xen/include/public/sched.h |
|---|
| 112 | xen/include/public/sched_ctl.h |
|---|
| 113 | xen/include/public/trace.h |
|---|
| 114 | xen/include/public/vcpu.h |
|---|
| 115 | xen/include/public/version.h |
|---|
| 116 | xen/include/public/xen.h |
|---|
| 117 | |
|---|
| 118 | and all the files under tools/python/logging |
|---|
| 119 | |
|---|
| 120 | ===================================================================== |
|---|
| 121 | There are other exceptions: |
|---|
| 122 | ===================================================================== |
|---|
| 123 | |
|---|
| 124 | The files under extras/mini-os are under a BSD licence. |
|---|
| 125 | |
|---|
| 126 | The following files are under the LGPL licence version 2.1, which on a Debian |
|---|
| 127 | system resides in /usr/share/common-licenses/LGPL-2.1. Unless explicitely |
|---|
| 128 | specified only version 2.1 of the licence can be used. |
|---|
| 129 | |
|---|
| 130 | tools/examples/block-common.sh |
|---|
| 131 | tools/examples/locking.sh |
|---|
| 132 | tools/examples/logging.sh |
|---|
| 133 | tools/examples/vif-common.sh |
|---|
| 134 | tools/examples/vtpm-hotplug-common.sh |
|---|
| 135 | tools/examples/xen-hotplug-common.sh |
|---|
| 136 | tools/examples/xen-network-common.sh |
|---|
| 137 | tools/examples/xen-script-common.sh |
|---|
| 138 | tools/firmware/rombios/apmbios.S |
|---|
| 139 | tools/firmware/rombios/rombios.c |
|---|
| 140 | ioemu/COPYING.LIB |
|---|
| 141 | ioemu/cpu-all.h |
|---|
| 142 | ioemu/cpu-defs.h |
|---|
| 143 | ioemu/cpu.h |
|---|
| 144 | ioemu/exec-all.h |
|---|
| 145 | ioemu/exec.c |
|---|
| 146 | ioemu/hw/fmopl.c |
|---|
| 147 | ioemu/target-i386-dm/helper2.c |
|---|
| 148 | ioemu/thunk.c |
|---|
| 149 | ioemu/thunk.h |
|---|
| 150 | |
|---|
| 151 | all the files under tools/firmware/vgabios (licence v2.1 or above) |
|---|
| 152 | all the files under tools/python/xen |
|---|
| 153 | all the files under tools/xenstore |
|---|
| 154 | all the files under tools/vnet |
|---|
| 155 | all the files under tools/xenstat |
|---|
| 156 | |
|---|
| 157 | ===================================================================== |
|---|
| 158 | tools/vtpm_manager license |
|---|
| 159 | |
|---|
| 160 | Copyright (c) 2005, Intel Corp. |
|---|
| 161 | All rights reserved. |
|---|
| 162 | |
|---|
| 163 | Redistribution and use in source and binary forms, with or without |
|---|
| 164 | modification, are permitted provided that the following conditions |
|---|
| 165 | are 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 | |
|---|
| 177 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 178 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 179 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
|---|
| 180 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 181 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|---|
| 182 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
|---|
| 183 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 184 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 185 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|---|
| 186 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|---|
| 187 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
|---|
| 188 | OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 189 | |
|---|
| 190 | ===================================================================== |
|---|
| 191 | Files tools/python/ license |
|---|
| 192 | |
|---|
| 193 | This software is Copyright (c) Zope Corporation (tm) and |
|---|
| 194 | Contributors. All rights reserved. |
|---|
| 195 | |
|---|
| 196 | This license has been certified as open source. It has also |
|---|
| 197 | been designated as GPL compatible by the Free Software |
|---|
| 198 | Foundation (FSF). |
|---|
| 199 | |
|---|
| 200 | Redistribution and use in source and binary forms, with or |
|---|
| 201 | without modification, are permitted provided that the |
|---|
| 202 | following conditions are met: |
|---|
| 203 | |
|---|
| 204 | 1. Redistributions in source code must retain the above |
|---|
| 205 | copyright notice, this list of conditions, and the following |
|---|
| 206 | disclaimer. |
|---|
| 207 | |
|---|
| 208 | 2. 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 | |
|---|
| 213 | 3. 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 | |
|---|
| 217 | 4. 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 | |
|---|
| 223 | 5. 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 | |
|---|
| 227 | Disclaimer |
|---|
| 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 | |
|---|
| 244 | This software consists of contributions made by Zope |
|---|
| 245 | Corporation and many individuals on behalf of Zope |
|---|
| 246 | Corporation. Specific attributions are listed in the |
|---|
| 247 | accompanying credits file. |
|---|
| 248 | |
|---|