From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2qBd-0006qm-SI for qemu-devel@nongnu.org; Wed, 10 Aug 2005 09:00:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2qBa-0006pz-Of for qemu-devel@nongnu.org; Wed, 10 Aug 2005 09:00:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2qBZ-0006pj-UM for qemu-devel@nongnu.org; Wed, 10 Aug 2005 08:59:58 -0400 Received: from [81.29.64.88] (helo=mail.shareable.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E2qMX-000075-4U for qemu-devel@nongnu.org; Wed, 10 Aug 2005 09:11:17 -0400 Received: from mail.shareable.org (localhost [127.0.0.1]) by mail.shareable.org (8.12.8/8.12.8) with ESMTP id j7ACuc6K023055 for ; Wed, 10 Aug 2005 13:56:38 +0100 Received: (from jamie@localhost) by mail.shareable.org (8.12.8/8.12.8/Submit) id j7ACucTZ023053 for qemu-devel@nongnu.org; Wed, 10 Aug 2005 13:56:38 +0100 Date: Wed, 10 Aug 2005 13:56:38 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] Binary package and the kqemu support. Message-ID: <20050810125638.GB22753@mail.shareable.org> References: <200508091224.18758.Piotr_Roszatycki@netia.net.pl> <42F88A66.9010409@kadu.net> <42F8CD83.100@enix.org> <200508091702.39938.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508091702.39938.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 Paul Brook wrote: > > From http://fabrice.bellard.free.fr/qemu/qemu-accel.html: > > > > Terms of Use > > The QEMU Accelerator is free to use, but it is a closed source > > proprietary product. You are not allowed to distribute it yourself to > > other people without an explicit authorisation. Distributors wishing to > > include the QEMU accelerator on CDs, ISO images or packages must contact > > the author to know the exact terms. > > However the qemu 0.7.1 binaries distributed from the qemu website include > kqemu support. This means you are entitled to kqemu.h (which is > necessary to compile kqemu.c) under the LGPL. No, that is not correct. > By distributing kqemu enabled qemu binaries Fabrice has implicitly > dual-licenced kqemu.h under both the LGPL and his kqemu proprietary licence. No. Fabrice is special, because he is the copyright holder. He has the right to distribute binaries, prepared using his own source, using whatever license he likes. That by itself does _not_ grant you an "implicit" license to the source used to prepare those binaries. However, if he is distributing _source_ for kqemu-enabled qemu including kqemu.h, and if he states that the whole source tarball (which happened to include kqemu.h) is under the LGPL, then you could begin to make a case for an implied license of parts of the tarball (i.e. kqemu.h, if it's in that source tarball). I don't know if he's doing that. Also, if he is distributing binaries where part of the binary is LGPL'd or GPL'd code where the _copyright is held by other people_ (i.e. contributors), then you can make a case that if he's distributing kqemu-enabled binaries of qemu (that nobody else is able to legally reproduce), he's infringing the contributor's copyright. But if he's only distributed binaries which are compiled from _his_ LGPL'd code and _his_ closed source code - well, he can simply do that, and the binaries come under whatever binary license he's using. This is all moot, however, as you can just ask Fabrice and he may well be happy to put kqemu.h under the same license as qemu. It's only a small interface file, and nearly all of it, or perhaps all of it (these things are uncertain), may be usable under fair use anyway. -- Jamie