diff mbox

[for-2.0,v2] fw-path-provider: Change GPL version to 2+

Message ID 1395843182-7369-1-git-send-email-aik@ozlabs.ru
State New
Headers show

Commit Message

Alexey Kardashevskiy March 26, 2014, 2:13 p.m. UTC
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(-)

Comments

Alexey Kardashevskiy March 26, 2014, 2:19 p.m. UTC | #1
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
>
Andreas Färber April 7, 2014, 1:39 p.m. UTC | #2
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
diff mbox

Patch

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