From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1So9xi-0000p2-VI for qemu-devel@nongnu.org; Mon, 09 Jul 2012 05:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1So9xc-0001rF-1g for qemu-devel@nongnu.org; Mon, 09 Jul 2012 05:08:58 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:37820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1So9xb-0001qo-PS for qemu-devel@nongnu.org; Mon, 09 Jul 2012 05:08:51 -0400 Received: by pbbro12 with SMTP id ro12so20490897pbb.4 for ; Mon, 09 Jul 2012 02:08:49 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 9 Jul 2012 11:08:39 +0200 Message-Id: <1341824919-29437-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] place qemu-sockets.c contributions since 2012-01-13 under GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com 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 --- 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 #include -- 1.7.10.2