From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAThG-0001VZ-Ku for qemu-devel@nongnu.org; Fri, 07 May 2010 15:58:54 -0400 Received: from [140.186.70.92] (port=38429 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OATh9-00012k-Ps for qemu-devel@nongnu.org; Fri, 07 May 2010 15:58:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OATfL-00054j-RX for qemu-devel@nongnu.org; Fri, 07 May 2010 15:56:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12136) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OATfL-00054X-Ih for qemu-devel@nongnu.org; Fri, 07 May 2010 15:56:55 -0400 Date: Fri, 7 May 2010 16:56:49 -0300 From: Luiz Capitulino Message-ID: <20100507165649.4022b755@redhat.com> In-Reply-To: <4BE46C8A.2010002@web.de> References: <4BE46C8A.2010002@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QLicense chaos List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel On Fri, 07 May 2010 21:39:54 +0200 Jan Kiszka wrote: > Hi guys, > > /* > * QFloat Module > * > * Copyright (C) 2009 Red Hat Inc. > * > * Authors: > * Luiz Capitulino > * > * This work is licensed under the terms of the GNU GPL, version 2. See > * the COPYING file in the top-level directory. > * > * Copyright IBM, Corp. 2009 > * > * Authors: > * Anthony Liguori > * > * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. > * See the COPYING.LIB file in the top-level directory. > * > */ > > Could you clean this up (and QBool)? > > Moreover, some of the QObject files are LGPL, some GPL. I bet this was > also not intended. But what was the idea behind the LGPL? Some libqmp which > can be used by closed source apps? Then better establish the required > license soon. Postponing this will only once require tedious author > questionings. Yes, it started with GPL and later we decided to move to LGPL, in the (likely) case we move all this stuff to a library. I'll send patches.