On 23/10/2020 14.16, 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> > --- > target/cris/cpu.h | 2 +- > target/cris/crisv10-decode.h | 2 +- > target/cris/crisv32-decode.h | 2 +- > target/cris/gdbstub.c | 2 +- > target/cris/helper.c | 2 +- > target/cris/machine.c | 2 +- > target/cris/mmu.c | 2 +- > target/cris/op_helper.c | 2 +- > target/cris/translate.c | 2 +- > target/cris/translate_v10.c.inc | 2 +- > 10 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>