From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVLiN-0005KM-S8 for qemu-devel@nongnu.org; Tue, 19 Aug 2008 03:33:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVLiL-0005GZ-BE for qemu-devel@nongnu.org; Tue, 19 Aug 2008 03:33:15 -0400 Received: from [199.232.76.173] (port=39301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVLiL-0005G8-5a for qemu-devel@nongnu.org; Tue, 19 Aug 2008 03:33:13 -0400 Received: from mx20.gnu.org ([199.232.41.8]:27047) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KVLiK-0004tW-Q6 for qemu-devel@nongnu.org; Tue, 19 Aug 2008 03:33:12 -0400 Received: from spsmtp02oc.mail2world.com ([74.202.142.106]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVLiJ-0006Tg-37 for qemu-devel@nongnu.org; Tue, 19 Aug 2008 03:33:11 -0400 From: =?iso-8859-1?Q?Torbj=F6rn_Andersson?= Date: Mon, 18 Aug 2008 23:45:23 -0700 Message-ID: <009DFFEF27CC450ABAC2BF8527FBFE05@mail2world.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_1B23E_01C9018C.7B847FA0" Content-Class: urn:content-classes:message Subject: [Qemu-devel] libqemu.a is not licenced with LGPL? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. ------=_NextPart_000_1B23E_01C9018C.7B847FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In the QEMU license file one can read: 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. and 3) The Tiny Code Generator (TCG) is released under the BSD license (see license headers in files). However, op_addsub.h, helpers.h and helper.c under target-arm is licensed with GPL, even explicitly in op_addsub.h. Paul: Is your intention to license this code under GPL? /Best Regards Torbj=F6rn=20 ------=_NextPart_000_1B23E_01C9018C.7B847FA0 Content-Type: text/html Content-Transfer-Encoding: 8bit
In the QEMU license file one can read:

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.

and

3) The Tiny Code Generator (TCG) is released under the BSD license
(see license headers in files).

However, op_addsub.h, helpers.h and helper.c under target-arm is licensed with GPL, even explicitly in op_addsub.h.

Paul: Is your intention to license this code under GPL?

/Best Regards Torbjörn ------=_NextPart_000_1B23E_01C9018C.7B847FA0--