On 16/10/2020 16.35, Chetan Pant wrote: > 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 <chetan4wind...@gmail.com> > --- > hw/mips/cps.c | 2 +- > hw/misc/mips_cpc.c | 2 +- > hw/misc/mips_itu.c | 2 +- > include/hw/mips/cps.h | 2 +- > include/hw/misc/mips_cpc.h | 2 +- > include/hw/misc/mips_itu.h | 2 +- > target/mips/cp0_helper.c | 2 +- > target/mips/dsp_helper.c | 2 +- > target/mips/fpu_helper.c | 2 +- > target/mips/gdbstub.c | 2 +- > target/mips/helper.c | 2 +- > target/mips/lmmi_helper.c | 2 +- > target/mips/mips-semi.c | 2 +- > target/mips/msa_helper.c | 2 +- > target/mips/op_helper.c | 2 +- > target/mips/translate.c | 2 +- > target/mips/translate_init.c.inc | 2 +- > 17 files changed, 17 insertions(+), 17 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>