bellard | b6aaab3 | 2007-02-05 21:06:29 +0000 | [diff] [blame] | 1 | The following points clarify the QEMU license: |
bellard | 7c3fc84 | 2005-02-10 21:46:47 +0000 | [diff] [blame] | 2 | |
bellard | b6aaab3 | 2007-02-05 21:06:29 +0000 | [diff] [blame] | 3 | 1) QEMU as a whole is released under the GNU General Public License |
bellard | 7c3fc84 | 2005-02-10 21:46:47 +0000 | [diff] [blame] | 4 | |
bellard | b6aaab3 | 2007-02-05 21:06:29 +0000 | [diff] [blame] | 5 | 2) Parts of QEMU have specific licenses which are compatible with the |
| 6 | GNU General Public License. Hence each source file contains its own |
| 7 | licensing information. |
| 8 | |
| 9 | In particular, the QEMU virtual CPU core library (libqemu.a) is |
| 10 | released under the GNU Lesser General Public License. Many hardware |
| 11 | device emulation sources are released under the BSD license. |
bellard | 7c3fc84 | 2005-02-10 21:46:47 +0000 | [diff] [blame] | 12 | |
bellard | 57fec1f | 2008-02-01 10:50:11 +0000 | [diff] [blame] | 13 | 3) The Tiny Code Generator (TCG) is released under the BSD license |
| 14 | (see license headers in files). |
| 15 | |
| 16 | 4) QEMU is a trademark of Fabrice Bellard. |
bellard | 7c3fc84 | 2005-02-10 21:46:47 +0000 | [diff] [blame] | 17 | |
blueswir1 | e283261 | 2008-12-14 08:50:18 +0000 | [diff] [blame] | 18 | Fabrice Bellard. |