]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/cpu-models.c
powerpc tcg: Fix Lesser GPL version number
authorChetan Pant <chetan4windows@gmail.com>
Mon, 19 Oct 2020 06:11:26 +0000 (06:11 +0000)
committerThomas Huth <thuth@redhat.com>
Sun, 15 Nov 2020 15:38:50 +0000 (16:38 +0100)
commit6bd039cdbee2378ae1dff1d8b735466e9473f7f6
tree07610e0e86d61b387bf000370a2b1983c3315c9f
parentf70c59668c8ea904aa5ddd628b247096177f2f1d
powerpc tcg: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201019061126.3102-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
25 files changed:
hw/ppc/ppce500_spin.c
target/ppc/compat.c
target/ppc/cpu-models.c
target/ppc/cpu-models.h
target/ppc/cpu.c
target/ppc/cpu.h
target/ppc/dfp_helper.c
target/ppc/excp_helper.c
target/ppc/fpu_helper.c
target/ppc/gdbstub.c
target/ppc/helper_regs.h
target/ppc/int_helper.c
target/ppc/internal.h
target/ppc/mem_helper.c
target/ppc/misc_helper.c
target/ppc/mmu-book3s-v3.c
target/ppc/mmu-book3s-v3.h
target/ppc/mmu-hash32.c
target/ppc/mmu-hash64.c
target/ppc/mmu-radix64.c
target/ppc/mmu_helper.c
target/ppc/timebase_helper.c
target/ppc/translate.c
target/ppc/translate_init.c.inc
target/ppc/user_only_helper.c