From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoIKu-0008O5-Un for qemu-devel@nongnu.org; Sun, 07 Mar 2010 10:24:08 -0500 Received: from [199.232.76.173] (port=53963 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoIKt-0008Nw-Km for qemu-devel@nongnu.org; Sun, 07 Mar 2010 10:24:07 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoIKs-0006Ia-Ud for qemu-devel@nongnu.org; Sun, 07 Mar 2010 10:24:07 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:42815) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoIKs-0006II-M2 for qemu-devel@nongnu.org; Sun, 07 Mar 2010 10:24:06 -0500 Received: by pwi4 with SMTP id 4so3003990pwi.4 for ; Sun, 07 Mar 2010 07:24:04 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4B93AFE5.5070806@codemonkey.ws> References: <1262805845-10801-1-git-send-email-andreas.faerber@web.de> <4B923D70.7050707@mail.berlios.de> <4B93AFE5.5070806@codemonkey.ws> Date: Sun, 7 Mar 2010 16:24:04 +0100 Message-ID: <761ea48b1003070724m11d897aawdae79a0f43c3e065@mail.gmail.com> Subject: Re: [Qemu-devel] QEMU license problem (was [PATCH v3] Drop --whole-archive and static libraries) From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Blue Swirl , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Juan Quintela , "Kirill A. Shutemov" , Paolo Bonzini , Palle Lyckegaard On Sun, Mar 7, 2010 at 2:53 PM, Anthony Liguori wro= te: [...] >> >> Removing libqemu.a was technically ok, but throws a license problem: >> > > Every file contains a copyright/license. =A0The statement in the top leve= l is > just a statement of intention. =A0It's to make sure that people do not > introduce GPL'd code into libqemu.a. ./configure --target-list=3Di386-linux-user,i386-softmmu make -j7 And: find . -name 'lib*a' finds nothing, so how can you say what is supposed to be in libqemu? Laurent