From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0esn-0005B7-KI for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:17:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0esm-0005Av-HT for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:17:24 -0500 Received: from [199.232.76.173] (port=46544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0esm-0005As-EZ for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:17:24 -0500 Received: from mx2.redhat.com ([66.187.237.31]:38121) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0esm-0004IO-IB for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:17:24 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mADGHKTu030577 for ; Thu, 13 Nov 2008 11:17:22 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mADGHJUR013781 for ; Thu, 13 Nov 2008 11:17:20 -0500 Received: from zweiblum.travel.kraxel.org (vpn-4-130.str.redhat.com [10.32.4.130]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mADGHIjL011832 for ; Thu, 13 Nov 2008 11:17:19 -0500 Message-ID: <491C530D.3080105@redhat.com> Date: Thu, 13 Nov 2008 17:17:17 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020303010605000809030004" Subject: [Qemu-devel] [patch] copyright & license for qemu_sockets.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------020303010605000809030004 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, as requested by anthony ... cheers, Gerd --------------020303010605000809030004 Content-Type: text/plain; name="0045-sockets-add-copyright-and-license.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="0045-sockets-add-copyright-and-license.patch" >>From 9c7e706fb4ff940241a49df7341fb5ad980882ab Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 11 Nov 2008 21:58:41 +0100 Subject: [PATCH] sockets: add copyright and license. Signed-off-by: Gerd Hoffmann --- qemu-sockets.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/qemu-sockets.c b/qemu-sockets.c index 77d9921..509d2a5 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c @@ -1,3 +1,17 @@ +/* + * inet and unix socket functions for qemu + * + * (c) 2008 Gerd Hoffmann + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; under version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * 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. + */ #include #include #include -- 1.5.6.5 --------------020303010605000809030004--