From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOl99-0002jj-9U for qemu-devel@nongnu.org; Thu, 18 Oct 2012 04:08:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOl93-00023H-LX for qemu-devel@nongnu.org; Thu, 18 Oct 2012 04:08:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOl93-000237-Dd for qemu-devel@nongnu.org; Thu, 18 Oct 2012 04:07:57 -0400 Message-ID: <507FB8A8.7050307@redhat.com> Date: Thu, 18 Oct 2012 10:07:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1247658216-511-1-git-send-email-kraxel@redhat.com> <1247658216-511-2-git-send-email-kraxel@redhat.com> <20121017201414.GA5665@otherpad.lan.raisama.net> <20121017215010.GO22722@otherpad.lan.raisama.net> In-Reply-To: <20121017215010.GO22722@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: "Michael S. Tsirkin" , Jan Kiszka , qemu-devel@nongnu.org, dunrong huang , Markus Armbruster , Blue Swirl , Stefan Weil , Zhi Yong Wu , Donald Dutile , Gerd Hoffmann , Juan Quintela , Michael Roth , Christian Borntraeger , Anthony PERARD , Kusanagi Kouichi , Stefan Hajnoczi , Stefan Weil , Christoph Egger , Jan Kiszka , Kevin Wolf , David 'Digit' Turner , Anthony Liguori , Isaku Yamahata , Amit Shah Il 17/10/2012 23:50, Eduardo Habkost ha scritto: > I suppose that's the usual assumption when the file doesn't have an > explicit license, as it's the license specified on the LICENSE file. > > The only problem is that the LICENSE file doesn't specify the GPL > version, so it's a bit complicated. Some opinions can be found here: > . > > Unless every single author replies and accepts the adoption of another > license (which I find very unlikely), I plan to submit a patch adding a > GPLv2+ license header. GPLv2+ should be the default license for files without a heading, except if the history of the file shows that the code came originally from the Linux kernel or another GPLv2-only project/file. Paolo