From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFdGF-0007Iq-St for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:30:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFdGF-0007IT-BR for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:30:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFdGF-0007IM-4l for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:30:59 -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 1JFdGE-0003yO-Lt for qemu-devel@nongnu.org; Thu, 17 Jan 2008 17:30:58 -0500 Date: Thu, 17 Jan 2008 22:31:46 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] [patch] s390-dis.c license Message-ID: <20080117223145.GI28842@networkno.de> References: <478FA0C9.8070907@mail.berlios.de> <8a6cde920801171244k35d84ec9vf82277d2e5090a4f@mail.gmail.com> <20080117.140706.232931235.imp@bsdimp.com> <478FC8B9.6000801@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: andrzej zaborowski Cc: qemu-devel@nongnu.org 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). > But there's no reason to relicense qemu. AFAIK there's no problem > distributing qemu if it contains GPLv3, GPLv2 and BSD code just as > there was no problem until now with GPLv2 and BSD code. So I'm not > sure what this change helps. GPLv2 and GPLv3 have different provisions (e.g. the anti-DRM clause in GPLv3). Both exclude further restrictions of any sort. This makes them incompatible. Thiemo