The GNU project published the "GNU Library Public License, version 2" and the "GNU Lesser Public License, version 2.1" in the past, but there never was a "GNU Lesser Public License, version 2" (like 2.0). We've got that wrong in many files, let's start fixing this!
Thomas Huth (4): COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org target/openrisc: Fix LGPL version number target/tricore: Fix LGPL version number tcg: Fix LGPL version number COPYING.LIB | 22 ++++++++++------------ accel/tcg/atomic_template.h | 2 +- accel/tcg/cpu-exec-common.c | 2 +- accel/tcg/cpu-exec.c | 2 +- accel/tcg/cputlb.c | 2 +- accel/tcg/softmmu_template.h | 2 +- accel/tcg/tcg-runtime-gvec.c | 2 +- accel/tcg/translate-all.c | 2 +- accel/tcg/translate-all.h | 2 +- accel/tcg/user-exec.c | 2 +- target/openrisc/cpu.c | 2 +- target/openrisc/exception.h | 2 +- target/openrisc/gdbstub.c | 2 +- target/openrisc/helper.h | 2 +- target/openrisc/interrupt_helper.c | 2 +- target/openrisc/sys_helper.c | 2 +- target/openrisc/translate.c | 2 +- target/tricore/cpu-qom.h | 2 +- target/tricore/cpu.c | 2 +- target/tricore/cpu.h | 2 +- target/tricore/fpu_helper.c | 2 +- target/tricore/helper.c | 2 +- target/tricore/helper.h | 2 +- target/tricore/op_helper.c | 2 +- target/tricore/translate.c | 2 +- target/tricore/tricore-defs.h | 2 +- target/tricore/tricore-opcodes.h | 2 +- tcg/tcg-gvec-desc.h | 2 +- tcg/tcg-op-gvec.c | 2 +- tcg/tcg-op-gvec.h | 2 +- tcg/tcg-op-vec.c | 2 +- 31 files changed, 40 insertions(+), 42 deletions(-) -- 1.8.3.1