]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/copyright
bump version to 2.9.0-1~rc2+5
[pve-qemu-kvm.git] / debian / copyright
CommitLineData
4676c0af
DM
1This package was debianized by the proxmox support team <support@proxmox.com>
2
3
4It was downloaded from
5
6git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git
7
8Upstream Author: Fabrice Bellard <fabrice.bellard@free.fr>
9
10Upstream Maintainers: Avi Kivity <avi@redhat.com>
11 Anthony Liguori <aliguori@us.ibm.com>
12
13Copyright: Copyright (C) 2006 Qumranet, Inc.
14 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Fabrice Bellard
15
16License:
17
18 QEMU as a whole is released under the GNU General Public License version 2.
19 On Debian systems, the complete text of the GNU General Public License
20 version 2 can be found in the file /usr/share/common-licenses/GPL-2.
21
22 Parts of QEMU have specific licenses which are compatible with the
23 GNU General Public License. Hence each source file contains its own
24 licensing information.
25
26 In particular, the QEMU virtual CPU core library (libqemu.a) is
27 released under the GNU Lesser General Public License version 2 or later.
28 On Debian systems, the complete text of the GNU Lesser General Public
29 License can be found in the file /usr/share/common-licenses/LGPL.
30
31 Some hardware device emulation sources and other QEMU functionality are
32 released under the BSD license, including:
33 * aes, bsd-user, sd, slirp, sys-queue
34
4676c0af
DM
35 Some hardware device emulation sources and other QEMU functionality are
36 released under the MIT/X11 (BSD-like) license, including:
37 * sdl, host-utils, vnc, keymaps, ioport, usb, hw/*, net, acl, block,
38 kqemu, monitor, curses, readline, vl, savevm, osdep, audio, tcg,
39 qemu-malloc, qemu-img
40
41 The following points clarify the QEMU license:
42 1) QEMU as a whole is released under the GNU General Public License
43 2) Parts of QEMU have specific licenses which are compatible with the
44 GNU General Public License. Hence each source file contains its own
45 licensing information.
46 In particular, the QEMU virtual CPU core library (libqemu.a) is
47 released under the GNU Lesser General Public License. Many hardware
48 device emulation sources are released under the BSD license.
49 3) The Tiny Code Generator (TCG) is released under the BSD license
50 (see license headers in files).
51 4) QEMU is a trademark of Fabrice Bellard.
52 -- Fabrice Bellard.
53
54 BIOS sources in QEMU:
55 bios.bin: Copyright (C) 2002 MandrakeSoft S.A. and others. This file
56 is licensed under the GNU LGPL, version 2, or (at your option) any later
57 version.
58 Homepage: http://sourceforge.net/projects/bochs
59
60 vgabios.bin and vgabios-cirrus.bin: (C) 2003 the LGPL VGABios
61 developers Team. These files are licensed under the GNU LGPL, version 2,
62 or (at your option) any later version.
63 Homepage: http://savannah.nongnu.org/projects/vgabios
5a5033f3
DM
64
65BSD license:
66
67Copyright (c) The Regents of the University of California.
68All rights reserved.
69
70Redistribution and use in source and binary forms, with or without
71modification, are permitted provided that the following conditions
72are met:
731. Redistributions of source code must retain the above copyright
74 notice, this list of conditions and the following disclaimer.
752. Redistributions in binary form must reproduce the above copyright
76 notice, this list of conditions and the following disclaimer in the
77 documentation and/or other materials provided with the distribution.
783. Neither the name of the University nor the names of its contributors
79 may be used to endorse or promote products derived from this software
80 without specific prior written permission.
81
82THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
83ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
84IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
85ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
86FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
87DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
88OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
89HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
90LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
91OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92SUCH DAMAGE.