From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFZmk-0002q0-Ad for qemu-devel@nongnu.org; Thu, 17 Jan 2008 13:48:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFZmi-0002pX-JA for qemu-devel@nongnu.org; Thu, 17 Jan 2008 13:48:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFZmi-0002pU-84 for qemu-devel@nongnu.org; Thu, 17 Jan 2008 13:48:16 -0500 Received: from bsdimp.com ([199.45.160.85] helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JFZmh-00038P-HP for qemu-devel@nongnu.org; Thu, 17 Jan 2008 13:48:15 -0500 Date: Thu, 17 Jan 2008 11:45:10 -0700 (MST) Message-Id: <20080117.114510.179959847.imp@bsdimp.com> Subject: Re: [Qemu-devel] [patch] s390-dis.c license From: "M. Warner Losh" In-Reply-To: <478FA0C9.8070907@mail.berlios.de> References: <200801171355.28625.uli@suse.de> <478FA0C9.8070907@mail.berlios.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, weil@mail.berlios.de In message: <478FA0C9.8070907@mail.berlios.de> Stefan Weil writes: : Is GPLv3 unwanted for QEMU source code? If yes: why? : Would it prevent inclusion of QEMU in common Linux distributions? There's still some gplv2-only code in qemu, iirc. As such, you can't use gplv3 code at all since the licenses are incompatible. gplv2-or-later is not a problem. I seriously doubt it would prevent being included in linux distributions. The linux kernel, the thing that everybody says makes linux linux, is gplv2-only right now. Warner : Stefan : : Ulrich Hecht schrieb: : > Hi! : > : > Our Teenage Mutant Legal Turtles have discovered that s390-dis.c contains : > GPLv3 code. Fortunately, the actual code has not changed since the last : > GPLv2 binutils release, save for the license headers, so it suffices to : > change those back to fix the problem. : > : > CU : > Uli : : :