qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
@ 2014-03-26 14:00 Alexey Kardashevskiy
  2014-03-26 14:03 ` Paolo Bonzini
  2014-03-26 14:07 ` Andreas Färber
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Kardashevskiy @ 2014-03-26 14:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, Paolo Bonzini, Andreas Färber

Cc: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---

Guys, did you mean just this or there is something more?
Should all new files use this 2.0+ now? I have a couple like this coming.
Thanks!


---
 hw/core/fw-path-provider.c    | 2 +-
 include/hw/fw-path-provider.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c
index b117157..62a0bff 100644
--- a/hw/core/fw-path-provider.c
+++ b/hw/core/fw-path-provider.c
@@ -3,7 +3,7 @@
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; under version 2 of the License.
+ *  the Free Software Foundation; under version 2.0+ of the License.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h
index 3018349..c7dcae6 100644
--- a/include/hw/fw-path-provider.h
+++ b/include/hw/fw-path-provider.h
@@ -3,7 +3,7 @@
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; under version 2 of the License.
+ *  the Free Software Foundation; under version 2.0+ of the License.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
-- 
1.8.4.rc4

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

* Re: [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
  2014-03-26 14:00 [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+ Alexey Kardashevskiy
@ 2014-03-26 14:03 ` Paolo Bonzini
  2014-03-26 14:07 ` Andreas Färber
  1 sibling, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2014-03-26 14:03 UTC (permalink / raw)
  To: Alexey Kardashevskiy, qemu-devel; +Cc: Andreas Färber

Il 26/03/2014 15:00, Alexey Kardashevskiy ha scritto:
> Cc: Andreas Färber <afaerber@suse.de>
> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> ---
>
> Guys, did you mean just this or there is something more?

The recommended phrasing is

- *  the Free Software Foundation; under version 2 of the License.
+ *  the Free Software Foundation; under version 2 of the License
+ *  or (at your option) any later version.

> Should all new files use this 2.0+ now? I have a couple like this coming.

Yes.

Anyway,

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

> Thanks!
>
>
> ---
>  hw/core/fw-path-provider.c    | 2 +-
>  include/hw/fw-path-provider.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c
> index b117157..62a0bff 100644
> --- a/hw/core/fw-path-provider.c
> +++ b/hw/core/fw-path-provider.c
> @@ -3,7 +3,7 @@
>   *
>   *  This program is free software; you can redistribute it and/or modify
>   *  it under the terms of the GNU General Public License as published by
> - *  the Free Software Foundation; under version 2 of the License.
> + *  the Free Software Foundation; under version 2.0+ of the License.
>   *
>   *  This program is distributed in the hope that it will be useful,
>   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h
> index 3018349..c7dcae6 100644
> --- a/include/hw/fw-path-provider.h
> +++ b/include/hw/fw-path-provider.h
> @@ -3,7 +3,7 @@
>   *
>   *  This program is free software; you can redistribute it and/or modify
>   *  it under the terms of the GNU General Public License as published by
> - *  the Free Software Foundation; under version 2 of the License.
> + *  the Free Software Foundation; under version 2.0+ of the License.
>   *
>   *  This program is distributed in the hope that it will be useful,
>   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
>

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

* Re: [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+
  2014-03-26 14:00 [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+ Alexey Kardashevskiy
  2014-03-26 14:03 ` Paolo Bonzini
@ 2014-03-26 14:07 ` Andreas Färber
  2014-03-26 14:13   ` [Qemu-devel] [PATCH for-2.0 v2] " Alexey Kardashevskiy
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Färber @ 2014-03-26 14:07 UTC (permalink / raw)
  To: Alexey Kardashevskiy, qemu-devel; +Cc: Paolo Bonzini

Hi Alexey,

Am 26.03.2014 15:00, schrieb Alexey Kardashevskiy:
> Cc: Andreas Färber <afaerber@suse.de>
> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> ---
> 
> Guys, did you mean just this or there is something more?

The usual text is "either version 2 of the License, or (at your option)
any later version" - compare http://opensource.org/licenses/GPL-2.0

> Should all new files use this 2.0+ now? I have a couple like this coming.

Yes, please. See http://wiki.qemu.org/Relicensing for some background
and previous work. Reasons restricting use of GPL-2.0+ include code
copied from Linux that is licensed under that GPL-2.0-only version.

> Thanks!

Thanks for following up on this.

Cheers,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* [Qemu-devel] [PATCH for-2.0 v2] fw-path-provider: Change GPL version to 2+
  2014-03-26 14:07 ` Andreas Färber
@ 2014-03-26 14:13   ` Alexey Kardashevskiy
  2014-03-26 14:19     ` Alexey Kardashevskiy
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Kardashevskiy @ 2014-03-26 14:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, Paolo Bonzini, Andreas Färber

Cc: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---

Changes:
v2:
* corrected text 


---
 hw/core/fw-path-provider.c    | 3 ++-
 include/hw/fw-path-provider.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c
index b117157..d4f1a9d 100644
--- a/hw/core/fw-path-provider.c
+++ b/hw/core/fw-path-provider.c
@@ -3,7 +3,8 @@
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; under version 2 of the License.
+ *  the Free Software Foundation; under version 2 of the License
+ *  or (at your option) any later version.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h
index 3018349..6ce9d7c 100644
--- a/include/hw/fw-path-provider.h
+++ b/include/hw/fw-path-provider.h
@@ -3,7 +3,8 @@
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; under version 2 of the License.
+ *  the Free Software Foundation; under version 2 of the License
+ *  or (at your option) any later version.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
-- 
1.8.4.rc4

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

* Re: [Qemu-devel] [PATCH for-2.0 v2] fw-path-provider: Change GPL version to 2+
  2014-03-26 14:13   ` [Qemu-devel] [PATCH for-2.0 v2] " Alexey Kardashevskiy
@ 2014-03-26 14:19     ` Alexey Kardashevskiy
  2014-04-07 13:39       ` Andreas Färber
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Kardashevskiy @ 2014-03-26 14:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Andreas Färber

On 03/27/2014 01:13 AM, Alexey Kardashevskiy wrote:
> Cc: Andreas Färber <afaerber@suse.de>
> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>

Ah, this one is missing "suggested-by". And Paolo's "sob". Posting patches
is tough :)


> ---
> 
> Changes:
> v2:
> * corrected text 
> 
> 
> ---
>  hw/core/fw-path-provider.c    | 3 ++-
>  include/hw/fw-path-provider.h | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c
> index b117157..d4f1a9d 100644
> --- a/hw/core/fw-path-provider.c
> +++ b/hw/core/fw-path-provider.c
> @@ -3,7 +3,8 @@
>   *
>   *  This program is free software; you can redistribute it and/or modify
>   *  it under the terms of the GNU General Public License as published by
> - *  the Free Software Foundation; under version 2 of the License.
> + *  the Free Software Foundation; under version 2 of the License
> + *  or (at your option) any later version.
>   *
>   *  This program is distributed in the hope that it will be useful,
>   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h
> index 3018349..6ce9d7c 100644
> --- a/include/hw/fw-path-provider.h
> +++ b/include/hw/fw-path-provider.h
> @@ -3,7 +3,8 @@
>   *
>   *  This program is free software; you can redistribute it and/or modify
>   *  it under the terms of the GNU General Public License as published by
> - *  the Free Software Foundation; under version 2 of the License.
> + *  the Free Software Foundation; under version 2 of the License
> + *  or (at your option) any later version.
>   *
>   *  This program is distributed in the hope that it will be useful,
>   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
> 


-- 
Alexey

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

* Re: [Qemu-devel] [PATCH for-2.0 v2] fw-path-provider: Change GPL version to 2+
  2014-03-26 14:19     ` Alexey Kardashevskiy
@ 2014-04-07 13:39       ` Andreas Färber
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Färber @ 2014-04-07 13:39 UTC (permalink / raw)
  To: Alexey Kardashevskiy, qemu-devel; +Cc: Paolo Bonzini, Peter Maydell

Am 26.03.2014 15:19, schrieb Alexey Kardashevskiy:
> On 03/27/2014 01:13 AM, Alexey Kardashevskiy wrote:
>> Cc: Andreas Färber <afaerber@suse.de>
>> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> 
> Ah, this one is missing "suggested-by". And Paolo's "sob". Posting patches
> is tough :)
> 
> 
>> ---
>>
>> Changes:
>> v2:
>> * corrected text 

Sorry, patch slipped through. I've transferred Paolo's Acked-by from v1
and tweaked the wording to match that at:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Thanks, applied to qom-next:
https://github.com/afaerber/qemu-cpu/commits/qom-next

Pull coming up shortly.

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

end of thread, other threads:[~2014-04-07 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 14:00 [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+ Alexey Kardashevskiy
2014-03-26 14:03 ` Paolo Bonzini
2014-03-26 14:07 ` Andreas Färber
2014-03-26 14:13   ` [Qemu-devel] [PATCH for-2.0 v2] " Alexey Kardashevskiy
2014-03-26 14:19     ` Alexey Kardashevskiy
2014-04-07 13:39       ` Andreas Färber

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).