On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber 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ärber <afaer...@suse.de>
> Signed-off-by: Guan Xuetao <g...@mprc.pku.edu.cn>
> Signed-off-by: Stefan Weil <s...@weilnetz.de>
> Signed-off-by: Blue Swirl <blauwir...@gmail.com>
> Signed-off-by: Dor Laor <dl...@redhat.com>
> ---
>  target-unicore32/cpu.h       |    5 ++---
>  target-unicore32/helper.h    |    5 ++---
>  target-unicore32/op_helper.c |    5 ++---
>  target-unicore32/translate.c |    5 ++---
target-unicore32/helper.c is skipped.

Guan Xuetao

>  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"
>  
> 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 <stdarg.h>
>  #include <stdlib.h>



Reply via email to