On 19/10/2020 08.11, 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/ppc/ppce500_spin.c | 2 +- > target/ppc/compat.c | 2 +- > target/ppc/cpu-models.c | 2 +- > target/ppc/cpu-models.h | 2 +- > target/ppc/cpu.c | 2 +- > target/ppc/cpu.h | 2 +- > target/ppc/dfp_helper.c | 2 +- > target/ppc/excp_helper.c | 2 +- > target/ppc/fpu_helper.c | 2 +- > target/ppc/gdbstub.c | 2 +- > target/ppc/helper_regs.h | 2 +- > target/ppc/int_helper.c | 2 +- > target/ppc/internal.h | 2 +- > target/ppc/mem_helper.c | 2 +- > target/ppc/misc_helper.c | 2 +- > target/ppc/mmu-book3s-v3.c | 2 +- > target/ppc/mmu-book3s-v3.h | 2 +- > target/ppc/mmu-hash32.c | 2 +- > target/ppc/mmu-hash64.c | 2 +- > target/ppc/mmu-radix64.c | 2 +- > target/ppc/mmu_helper.c | 2 +- > target/ppc/timebase_helper.c | 2 +- > target/ppc/translate.c | 2 +- > target/ppc/translate_init.c.inc | 2 +- > target/ppc/user_only_helper.c | 2 +- > 25 files changed, 25 insertions(+), 25 deletions(-) > > diff --git a/hw/ppc/ppce500_spin.c b/hw/ppc/ppce500_spin.c > index 25c9ce7..d57b199 100644 > --- a/hw/ppc/ppce500_spin.c > +++ b/hw/ppc/ppce500_spin.c > @@ -8,7 +8,7 @@ > * This library is free software; you can redistribute it and/or > * modify it under the terms of the GNU Lesser General Public > * License as published by the Free Software Foundation; either > - * version 2 of the License, or (at your option) any later version. > + * version 2.1 of the License, or (at your option) any later version. > * > * This library is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of [...]
Reviewed-by: Thomas Huth <th...@redhat.com>