From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7dCF-000201-Dm for qemu-devel@nongnu.org; Tue, 13 Mar 2012 21:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7dC8-0000w0-OE for qemu-devel@nongnu.org; Tue, 13 Mar 2012 21:40:10 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54163 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7dC8-0000uD-Ej for qemu-devel@nongnu.org; Tue, 13 Mar 2012 21:40:04 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Wed, 14 Mar 2012 02:39:53 +0100 Message-Id: <1331689198-11076-3-git-send-email-afaerber@suse.de> In-Reply-To: <1331689198-11076-1-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> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 2/7] target-unicore32: Relicense to GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Stefan Weil , Guan Xuetao , Dor Laor , =?UTF-8?q?Andreas=20F=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(-) 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 @@ * * Copyright (C) 2010-2011 GUAN Xue-tao * - * 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. */ #ifndef __CPU_UC32_H__ #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 @@ /* * Copyright (C) 2010-2011 GUAN Xue-tao * - * 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. */ #include "def-helper.h" =20 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 @@ * * Copyright (C) 2010-2011 GUAN Xue-tao * - * 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. */ #include "cpu.h" #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 @@ * * Copyright (C) 2010-2011 GUAN Xue-tao * - * 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. */ #include #include --=20 1.7.7