From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFcJE-000057-Ap for qemu-devel@nongnu.org; Thu, 17 Jan 2008 16:30:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFcJC-0008Vz-Go for qemu-devel@nongnu.org; Thu, 17 Jan 2008 16:30:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFcJC-0008Vr-B4 for qemu-devel@nongnu.org; Thu, 17 Jan 2008 16:29:58 -0500 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFcJC-0005vS-9E for qemu-devel@nongnu.org; Thu, 17 Jan 2008 16:29:58 -0500 Received: by fg-out-1718.google.com with SMTP id e12so844732fga.8 for ; Thu, 17 Jan 2008 13:29:56 -0800 (PST) Message-ID: <478FC8B9.6000801@gmail.com> Date: Thu, 17 Jan 2008 16:29:29 -0500 From: "Bill C. Riemers" MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] s390-dis.c license References: <478FA0C9.8070907@mail.berlios.de> <8a6cde920801171244k35d84ec9vf82277d2e5090a4f@mail.gmail.com> <20080117.140706.232931235.imp@bsdimp.com> In-Reply-To: <20080117.140706.232931235.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 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... e.g. * Copyright (c) 2003-2005 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. The any later version means you can replace the GPL 2 license with GPL 3, without contacting the author. This is explicitly spelled out by section 9 of the GPL. The reason why some software projects can not automatically update to GPL 3, is some authors deliberately remove the ", or (at your option) any later version." clause. Bill M. Warner Losh wrote: > In message: <8a6cde920801171244k35d84ec9vf82277d2e5090a4f@mail.gmail.com> > "Ricardo Almeida" writes: > : > The problem is: you would have to ask every contributor whose code is > : > still somewhere in the source code. That is tedious, and takes time (I do > : > not even think that an email would suffice). > : > : >From what I read once in a slashdot post (it's worth what is worth), > : it suffices a public announcement of the change and a deadline > : (something around 60 to 90 days). The announce could be in QEmu > : homepage and on this list... > > That's not legally correct. To change a license in a way not > permitted by the original license holder, you *MUST* have *EXPLICIT* > approval to do that. Otherwise, licenses would be meaningless... > > Warner > > >