forked from GlacierW/MBA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LICENSE
31 lines (20 loc) · 1.09 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
The following points clarify the QEMU license:
1) QEMU as a whole is released under the GNU General Public License,
version 2.
2) Parts of QEMU have specific licenses which are compatible with the
GNU General Public License, version 2. Hence each source file contains
its own licensing information. Source files with no licensing information
are released under the GNU General Public License, version 2 or (at your
option) any later version.
As of July 2013, contributions under version 2 of the GNU General Public
License (and no later version) are only accepted for the following files
or directories: bsd-user/, linux-user/, hw/vfio/, hw/xen/xen_pt*.
3) The Tiny Code Generator (TCG) is released under the BSD license
(see license headers in files).
4) QEMU is a trademark of Fabrice Bellard.
Fabrice Bellard, the QEMU team
The following points clarify the MBA license, which is built based on QEMU:
1) The newly added source (mostly under ext/) of MBA system are released
under the GNU Lesser General Public License (GNU LGPL), version 2 or any
later version.
Chiawei Wang, the MBA team