From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqtBA-0002iF-Mv for qemu-devel@nongnu.org; Fri, 17 Oct 2008 13:32:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqtBA-0002i3-Bo for qemu-devel@nongnu.org; Fri, 17 Oct 2008 13:32:00 -0400 Received: from [199.232.76.173] (port=60657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqtB9-0002i0-TK for qemu-devel@nongnu.org; Fri, 17 Oct 2008 13:31:59 -0400 Received: from savannah.gnu.org ([199.232.41.3]:39188 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 1KqtB9-0005PF-JF for qemu-devel@nongnu.org; Fri, 17 Oct 2008 13:31:59 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KqtB8-0004hZ-Rp for qemu-devel@nongnu.org; Fri, 17 Oct 2008 17:31:58 +0000 Received: from bellard by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KqtB8-0004hV-Ih for qemu-devel@nongnu.org; Fri, 17 Oct 2008 17:31:58 +0000 MIME-Version: 1.0 Errors-To: bellard Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Fabrice Bellard Message-Id: Date: Fri, 17 Oct 2008 17:31:58 +0000 Subject: [Qemu-devel] [5499] added explicit license 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: 5499 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5499 Author: bellard Date: 2008-10-17 17:31:57 +0000 (Fri, 17 Oct 2008) Log Message: ----------- added explicit license Modified Paths: -------------- trunk/slirp/slirp.c Modified: trunk/slirp/slirp.c =================================================================== --- trunk/slirp/slirp.c 2008-10-17 17:28:58 UTC (rev 5498) +++ trunk/slirp/slirp.c 2008-10-17 17:31:57 UTC (rev 5499) @@ -1,3 +1,26 @@ +/* + * libslirp glue + * + * Copyright (c) 2004-2008 Fabrice Bellard + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ #include "slirp.h" /* host address */