From patchwork Mon Jul 9 09:08:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 169718 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 92F542C0217 for ; Mon, 9 Jul 2012 19:09:13 +1000 (EST) Received: from localhost ([::1]:46187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1So9xu-0000pB-UJ for incoming@patchwork.ozlabs.org; Mon, 09 Jul 2012 05:09:10 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=dA+ctd6dfCPxFzXq6dwEvUYkZcoqLHYZtGTYqifdk8s=; b=Kc9DLjLD4YStSw5MNZ9plux1v7msJ0hHKXku0DdtvviBUyX1iN0+CDla8MCh0Vj7EG mWXngGGXsVCdQEuwMjb5RkNqK/u8g/siDm+mxAxwHpyEyp5RWxtqweb719i9mSD9tqYF mr6DLL+yBHaqcRRK9e9LXBwFQbpDRy0SD0nz2lgTv4p5lDrAFORLP/i/wULbZ/nZ//vz qs2vtVHkDASsEiFFAsh/IBxExqKpgEfIjbCBhQ8CCMZFLviiQ/LUfvhr9WRBHfeQEe7r CJbeRZDpfOsam0FeMeR/g8CKOyKAYsjmmqCRu8LGoqeaCzK6XxhV6B+qw2JE6lTAW6so T0sw== Received: by 10.68.217.233 with SMTP id pb9mr58303076pbc.121.1341824929575; Mon, 09 Jul 2012 02:08:49 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-189-113.ip51.fastwebnet.it. [93.34.189.113]) by mx.google.com with ESMTPS id pj10sm1935303pbb.46.2012.07.09.02.08.46 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2012 02:08:48 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Mon, 9 Jul 2012 11:08:39 +0200 Message-Id: <1341824919-29437-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.10.2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Cc: blauwirbel@gmail.com Subject: [Qemu-devel] [PATCH] place qemu-sockets.c contributions since 2012-01-13 under GPLv2+ X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 Reviewed-by: Stefan Weil --- 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