]>
Commit | Line | Data |
---|---|---|
b6aaab3b | 1 | The following points clarify the QEMU license: |
7c3fc84d | 2 | |
8571fa57 PB |
3 | 1) QEMU as a whole is released under the GNU General Public License, |
4 | version 2. | |
7c3fc84d | 5 | |
b6aaab3b | 6 | 2) Parts of QEMU have specific licenses which are compatible with the |
8571fa57 PB |
7 | GNU General Public License, version 2. Hence each source file contains |
8 | its own licensing information. Source files with no licensing information | |
9 | are released under the GNU General Public License, version 2 or (at your | |
10 | option) any later version. | |
b6aaab3b | 11 | |
8571fa57 PB |
12 | As of July 2013, contributions under version 2 of the GNU General Public |
13 | License (and no later version) are only accepted for the following files | |
14 | or directories: bsd-user/, linux-user/, hw/misc/vfio.c, hw/xen/xen_pt*. | |
7c3fc84d | 15 | |
57fec1fe FB |
16 | 3) The Tiny Code Generator (TCG) is released under the BSD license |
17 | (see license headers in files). | |
18 | ||
19 | 4) QEMU is a trademark of Fabrice Bellard. | |
7c3fc84d | 20 | |
8571fa57 | 21 | Fabrice Bellard and the QEMU team |