From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlL6Y-0005Tq-D7 for qemu-devel@nongnu.org; Sun, 01 Jul 2012 10:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SlL6W-0001Yj-0P for qemu-devel@nongnu.org; Sun, 01 Jul 2012 10:26:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlL6V-0001Xx-OT for qemu-devel@nongnu.org; Sun, 01 Jul 2012 10:26:23 -0400 Message-ID: <4FF05E09.9070606@redhat.com> Date: Sun, 01 Jul 2012 16:26:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1339076735-19796-1-git-send-email-sw@weilnetz.de> <4FD550A4.4030808@cn.fujitsu.com> <4FD57ADF.8060703@redhat.com> <4FDCD115.80602@suse.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] w32: Fix broken build (missing include file) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko Cc: Anthony Liguori , Stefan Weil , qemu-devel@nongnu.org, Luiz Capitulino , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Markus Armbruster Il 16/06/2012 20:48, Artyom Tarasenko ha scritto: > But still, it's not possible for all contributions, right? > > To sum this up: > GPL v2+ are allowed > non-GPL contributions are allowed Yes, as long as they are GPLv2- and v3-compatible. So for example no Apache license (just a theoretical case, but worth mentioning for completeness), because it's not GPLv2-compatible. I'm not aware of any license that is GPLv2-compatible but not GPLv3, but there must be one hiding somewhere. :) Paolo > GPL v2- are not allowed.