From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFe0p-0000ua-Oz for qemu-devel@nongnu.org; Thu, 17 Jan 2008 18:19:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFe0n-0000tK-J2 for qemu-devel@nongnu.org; Thu, 17 Jan 2008 18:19:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFe0n-0000tF-Ec for qemu-devel@nongnu.org; Thu, 17 Jan 2008 18:19:05 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFe0n-0006kj-0E for qemu-devel@nongnu.org; Thu, 17 Jan 2008 18:19:05 -0500 Received: by ug-out-1314.google.com with SMTP id m2so408483uge.4 for ; Thu, 17 Jan 2008 15:19:04 -0800 (PST) Message-ID: Date: Fri, 18 Jan 2008 00:19:03 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [patch] s390-dis.c license In-Reply-To: <20080117223145.GI28842@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478FA0C9.8070907@mail.berlios.de> <8a6cde920801171244k35d84ec9vf82277d2e5090a4f@mail.gmail.com> <20080117.140706.232931235.imp@bsdimp.com> <478FC8B9.6000801@gmail.com> <20080117223145.GI28842@networkno.de> 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 17/01/2008, Thiemo Seufer wrote: > 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. Ouch, right - I should do my reading. However the conflict between the GPL versions might only restrict the distribution of a qemu binary. And incorrect relicensing of the code would be illegal already in source form. So yes, probably only the GPLv2-only code would need permissions from authors, BSD should be ok left intact. All LGPL code seems to be v2 or greater. Regards