qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QLicense chaos
@ 2010-05-07 19:39 Jan Kiszka
  2010-05-07 19:56 ` [Qemu-devel] " Luiz Capitulino
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Kiszka @ 2010-05-07 19:39 UTC (permalink / raw)
  To: Luiz Capitulino, Anthony Liguori; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 866 bytes --]

Hi guys,

/*
 * QFloat Module
 *
 * Copyright (C) 2009 Red Hat Inc.
 *
 * Authors:
 *  Luiz Capitulino <lcapitulino@redhat.com>
 *
 * 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   <aliguori@us.ibm.com>
 *
 * 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.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: QLicense chaos
  2010-05-07 19:39 [Qemu-devel] QLicense chaos Jan Kiszka
@ 2010-05-07 19:56 ` Luiz Capitulino
  2010-05-07 23:02 ` [Qemu-devel] " Jamie Lokier
  2010-05-08  0:05 ` Anthony Liguori
  2 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2010-05-07 19:56 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Anthony Liguori, qemu-devel

On Fri, 07 May 2010 21:39:54 +0200
Jan Kiszka <jan.kiszka@web.de> wrote:

> Hi guys,
> 
> /*
>  * QFloat Module
>  *
>  * Copyright (C) 2009 Red Hat Inc.
>  *
>  * Authors:
>  *  Luiz Capitulino <lcapitulino@redhat.com>
>  *
>  * 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   <aliguori@us.ibm.com>
>  *
>  * 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] QLicense chaos
  2010-05-07 19:39 [Qemu-devel] QLicense chaos Jan Kiszka
  2010-05-07 19:56 ` [Qemu-devel] " Luiz Capitulino
@ 2010-05-07 23:02 ` Jamie Lokier
  2010-05-08  0:05 ` Anthony Liguori
  2 siblings, 0 replies; 4+ messages in thread
From: Jamie Lokier @ 2010-05-07 23:02 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Anthony Liguori, qemu-devel, Luiz Capitulino

Jan Kiszka wrote:
> 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?

I believe LGPL is needed for source apps that have GPLv2-incompatible
licensing.  E.g. GPLv3, Apache license, OpenSSL?  (I'm not sure exactly.)

And for those who want to keep their own apps BSD-like.

-- Jamie

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] QLicense chaos
  2010-05-07 19:39 [Qemu-devel] QLicense chaos Jan Kiszka
  2010-05-07 19:56 ` [Qemu-devel] " Luiz Capitulino
  2010-05-07 23:02 ` [Qemu-devel] " Jamie Lokier
@ 2010-05-08  0:05 ` Anthony Liguori
  2 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2010-05-08  0:05 UTC (permalink / raw)
  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<lcapitulino@redhat.com>
>   *
>   * 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<aliguori@us.ibm.com>
>   *
>   * 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
>
>    

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-08  0:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 19:39 [Qemu-devel] QLicense chaos Jan Kiszka
2010-05-07 19:56 ` [Qemu-devel] " Luiz Capitulino
2010-05-07 23:02 ` [Qemu-devel] " Jamie Lokier
2010-05-08  0:05 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).