]> Git Repo - qemu.git/commitdiff
target-unicore32: Relicense to GPLv2+
authorAndreas Färber <[email protected]>
Tue, 13 Mar 2012 15:48:19 +0000 (16:48 +0100)
committerAndreas Färber <[email protected]>
Fri, 30 Mar 2012 09:09:30 +0000 (11:09 +0200)
Adopt the license text suggested by Guan Xue-tao (with a minor
simplification) for all target-unicore/ files except helper.c.

To helper.c Anthony Liguori contributed a qemu_malloc() -> g_malloc()
conversion, still pending IBM relicensing approval, so that remains
GPLv2 for now.

By relicensing all possible parts now, we avoid having to formally
relicense new, e.g., QOM code.

Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Guan Xuetao <[email protected]>
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
Signed-off-by: Dor Laor <[email protected]>
target-unicore32/cpu.h
target-unicore32/helper.h
target-unicore32/op_helper.c
target-unicore32/translate.c

index a3f85892056731ae33db24ced4127211fd47c1bd..8ec0d2f59516baa52de9596566669794f63e76c7 100644 (file)
@@ -5,7 +5,8 @@
  *
  * 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.
+ * published by the Free Software Foundation, or (at your option) any
+ * later version. See the COPYING file in the top-level directory.
  */
 #ifndef __CPU_UC32_H__
 #define __CPU_UC32_H__
index 615de2add90623845026169b78f9f3148d752e70..5a3b8a41ea87126126277a3078b5a158d471c14e 100644 (file)
@@ -3,7 +3,8 @@
  *
  * 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.
+ * published by the Free Software Foundation, or (at your option) any
+ * later version. See the COPYING file in the top-level directory.
  */
 #include "def-helper.h"
 
index 638a02097d061d959c042327ddfb03128ffd3d31..b954c30a84d06111d07798eab5e3e738e8d062c4 100644 (file)
@@ -5,7 +5,8 @@
  *
  * 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.
+ * published by the Free Software Foundation, or (at your option) any
+ * later version. See the COPYING file in the top-level directory.
  */
 #include "cpu.h"
 #include "dyngen-exec.h"
index 3b3ba163a6afaef48fd9419bf3ab5e6c5c4870a4..9793d14c1b6b74611b312296cf47aa9160f597a9 100644 (file)
@@ -5,7 +5,8 @@
  *
  * 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.
+ * published by the Free Software Foundation, or (at your option) any
+ * later version. See the COPYING file in the top-level directory.
  */
 #include <stdarg.h>
 #include <stdlib.h>
This page took 0.0356030000000001 seconds and 4 git commands to generate.