From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4P97-0006X8-AT for qemu-devel@nongnu.org; Wed, 31 Jul 2013 01:40:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4OoV-0004zS-PY for qemu-devel@nongnu.org; Wed, 31 Jul 2013 01:19:15 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:46805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4OoV-0004yq-Ip for qemu-devel@nongnu.org; Wed, 31 Jul 2013 01:19:07 -0400 Message-ID: <51F89E47.4000500@weilnetz.de> Date: Wed, 31 Jul 2013 07:19:03 +0200 From: Stefan Weil MIME-Version: 1.0 References: <20130731115034.ef51e9eec58c6a691f6c9ae7@mega-nerd.com> In-Reply-To: <20130731115034.ef51e9eec58c6a691f6c9ae7@mega-nerd.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Licensing question List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik de Castro Lopo Cc: qemu-devel@nongnu.org Am 31.07.2013 03:50, schrieb Erik de Castro Lopo: > Hi all, > > I have a patch I would like to submit and I am currently running it past > my employer's legal department. The legal department has identified 10 > different licenses in the Qemu codebase and has asked about the two files > I am modifying: > > linux-user/syscall.c > linux-user/syscall_defs.h > > For the first its easy as it is clearly marked as GPLv2+. The second is > unmarked. Is there some blanket statement somewhere that all files that > are not explicitly marked are under say GPLv2+? > > Cheers, > Erik No, there is no such statement. There is an agreement that files with GPL should be GPLv2+ (not only GPLv2), but files may also use other free licenses. In file LICENSE, it is said that QEMU as a whole is released under the GNU General Public License. Some files are copied from Linux and therefore must use the Linux license (usually GPLv2). syscall_defs.h might be a copy from Linux (=> GPLv2). If not, the default rule from LICENSE could be applied (=> GPL). Regards, Stefan