]>
Commit | Line | Data |
---|---|---|
b6aaab3b | 1 | The following points clarify the QEMU license: |
7c3fc84d | 2 | |
b6aaab3b | 3 | 1) QEMU as a whole is released under the GNU General Public License |
7c3fc84d | 4 | |
b6aaab3b FB |
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. | |
7c3fc84d | 12 | |
57fec1fe FB |
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. | |
7c3fc84d | 17 | |
e2832619 | 18 | Fabrice Bellard. |