Re: [Qemu-devel] [PATCH] place qemu-sockets.c contributions since 2012-01-13 under GPLv2+

2012-07-29 Thread Blue Swirl
Thanks, applied.

On Mon, Jul 9, 2012 at 9:08 AM, Paolo Bonzini pbonz...@redhat.com wrote:
 Past contributions since 2012-01-13 were only made by Red Hat people,
 so they are already available under GPLv2+.

 Signed-off-by: Paolo Bonzini pbonz...@redhat.com
 ---
  qemu-sockets.c |3 +++
  1 file changed, 3 insertions(+)

 diff --git a/qemu-sockets.c b/qemu-sockets.c
 index 2ae715d..668fa93 100644
 --- a/qemu-sockets.c
 +++ b/qemu-sockets.c
 @@ -11,6 +11,9 @@
   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   *  GNU General Public License for more details.
 + *
 + * Contributions after 2012-01-13 are licensed under the terms of the
 + * GNU GPL, version 2 or (at your option) any later version.
   */
  #include stdio.h
  #include stdlib.h
 --
 1.7.10.2




[Qemu-devel] [PATCH] place qemu-sockets.c contributions since 2012-01-13 under GPLv2+

2012-07-09 Thread Paolo Bonzini
Past contributions since 2012-01-13 were only made by Red Hat people,
so they are already available under GPLv2+.

Signed-off-by: Paolo Bonzini pbonz...@redhat.com
---
 qemu-sockets.c |3 +++
 1 file changed, 3 insertions(+)

diff --git a/qemu-sockets.c b/qemu-sockets.c
index 2ae715d..668fa93 100644
--- a/qemu-sockets.c
+++ b/qemu-sockets.c
@@ -11,6 +11,9 @@
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
  */
 #include stdio.h
 #include stdlib.h
-- 
1.7.10.2




Re: [Qemu-devel] [PATCH] place qemu-sockets.c contributions since 2012-01-13 under GPLv2+

2012-07-09 Thread Stefan Weil

Am 09.07.2012 11:08, schrieb Paolo Bonzini:

Past contributions since 2012-01-13 were only made by Red Hat people,
so they are already available under GPLv2+.

Signed-off-by: Paolo Bonzinipbonz...@redhat.com
---
  qemu-sockets.c |3 +++
  1 file changed, 3 insertions(+)

diff --git a/qemu-sockets.c b/qemu-sockets.c
index 2ae715d..668fa93 100644
--- a/qemu-sockets.c
+++ b/qemu-sockets.c
@@ -11,6 +11,9 @@
   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   *  GNU General Public License for more details.
+ *
+ * Contributions after 2012-01-13 are licensed under the terms of the
+ * GNU GPL, version 2 or (at your option) any later version.
   */
  #includestdio.h
  #includestdlib.h


git blame -C -w and git log show only contributions from Markus 
Armbruster,

Luiz Capitulino and Amos Kong in 2012, so the patch is valid.

Reviewed-by: Stefan Weil s...@weilnetz.de