target/mips: Fix Lesser GPL version number
commit89975214e684acb2767d28884610194b96640a12
authorChetan Pant <chetan4windows@gmail.com>
Fri, 16 Oct 2020 14:35:09 +0000 (16 14:35 +0000)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 3 Nov 2020 15:51:13 +0000 (3 16:51 +0100)
tree4ba468650cd5d668734124379e649c16832eb61f
parenta300c04f136a70c507e6f481b028363c879d16e5
target/mips: 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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201016143509.26692-1-chetan4windows@gmail.com>
[PMD: Split hw/ vs target/]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/cp0_helper.c
target/mips/dsp_helper.c
target/mips/fpu_helper.c
target/mips/gdbstub.c
target/mips/helper.c
target/mips/lmmi_helper.c
target/mips/mips-semi.c
target/mips/msa_helper.c
target/mips/op_helper.c
target/mips/translate.c
target/mips/translate_init.c.inc