From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpDq-0005K0-4d for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:52:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLpDk-0006sf-HA for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:52:46 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:42579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpDk-0006sU-Au for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:52:40 -0400 Message-ID: <50750D24.8050908@weilnetz.de> Date: Wed, 10 Oct 2012 07:52:36 +0200 From: Stefan Weil MIME-Version: 1.0 References: <5055FD83.4050202@wiesinger.com> <507504D2.5020905@wiesinger.com> In-Reply-To: <507504D2.5020905@wiesinger.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Wrong license (GPL 2 only) for files in fsdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "M. Mohan Kumar" , "Aneesh Kumar K.V" Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org Hi, all files in fsdev still use GNU GPL version 2 only instead of GNU GPL version 2 or later. Can this be fixed? If not, we should addtext like this: * Contributions after 2012-10-10 are licensed under the terms of the * GNU GPL, version 2 or (at your option) any later version. Is it possible to add some general statement to the QEMU license so that any file which is newly added and which uses GPL 2 is automatically GPL 2+? IMHO at least some remarks in CODING_STYLE would be good. Regards Stefan Weil