From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7uQz-0002aa-6s for qemu-devel@nongnu.org; Wed, 14 Mar 2012 16:04:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7uQb-0000O3-T3 for qemu-devel@nongnu.org; Wed, 14 Mar 2012 16:04:32 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:59936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7uQb-0000Ny-Lf for qemu-devel@nongnu.org; Wed, 14 Mar 2012 16:04:09 -0400 Received: by iafj26 with SMTP id j26so3067302iaf.4 for ; Wed, 14 Mar 2012 13:04:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1331689198-11076-3-git-send-email-afaerber@suse.de> 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> From: Blue Swirl Date: Wed, 14 Mar 2012 20:03:47 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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?Q?Andreas_F=C3=A4rber?= Cc: Stefan Weil , Guan Xuetao , Dor Laor , qemu-devel@nongnu.org On Wed, Mar 14, 2012 at 01:39, Andreas F=C3=A4rber wrote= : > 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 Ack. > Signed-off-by: Dor Laor > --- > =C2=A0target-unicore32/cpu.h =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A05 ++--- > =C2=A0target-unicore32/helper.h =C2=A0 =C2=A0| =C2=A0 =C2=A05 ++--- > =C2=A0target-unicore32/op_helper.c | =C2=A0 =C2=A05 ++--- > =C2=A0target-unicore32/translate.c | =C2=A0 =C2=A05 ++--- > =C2=A04 files changed, 8 insertions(+), 12 deletions(-) > > diff --git a/target-unicore32/cpu.h b/target-unicore32/cpu.h > index a3f8589..9cbee7a 100644 > --- a/target-unicore32/cpu.h > +++ b/target-unicore32/cpu.h > @@ -3,9 +3,8 @@ > =C2=A0* > =C2=A0* Copyright (C) 2010-2011 GUAN Xue-tao > =C2=A0* > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > + * This program is licensed under the terms of the GNU GPL, version 2 or > + * later. See the COPYING file in the top-level directory. > =C2=A0*/ > =C2=A0#ifndef __CPU_UC32_H__ > =C2=A0#define __CPU_UC32_H__ > diff --git a/target-unicore32/helper.h b/target-unicore32/helper.h > index 615de2a..5aa7de8 100644 > --- a/target-unicore32/helper.h > +++ b/target-unicore32/helper.h > @@ -1,9 +1,8 @@ > =C2=A0/* > =C2=A0* Copyright (C) 2010-2011 GUAN Xue-tao > =C2=A0* > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > + * This program is licensed under the terms of the GNU GPL, version 2 or > + * later. See the COPYING file in the top-level directory. > =C2=A0*/ > =C2=A0#include "def-helper.h" > > diff --git a/target-unicore32/op_helper.c b/target-unicore32/op_helper.c > index 638a020..9fc2b1f 100644 > --- a/target-unicore32/op_helper.c > +++ b/target-unicore32/op_helper.c > @@ -3,9 +3,8 @@ > =C2=A0* > =C2=A0* Copyright (C) 2010-2011 GUAN Xue-tao > =C2=A0* > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > + * This program is licensed under the terms of the GNU GPL, version 2 or > + * later. See the COPYING file in the top-level directory. > =C2=A0*/ > =C2=A0#include "cpu.h" > =C2=A0#include "dyngen-exec.h" > diff --git a/target-unicore32/translate.c b/target-unicore32/translate.c > index 3b3ba16..c01e636 100644 > --- a/target-unicore32/translate.c > +++ b/target-unicore32/translate.c > @@ -3,9 +3,8 @@ > =C2=A0* > =C2=A0* Copyright (C) 2010-2011 GUAN Xue-tao > =C2=A0* > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > + * This program is licensed under the terms of the GNU GPL, version 2 or > + * later. See the COPYING file in the top-level directory. > =C2=A0*/ > =C2=A0#include > =C2=A0#include > -- > 1.7.7 >