]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
x86 tcg cpus: Fix Lesser GPL version number
authorChetan Pant <chetan4windows@gmail.com>
Fri, 23 Oct 2020 12:28:01 +0000 (12:28 +0000)
committerThomas Huth <thuth@redhat.com>
Sun, 15 Nov 2020 15:41:42 +0000 (16:41 +0100)
commitd9ff33ada7f32ca59f99b270a2d0eb223b3c9c8f
treea1e09f07f8f785024dc655b2fdb81860250ab495
parent1c79145f12a21e129163eee9ca7a2234e2d97751
x86 tcg cpus: 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: <20201023122801.19514-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
21 files changed:
target/i386/bpt_helper.c
target/i386/cc_helper.c
target/i386/cc_helper_template.h
target/i386/cpu.c
target/i386/cpu.h
target/i386/excp_helper.c
target/i386/fpu_helper.c
target/i386/gdbstub.c
target/i386/helper.c
target/i386/int_helper.c
target/i386/mem_helper.c
target/i386/misc_helper.c
target/i386/mpx_helper.c
target/i386/ops_sse.h
target/i386/ops_sse_header.h
target/i386/seg_helper.c
target/i386/shift_helper_template.h
target/i386/smm_helper.c
target/i386/svm_helper.c
target/i386/tcg-stub.c
target/i386/translate.c