From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6kAW-0006gQ-7n for qemu-devel@nongnu.org; Wed, 08 Feb 2006 02:55:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6kAS-0006fk-9d for qemu-devel@nongnu.org; Wed, 08 Feb 2006 02:55:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6kAQ-0006fe-Cg for qemu-devel@nongnu.org; Wed, 08 Feb 2006 02:55:11 -0500 Received: from [199.45.160.85] (helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F6kDg-0001G2-TU for qemu-devel@nongnu.org; Wed, 08 Feb 2006 02:58:33 -0500 Date: Wed, 08 Feb 2006 00:32:27 -0700 (MST) Message-Id: <20060208.003227.02300435.imp@bsdimp.com> Subject: Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32 From: "M. Warner Losh" In-Reply-To: <43E99C81.6040302@sjsoft.com> References: <20060207211810.GA31289@jbrown.mylinuxbox.org> <43E914B0.6060808@bellard.org> <43E99C81.6040302@sjsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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, davidf@sjsoft.com In message: <43E99C81.6040302@sjsoft.com> David Fraser writes: : Fabrice Bellard wrote: : > Jim C. Brown wrote: : >> On Thu, Feb 02, 2006 at 12:10:36AM +0100, Fabrice Bellard wrote: : >> : >>> Hi, : >>> : >>> I merged your patches and I made important changes to simplify them. I : >>> did not do any tests so tell me if you see problems. : >>> : >>> Regards, : >>> : >>> Fabrice. : >>> : >> : >> : >> Have you decided to accept the GPL license on it then? : >> : >> http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00217.html : > : > Yes because the features are packed in a single file which can be : > removed if needed. : Just checking, would that make it illegal to use this feature together : with kqemu? No. The GPL is about distribution, not use. It might make certain binary packages contrary to rights granted by the GPL. Warner