From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0evI-000632-6V for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:20:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0evH-00062F-9o for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:19:59 -0500 Received: from [199.232.76.173] (port=46572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0evH-000627-0u for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:19:59 -0500 Received: from savannah.gnu.org ([199.232.41.3]:42844 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L0evH-0004rz-B6 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 11:19:59 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1L0evD-0006mp-HX for qemu-devel@nongnu.org; Thu, 13 Nov 2008 16:19:55 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1L0evD-0006ml-4A for qemu-devel@nongnu.org; Thu, 13 Nov 2008 16:19:55 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Thu, 13 Nov 2008 16:19:55 +0000 Subject: [Qemu-devel] [5714] copyright & license for qemu_sockets.c (Gerd Hoffman) 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 Revision: 5714 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5714 Author: aliguori Date: 2008-11-13 16:19:54 +0000 (Thu, 13 Nov 2008) Log Message: ----------- copyright & license for qemu_sockets.c (Gerd Hoffman) Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/qemu-sockets.c Modified: trunk/qemu-sockets.c =================================================================== --- trunk/qemu-sockets.c 2008-11-12 22:29:11 UTC (rev 5713) +++ trunk/qemu-sockets.c 2008-11-13 16:19:54 UTC (rev 5714) @@ -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