From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vd6-0001Rn-Gc for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7vd1-0000w2-3U for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:21:08 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:42394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vd0-0000vQ-Vo for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:21:03 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 14 Mar 2012 17:20:57 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id E493F38C803A for ; Wed, 14 Mar 2012 17:20:54 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2ELKswg289184 for ; Wed, 14 Mar 2012 17:20:54 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2ELKsQO009056 for ; Wed, 14 Mar 2012 18:20:54 -0300 Message-ID: <4F610BB4.1030809@us.ibm.com> Date: Wed, 14 Mar 2012 16:20:52 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1330893156-26569-1-git-send-email-afaerber@suse.de> <1331689198-11076-1-git-send-email-afaerber@suse.de> <1331689198-11076-3-git-send-email-afaerber@suse.de> <4F610917.8050209@weilnetz.de> In-Reply-To: <4F610917.8050209@weilnetz.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/7] target-unicore32: Relicense to GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , Dor Laor , Guan Xuetao , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org On 03/14/2012 04:09 PM, Stefan Weil wrote: > Am 14.03.2012 02:39, schrieb Andreas Färber: >> Adopt the license text suggested by Guan Xue-tao for all files except >> helper.c, to which Anthony Liguori (IBM) contributed a g_malloc() call. >> >> Signed-off-by: Andreas Färber >> Signed-off-by: Guan Xuetao >> Signed-off-by: Stefan Weil >> Signed-off-by: Blue Swirl >> Signed-off-by: Dor Laor >> --- >> target-unicore32/cpu.h | 5 ++--- >> target-unicore32/helper.h | 5 ++--- >> target-unicore32/op_helper.c | 5 ++--- >> target-unicore32/translate.c | 5 ++--- >> 4 files changed, 8 insertions(+), 12 deletions(-) > > Ack. I don't really think that my contribution here is large > enough that my "Acked-by" or "Signed-off-by" is needed, > but if it helps... > > As far as I know, at least in German law trivial changes don't > result in a copyright claim. A global search-and-replace operation > which replaces qemu_mallocz by g_malloc0 is trivial and no > obstacle for a license change, so helper.c could be changed as > well(that's my personal opinion). Nack. I don't really want to get into the business of splitting hairs here. We have no pressing reason to relicense to GPLv2+ so let's do it right and get the appropriate SoBs. Regards, Anthony Liguori > > Regards, > Stefan W. >