diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-07-09 11:08:39 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-07-29 08:44:00 +0000 |
commit | e6d91ab66bad2bce9319fe8b0011f765042a7bb2 (patch) | |
tree | 319b886f8e0b21aa3a16aab7458dee50aa00422a | |
parent | 54c2e50205711a4dc5134d07079174e3e8be10a7 (diff) |
place qemu-sockets.c contributions since 2012-01-13 under GPLv2+
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>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
-rw-r--r-- | qemu-sockets.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-sockets.c b/qemu-sockets.c index 2ae715db76..668fa93294 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> |