From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQB-0000QW-HH for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQIQ4-0000ci-7z for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:27 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:16852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQ3-0000cY-Ny for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:20 -0500 From: =?UTF-8?q?Chen=20Wei-Ren=20=28=E9=99=B3=E9=9F=8B=E4=BB=BB=29?= Date: Tue, 15 Nov 2011 20:47:12 +0800 Message-Id: <1321361232-38664-7-git-send-email-chenwj@iis.sinica.edu.tw> In-Reply-To: <1321361232-38664-1-git-send-email-chenwj@iis.sinica.edu.tw> References: <1321361232-38664-1-git-send-email-chenwj@iis.sinica.edu.tw> Subject: [Qemu-devel] [PATCH v3 6/6] LICENSE: There is no libqemu.a anymore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Chen Wei-Ren From: Chen Wei-Ren Remove statement about libqemu.a from LICENSE. Signed-off-by: Chen Wei-Ren --- LICENSE | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index cbd92c0..acae9a3 100644 --- a/LICENSE +++ b/LICENSE @@ -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). -- 1.7.3.4