From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXsog-0004uy-Mt for qemu-devel@nongnu.org; Thu, 02 May 2013 08:40:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXsod-0005Go-NI for qemu-devel@nongnu.org; Thu, 02 May 2013 08:40:54 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:44358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXsod-0005Fr-IB for qemu-devel@nongnu.org; Thu, 02 May 2013 08:40:51 -0400 From: Paul Brook Date: Thu, 2 May 2013 13:40:42 +0100 References: <1367258703-6930-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1367258703-6930-1-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-ID: <201305021340.44950.paul@codesourcery.com> 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: qemu-devel@nongnu.org > 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: Paul Brook