qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/7] target-unicore32: Relicense to GPLv2+


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 2/7] target-unicore32: Relicense to GPLv2+
Date: Wed, 14 Mar 2012 02:39:53 +0100

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 <address@hidden>
Signed-off-by: Guan Xuetao <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>
Signed-off-by: Dor Laor <address@hidden>
---
 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"
 
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>
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]