From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZHWE-0005vi-Ak for qemu-devel@nongnu.org; Mon, 06 May 2013 05:15:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZHWC-0004pa-Kf for qemu-devel@nongnu.org; Mon, 06 May 2013 05:15:38 -0400 Received: from eu1sys200aog112.obsmtp.com ([207.126.144.133]:42330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZHWC-0004oZ-A8 for qemu-devel@nongnu.org; Mon, 06 May 2013 05:15:36 -0400 Message-ID: <518774AF.1000804@st.com> Date: Mon, 6 May 2013 11:15:27 +0200 From: Christophe Lyon 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: "qemu-devel@nongnu.org" On 29.04.2013 20: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: Christophe Lyon