| 1 | The following points clarify the QEMU license: |
| 2 | |
| 3 | 1) QEMU as a whole is released under the GNU General Public License, |
| 4 | version 2. |
| 5 | |
| 6 | 2) Parts of QEMU have specific licenses which are compatible with the |
| 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. |
| 11 | |
| 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*. |
| 15 | |
| 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. |
| 20 | |
| 21 | Fabrice Bellard and the QEMU team |