[Qemu-devel] [PATCH 0/4] Clarify the LGPL version in some files

Thomas Huth posted 4 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1548252536-6242-1-git-send-email-thuth@redhat.com
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Peter Crosthwaite <crosthwaite.peter@gmail.com>, Riku Voipio <riku.voipio@iki.fi>, Stafford Horne <shorne@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>
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(-)
[Qemu-devel] [PATCH 0/4] Clarify the LGPL version in some files
Posted by Thomas Huth 6 years, 9 months ago
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


Re: [Qemu-devel] [PATCH 0/4] Clarify the LGPL version in some files
Posted by Richard Henderson 6 years, 9 months ago
On 1/23/19 6:08 AM, Thomas Huth wrote:
> 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~