From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vSA-0003PD-Ah for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:09:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7vS8-00073l-2v for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:09:49 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:54615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vS7-00073a-Se for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:09:48 -0400 Message-ID: <4F610917.8050209@weilnetz.de> Date: Wed, 14 Mar 2012 22:09:43 +0100 From: Stefan Weil 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> In-Reply-To: <1331689198-11076-3-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Blue Swirl , Dor Laor , Anthony Liguori , Guan Xuetao , qemu-devel@nongnu.org Am 14.03.2012 02:39, schrieb Andreas F=C3=A4rber: > 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=C3=A4rber > 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). Regards, Stefan W.