From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWvEv-00022S-6Y for qemu-devel@nongnu.org; Mon, 29 Apr 2013 17:04:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWvEt-0002eg-TS for qemu-devel@nongnu.org; Mon, 29 Apr 2013 17:04:01 -0400 Received: from mail-oa0-f51.google.com ([209.85.219.51]:39743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWvEt-0002ea-Og for qemu-devel@nongnu.org; Mon, 29 Apr 2013 17:03:59 -0400 Received: by mail-oa0-f51.google.com with SMTP id k14so6563624oag.38 for ; Mon, 29 Apr 2013 14:03:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1367258703-6930-1-git-send-email-aliguori@us.ibm.com> References: <1367258703-6930-1-git-send-email-aliguori@us.ibm.com> Date: Tue, 30 Apr 2013 01:03:58 +0400 Message-ID: From: Max Filippov Content-Type: text/plain; charset=UTF-8 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: Thiemo Seufer , Peter Maydell , Richard Henderson , Juan Quintela , Stefan Weil , Richard Sandiford , Jocelyn Mayer , qemu-devel@nongnu.org, Blue Swirl , Christophe Lyon , Paul Brook , malc , Avi Kivity , Paolo Bonzini , Guan Xuetao , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Aurelien Jarno On Mon, Apr 29, 2013 at 10:05 PM, 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. ... > In order to make this change, we need to relicense all contributions > from initial import of the SoftFloat code to match the license of > SoftFloat-2a (instead of the implied SoftFloat-2b license). > > If you are on CC, it is because you have contributed to the softfloat > code in QEMU. Please response to this note with: > > Acked-by: Your Name > > To significant that you are able and willing to relicense your changes > to the SoftFloat-1a license (or a GPL compatible license). Acked-by: Max Filippov -- Thanks. -- Max