From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaWiN-0007T2-Ak for qemu-devel@nongnu.org; Mon, 19 Nov 2012 14:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaWiI-0007W8-M6 for qemu-devel@nongnu.org; Mon, 19 Nov 2012 14:09:03 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:58724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaWiI-0007W0-FY for qemu-devel@nongnu.org; Mon, 19 Nov 2012 14:08:58 -0500 Message-ID: <50AA83C8.4030402@weilnetz.de> Date: Mon, 19 Nov 2012 20:08:56 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1353343228-24870-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] LICENSE: clarify licensing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org Am 19.11.2012 19:34, schrieb malc: > On Mon, 19 Nov 2012, Peter Maydell wrote: > >> On 19 November 2012 18:21, malc wrote: >>> On Mon, 19 Nov 2012, Anthony Liguori wrote: >>>> +5) Files without explicit licenses fall under the GPL v2. >>> >>> I have issue with this, files without licenses are just that files >>> without licenses. >> >> If we believe this (and it seems a logical thing to believe) >> then QEMU's not distributable until we rewrite or remove or track >> down all authors for all the files without licenses... > > Yes. That can only be true if those files are older than LICENSE, or at least older than the commit which added "QEMU as a whole is released under the GNU General Public License". (2007) Any file or contribution which was added later (with or without a license clause) cannot invalidate this general license, so QEMU remains distributable. Nevertheless fixing files without explicit license is desirable, of course. Stefan