qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix some more license versions (GPL2+ instead of GPL2)
@ 2012-06-11  5:49 Stefan Weil
  2012-06-11  5:59 ` Wen Congyang
  2012-06-12 19:44 ` Luiz Capitulino
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2012-06-11  5:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Weil, Luiz Capitulino

Cc: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---

Wen Congyang, would you please add your Signed-off-by?

Thanks,
Stefan W.

 memory_mapping-stub.c             |    4 ++--
 memory_mapping.c                  |    4 ++--
 memory_mapping.h                  |    4 ++--
 target-i386/arch_dump.c           |    4 ++--
 target-i386/arch_memory_mapping.c |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/memory_mapping-stub.c b/memory_mapping-stub.c
index 104281d..76be34d 100644
--- a/memory_mapping-stub.c
+++ b/memory_mapping-stub.c
@@ -6,8 +6,8 @@
  * Authors:
  *     Wen Congyang <wency@cn.fujitsu.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2. See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
  *
  */
 
diff --git a/memory_mapping.c b/memory_mapping.c
index 1125e3f..6f5a2e3 100644
--- a/memory_mapping.c
+++ b/memory_mapping.c
@@ -6,8 +6,8 @@
  * Authors:
  *     Wen Congyang <wency@cn.fujitsu.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2. See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
  *
  */
 
diff --git a/memory_mapping.h b/memory_mapping.h
index 3f00358..ef72b0a 100644
--- a/memory_mapping.h
+++ b/memory_mapping.h
@@ -6,8 +6,8 @@
  * Authors:
  *     Wen Congyang <wency@cn.fujitsu.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2. See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
  *
  */
 
diff --git a/target-i386/arch_dump.c b/target-i386/arch_dump.c
index 7c2b514..4240278 100644
--- a/target-i386/arch_dump.c
+++ b/target-i386/arch_dump.c
@@ -6,8 +6,8 @@
  * Authors:
  *     Wen Congyang <wency@cn.fujitsu.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2.  See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
  *
  */
 
diff --git a/target-i386/arch_memory_mapping.c b/target-i386/arch_memory_mapping.c
index efb0211..8e5a56a 100644
--- a/target-i386/arch_memory_mapping.c
+++ b/target-i386/arch_memory_mapping.c
@@ -6,8 +6,8 @@
  * Authors:
  *     Wen Congyang <wency@cn.fujitsu.com>
  *
- * This work is licensed under the terms of the GNU GPL, version 2.  See
- * the COPYING file in the top-level directory.
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
  *
  */
 
-- 
1.7.10

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

* Re: [Qemu-devel] [PATCH] Fix some more license versions (GPL2+ instead of GPL2)
  2012-06-11  5:49 [Qemu-devel] [PATCH] Fix some more license versions (GPL2+ instead of GPL2) Stefan Weil
@ 2012-06-11  5:59 ` Wen Congyang
  2012-06-12 19:44 ` Luiz Capitulino
  1 sibling, 0 replies; 3+ messages in thread
From: Wen Congyang @ 2012-06-11  5:59 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-devel, Luiz Capitulino

At 06/11/2012 01:49 PM, Stefan Weil Wrote:
> Cc: Wen Congyang <wency@cn.fujitsu.com>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>

> ---
> 
> Wen Congyang, would you please add your Signed-off-by?

Thanks for doing this.

Wen Congyang

> 
> Thanks,
> Stefan W.
> 
>  memory_mapping-stub.c             |    4 ++--
>  memory_mapping.c                  |    4 ++--
>  memory_mapping.h                  |    4 ++--
>  target-i386/arch_dump.c           |    4 ++--
>  target-i386/arch_memory_mapping.c |    4 ++--
>  5 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/memory_mapping-stub.c b/memory_mapping-stub.c
> index 104281d..76be34d 100644
> --- a/memory_mapping-stub.c
> +++ b/memory_mapping-stub.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2. See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/memory_mapping.c b/memory_mapping.c
> index 1125e3f..6f5a2e3 100644
> --- a/memory_mapping.c
> +++ b/memory_mapping.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2. See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/memory_mapping.h b/memory_mapping.h
> index 3f00358..ef72b0a 100644
> --- a/memory_mapping.h
> +++ b/memory_mapping.h
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2. See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/target-i386/arch_dump.c b/target-i386/arch_dump.c
> index 7c2b514..4240278 100644
> --- a/target-i386/arch_dump.c
> +++ b/target-i386/arch_dump.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2.  See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/target-i386/arch_memory_mapping.c b/target-i386/arch_memory_mapping.c
> index efb0211..8e5a56a 100644
> --- a/target-i386/arch_memory_mapping.c
> +++ b/target-i386/arch_memory_mapping.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2.  See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  

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

* Re: [Qemu-devel] [PATCH] Fix some more license versions (GPL2+ instead of GPL2)
  2012-06-11  5:49 [Qemu-devel] [PATCH] Fix some more license versions (GPL2+ instead of GPL2) Stefan Weil
  2012-06-11  5:59 ` Wen Congyang
@ 2012-06-12 19:44 ` Luiz Capitulino
  1 sibling, 0 replies; 3+ messages in thread
From: Luiz Capitulino @ 2012-06-12 19:44 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-devel

On Mon, 11 Jun 2012 07:49:18 +0200
Stefan Weil <sw@weilnetz.de> wrote:

> Cc: Wen Congyang <wency@cn.fujitsu.com>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Applied to the qmp branch, thanks.

> ---
> 
> Wen Congyang, would you please add your Signed-off-by?
> 
> Thanks,
> Stefan W.
> 
>  memory_mapping-stub.c             |    4 ++--
>  memory_mapping.c                  |    4 ++--
>  memory_mapping.h                  |    4 ++--
>  target-i386/arch_dump.c           |    4 ++--
>  target-i386/arch_memory_mapping.c |    4 ++--
>  5 files changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/memory_mapping-stub.c b/memory_mapping-stub.c
> index 104281d..76be34d 100644
> --- a/memory_mapping-stub.c
> +++ b/memory_mapping-stub.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2. See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/memory_mapping.c b/memory_mapping.c
> index 1125e3f..6f5a2e3 100644
> --- a/memory_mapping.c
> +++ b/memory_mapping.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2. See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/memory_mapping.h b/memory_mapping.h
> index 3f00358..ef72b0a 100644
> --- a/memory_mapping.h
> +++ b/memory_mapping.h
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2. See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/target-i386/arch_dump.c b/target-i386/arch_dump.c
> index 7c2b514..4240278 100644
> --- a/target-i386/arch_dump.c
> +++ b/target-i386/arch_dump.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2.  See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  
> diff --git a/target-i386/arch_memory_mapping.c b/target-i386/arch_memory_mapping.c
> index efb0211..8e5a56a 100644
> --- a/target-i386/arch_memory_mapping.c
> +++ b/target-i386/arch_memory_mapping.c
> @@ -6,8 +6,8 @@
>   * Authors:
>   *     Wen Congyang <wency@cn.fujitsu.com>
>   *
> - * This work is licensed under the terms of the GNU GPL, version 2.  See
> - * the COPYING file in the top-level directory.
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
>   *
>   */
>  

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

end of thread, other threads:[~2012-06-12 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11  5:49 [Qemu-devel] [PATCH] Fix some more license versions (GPL2+ instead of GPL2) Stefan Weil
2012-06-11  5:59 ` Wen Congyang
2012-06-12 19:44 ` Luiz Capitulino

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