From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFdeS-0008U3-4o for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:56:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFdeQ-0008SZ-8P for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:55:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFdeP-0008SM-NX for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:55:57 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFdeP-00029o-8w for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:55:57 -0500 Date: Thu, 17 Jan 2008 22:56:44 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] [patch] s390-dis.c license Message-ID: <20080117225644.GJ28842@networkno.de> References: <478FC8B9.6000801@gmail.com> <20080117223145.GI28842@networkno.de> <20080117.153646.742956694.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080117.153646.742956694.imp@bsdimp.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "M. Warner Losh" Cc: qemu-devel@nongnu.org M. Warner Losh wrote: > In message: <20080117223145.GI28842@networkno.de> > Thiemo Seufer writes: > : andrzej zaborowski wrote: > : > On 17/01/2008, Bill C. Riemers wrote: > : > > According to section 9 of the GPL, you would only have to contact > : > > contributors for code which specified version 2 of the GPL and not later... > : > > : > In order to relicense all of qemu, yes, plus contributors of > : > BSD-licensed code, of which there is much more than GPLv2-licensed. > : > : Actually, re-licensing BSD code as GPL is legal (but not nice). > > No. It isn't. *ADDING* the GPL license to a 2-clause BSD licensed > file is legal, but removing the BSD stuff is not allowed. It must be > retained, per the BSD license. In strictly legal terms you are right. With re-licensing I meant "adding GPL licensed parts to otherwise BSD-licensed code", which technically retains the original license but makes it practically unusable. A similiar case arises when relicensing "GPLv2 or later" code as "GPL2 only". The original notice must be retained, but it isn't of much use in practical terms. Thiemo