From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAXYH-00009H-2U for qemu-devel@nongnu.org; Fri, 07 May 2010 20:05:53 -0400 Received: from [140.186.70.92] (port=57743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAXYE-000096-Hr for qemu-devel@nongnu.org; Fri, 07 May 2010 20:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAXYC-0001gD-MY for qemu-devel@nongnu.org; Fri, 07 May 2010 20:05:50 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:33195) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAXYC-0001g7-Jl for qemu-devel@nongnu.org; Fri, 07 May 2010 20:05:48 -0400 Received: by vws9 with SMTP id 9so121820vws.4 for ; Fri, 07 May 2010 17:05:47 -0700 (PDT) Message-ID: <4BE4AAD6.5020905@codemonkey.ws> Date: Fri, 07 May 2010 19:05:42 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] QLicense chaos References: <4BE46C8A.2010002@web.de> In-Reply-To: <4BE46C8A.2010002@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel , Luiz Capitulino On 05/07/2010 02:39 PM, 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. > So lgpl libraries (like libvirt) can use libqmp. Regards, Anthony Liguori > Jan > >