diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-06-10 19:49:18 +0000 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2012-06-11 22:20:21 +0200 |
commit | fc0608ac144c4b283c38ce5713bd1efa28c60018 (patch) | |
tree | 848244a253da7c9af0c5607b76a38747e1cb6055 /target-i386 | |
parent | 352666e2d90ac847a8ac55a6aad9f14ca53b8513 (diff) | |
download | qemu-fc0608ac144c4b283c38ce5713bd1efa28c60018.tar.gz qemu-fc0608ac144c4b283c38ce5713bd1efa28c60018.tar.bz2 qemu-fc0608ac144c4b283c38ce5713bd1efa28c60018.zip |
Fix some more license versions (GPL2+ instead of GPL2)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/arch_dump.c | 4 | ||||
-rw-r--r-- | target-i386/arch_memory_mapping.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target-i386/arch_dump.c b/target-i386/arch_dump.c index 7c2b514383..4240278edd 100644 --- a/target-i386/arch_dump.c +++ b/target-i386/arch_dump.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang <wency@cn.fujitsu.com> * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. * */ diff --git a/target-i386/arch_memory_mapping.c b/target-i386/arch_memory_mapping.c index efb0211fdc..8e5a56a3a8 100644 --- a/target-i386/arch_memory_mapping.c +++ b/target-i386/arch_memory_mapping.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang <wency@cn.fujitsu.com> * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. * */ |