From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxnPm-0005Qa-T4 for qemu-devel@nongnu.org; Wed, 27 Jul 2005 11:01:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxnPl-0005Pg-9Q for qemu-devel@nongnu.org; Wed, 27 Jul 2005 11:01:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxnPk-000546-4r for qemu-devel@nongnu.org; Wed, 27 Jul 2005 11:01:44 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DxnIW-0006FX-36 for qemu-devel@nongnu.org; Wed, 27 Jul 2005 10:54:16 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Kqemu for windows more free than kqemu for linux? Date: Wed, 27 Jul 2005 15:42:50 +0100 References: <42E62AA2.5090702@wayforth.co.uk> <200507271345.49202.paul@codesourcery.com> <42E796E4.5060101@dblab.ece.ntua.gr> In-Reply-To: <42E796E4.5060101@dblab.ece.ntua.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507271542.50972.paul@codesourcery.com> 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 On Wednesday 27 July 2005 15:15, Elefterios Stamatogiannakis wrote: > Not to start a flame war here but i find it odd that the license of > kqemu for windows is a LOT more free than the license of linux kqemu. > > License for kqemu-win32.c is a lot like public domain + below clause: > > * The above copyright notice and this permission notice shall be > included in > * all copies or substantial portions of the Software. > > License for kqemu-linux.c is simply this: > > * Copyright (c) 2004-2005 Fabrice Bellard This is all rather irrelevant as the important bit is the binary object released under a proprietary licence. The reason for the difference is that the win32 parts were written by a different author, and are also used by qvm86. The linux parts were written by Fabrice, so presumably are covered by the kqemu licence. Paul