From patchwork Tue Nov 8 13:10:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?6Zmz6Z+L5Lu7?= X-Patchwork-Id: 124358 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D85B21007D3 for ; Wed, 9 Nov 2011 00:11:09 +1100 (EST) Received: from localhost ([::1]:50985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlSA-0006hR-R4 for incoming@patchwork.ozlabs.org; Tue, 08 Nov 2011 08:11:02 -0500 Received: from eggs.gnu.org ([140.186.70.92]:37835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlS1-0006gU-Ed for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:10:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNlRx-0005cV-9N for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:10:53 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:21947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlRw-0005cH-QR for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:10:49 -0500 Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 4864CC6B; Tue, 8 Nov 2011 21:08:58 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cs.nctu.edu.tw; h=from:to :cc:subject:date:message-id; s=rsa1024; bh=KpK5XcP780M7ohgcyDnvd 1bAu5U=; b=WsQXnS+YPg8LVhvVDJkqLWBpPoCvH/l0wrSQZp41YMV2IR4FEDWjF 4emV0hiGcpJXWmzhW0WYwS2YlkOh0+5CrOrOR/JrMgsKe461/ezMom7YjvxStwjU w+7IuPKq90C1jFvbYNODfPkcchEaRphwBIh6fVI9BdKK8bUIo5FdqA= Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 2727FC6A; Tue, 8 Nov 2011 21:08:58 +0800 (CST) Received: (from chenwj@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id pA8DAlYr021706; Tue, 8 Nov 2011 21:10:47 +0800 (CST) (envelope-from chenwj) From: =?UTF-8?q?Chen=20Wei-Ren=20=28=E9=99=B3=E9=9F=8B=E4=BB=BB=29?= To: qemu-devel@nongnu.org Date: Tue, 8 Nov 2011 21:10:47 +0800 Message-Id: <1320757847-21333-1-git-send-email-chenwj@iis.sinica.edu.tw> X-Mailer: git-send-email 1.7.3.5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 140.113.235.130 Cc: Chen Wei-Ren Subject: [Qemu-devel] [PATCH 6/6] LICENSE: There is no libqemu.a anymore X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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).