Commit b6aaab3b86005bf77d66724dbf53acf7da7af70b

Authored by bellard
1 parent df517cec

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2397 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 9 additions and 6 deletions
1   -The following points clarify the QEMU licenses:
  1 +The following points clarify the QEMU license:
2 2  
3   -1) The QEMU virtual CPU core library (libqemu.a) and the QEMU PC
4   - system emulator are released under the GNU Lesser General Public
5   - License.
  3 +1) QEMU as a whole is released under the GNU General Public License
6 4  
7   -2) The Linux user mode QEMU emulator is released under the GNU General
8   - Public License.
  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.
9 12  
10 13 3) QEMU is a trademark of Fabrice Bellard.
11 14  
... ...