All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Clarify the LGPL version in some files
@ 2019-01-23 14:08 Thomas Huth
  2019-01-23 14:08 ` [Qemu-devel] [PATCH 1/4] COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org Thomas Huth
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Thomas Huth @ 2019-01-23 14:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-01-30 10:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23 14:08 [Qemu-devel] [PATCH 0/4] Clarify the LGPL version in some files Thomas Huth
2019-01-23 14:08 ` [Qemu-devel] [PATCH 1/4] COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org Thomas Huth
2019-01-30  9:58   ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-01-23 14:08 ` [Qemu-devel] [PATCH 2/4] target/openrisc: Fix LGPL version number Thomas Huth
2019-01-27  3:08   ` Stafford Horne
2019-01-30  9:59   ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-01-23 14:08 ` [Qemu-devel] [PATCH 3/4] target/tricore: " Thomas Huth
2019-01-23 14:45   ` Bastian Koppelmann
2019-01-30  9:59   ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-01-23 14:08 ` [Qemu-devel] [PATCH 4/4] tcg: " Thomas Huth
2019-01-30 10:02   ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-01-27 18:53 ` [Qemu-devel] [PATCH 0/4] Clarify the LGPL version in some files Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.