diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 21:06:29 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 21:06:29 +0000 |
commit | b6aaab3b86005bf77d66724dbf53acf7da7af70b (patch) | |
tree | f68795fcadcd7e9f4cbe81cc24c78be81bf5fd75 | |
parent | df517cec519572613c235bd0319b7a59646e5622 (diff) | |
download | hqemu-b6aaab3b86005bf77d66724dbf53acf7da7af70b.zip hqemu-b6aaab3b86005bf77d66724dbf53acf7da7af70b.tar.gz |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2397 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | LICENSE | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,11 +1,14 @@ -The following points clarify the QEMU licenses: +The following points clarify the QEMU license: -1) The QEMU virtual CPU core library (libqemu.a) and the QEMU PC - system emulator are released under the GNU Lesser General Public - License. +1) QEMU as a whole is released under the GNU General Public License -2) The Linux user mode QEMU emulator is released under the GNU General - Public License. +2) Parts of QEMU have specific licenses which are compatible with the +GNU General Public License. Hence each source file contains its own +licensing information. + +In particular, the QEMU virtual CPU core library (libqemu.a) is +released under the GNU Lesser General Public License. Many hardware +device emulation sources are released under the BSD license. 3) QEMU is a trademark of Fabrice Bellard. |