9b348f8c6d
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
93 lines
4.3 KiB
Plaintext
93 lines
4.3 KiB
Plaintext
This package was debianized by the proxmox support team <support@proxmox.com>
|
|
|
|
|
|
It was downloaded from
|
|
|
|
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git
|
|
|
|
Upstream Author: Fabrice Bellard <fabrice.bellard@free.fr>
|
|
|
|
Upstream Maintainers: Avi Kivity <avi@redhat.com>
|
|
Anthony Liguori <aliguori@us.ibm.com>
|
|
|
|
Copyright: Copyright (C) 2006 Qumranet, Inc.
|
|
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Fabrice Bellard
|
|
|
|
License:
|
|
|
|
QEMU as a whole is released under the GNU General Public License version 2.
|
|
On Debian systems, the complete text of the GNU General Public License
|
|
version 2 can be found in the file /usr/share/common-licenses/GPL-2.
|
|
|
|
Parts of QEMU have specific licenses which are compatible with the
|
|
GNU General Public License. Hence each source file contains its own
|
|
licensing information.
|
|
|
|
In particular, the QEMU virtual CPU core library (libqemu.a) is
|
|
released under the GNU Lesser General Public License version 2 or later.
|
|
On Debian systems, the complete text of the GNU Lesser General Public
|
|
License can be found in the file /usr/share/common-licenses/LGPL.
|
|
|
|
Some hardware device emulation sources and other QEMU functionality are
|
|
released under the BSD license, including:
|
|
* aes, bsd-user, sd, slirp, sys-queue
|
|
|
|
Some hardware device emulation sources and other QEMU functionality are
|
|
released under the MIT/X11 (BSD-like) license, including:
|
|
* sdl, host-utils, vnc, keymaps, ioport, usb, hw/*, net, acl, block,
|
|
kqemu, monitor, curses, readline, vl, savevm, osdep, audio, tcg,
|
|
qemu-malloc, qemu-img
|
|
|
|
The following points clarify the QEMU license:
|
|
1) QEMU as a whole is released under the GNU General Public License
|
|
2) Parts of QEMU have specific licenses which are compatible with the
|
|
GNU General Public License. Hence each source file contains its own
|
|
licensing information.
|
|
In particular, the QEMU virtual CPU core library (libqemu.a) is
|
|
released under the GNU Lesser General Public License. Many hardware
|
|
device emulation sources are released under the BSD license.
|
|
3) The Tiny Code Generator (TCG) is released under the BSD license
|
|
(see license headers in files).
|
|
4) QEMU is a trademark of Fabrice Bellard.
|
|
-- Fabrice Bellard.
|
|
|
|
BIOS sources in QEMU:
|
|
bios.bin: Copyright (C) 2002 MandrakeSoft S.A. and others. This file
|
|
is licensed under the GNU LGPL, version 2, or (at your option) any later
|
|
version.
|
|
Homepage: http://sourceforge.net/projects/bochs
|
|
|
|
vgabios.bin and vgabios-cirrus.bin: (C) 2003 the LGPL VGABios
|
|
developers Team. These files are licensed under the GNU LGPL, version 2,
|
|
or (at your option) any later version.
|
|
Homepage: http://savannah.nongnu.org/projects/vgabios
|
|
|
|
BSD license:
|
|
|
|
Copyright (c) The Regents of the University of California.
|
|
All rights reserved.
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|
|
are met:
|
|
1. Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer.
|
|
2. Redistributions in binary form must reproduce the above copyright
|
|
notice, this list of conditions and the following disclaimer in the
|
|
documentation and/or other materials provided with the distribution.
|
|
3. Neither the name of the University nor the names of its contributors
|
|
may be used to endorse or promote products derived from this software
|
|
without specific prior written permission.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
SUCH DAMAGE.
|