diff mbox

place qemu-sockets.c contributions since 2012-01-13 under GPLv2+

Message ID 1341824919-29437-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini July 9, 2012, 9:08 a.m. UTC
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 <pbonzini@redhat.com>
---
 qemu-sockets.c |    3 +++
 1 file changed, 3 insertions(+)

Comments

Stefan Weil July 9, 2012, 5:13 p.m. UTC | #1
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 Bonzini<pbonzini@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>

"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 <sw@weilnetz.de>
Blue Swirl July 29, 2012, 9:37 a.m. UTC | #2
Thanks, applied.

On Mon, Jul 9, 2012 at 9:08 AM, Paolo Bonzini <pbonzini@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 <pbonzini@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
>
diff mbox

Patch

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>