diff options
author | Chen Wei-Ren | 2011-11-15 13:47:12 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2011-12-09 12:25:22 +0100 |
commit | ee12e1f38a8bb2cbf58584688f0a90a7872f5dcf (patch) | |
tree | 32bcbc650888343e937f7e5727e62ed032697395 | |
parent | Makefile.objs: Remove libqemu_common.a from the comment (diff) | |
download | qemu-ee12e1f38a8bb2cbf58584688f0a90a7872f5dcf.tar.gz qemu-ee12e1f38a8bb2cbf58584688f0a90a7872f5dcf.tar.xz qemu-ee12e1f38a8bb2cbf58584688f0a90a7872f5dcf.zip |
LICENSE: There is no libqemu.a anymore
Remove statement about libqemu.a from LICENSE.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rw-r--r-- | LICENSE | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,9 +6,7 @@ The following points clarify the QEMU license: 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. +Many hardware device emulation sources are released under the BSD license. 3) The Tiny Code Generator (TCG) is released under the BSD license (see license headers in files). |