From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWuUh-0004ur-Ed for qemu-devel@nongnu.org; Mon, 29 Apr 2013 16:16:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWuUe-0001z4-IJ for qemu-devel@nongnu.org; Mon, 29 Apr 2013 16:16:15 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:46764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWuUe-0001yv-D9 for qemu-devel@nongnu.org; Mon, 29 Apr 2013 16:16:12 -0400 Received: by mail-wi0-f169.google.com with SMTP id h11so3431783wiv.4 for ; Mon, 29 Apr 2013 13:16:11 -0700 (PDT) Sender: Richard Henderson Message-ID: <517ED507.3070206@twiddle.net> Date: Mon, 29 Apr 2013 21:16:07 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1367258703-6930-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1367258703-6930-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] softfloat: rebase to version 2a List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , Guan Xuetao , Christophe Lyon , Juan Quintela , Stefan Weil , Richard Sandiford , Jocelyn Mayer , qemu-devel@nongnu.org, Blue Swirl , Max Filippov , malc , Paul Brook , Paolo Bonzini , Thiemo Seufer , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Aurelien Jarno , Avi Kivity On 2013-04-29 19:05, Anthony Liguori wrote: > The license of SoftFloat-2b is claimed to be GPLv2 incompatible by > the FSF due to an indemnification clause. The previous release, > SoftFloat-2a, did not contain this clause. The only changes between > these two versions as far as QEMU is concerned is the license change > and a global modification of the comment structure. This patch rebases > our softfloat code to SoftFloat-2a in order to have a GPLv2 compatible > license. Acked-by: Richard Henderson r~