[PATCH 0/5] license: Fix typos and update deprecated SPDX tags

Philippe Mathieu-Daudé posted 5 patches 2 months, 2 weeks ago
include/gdbstub/syscalls.h              | 2 +-
include/gdbstub/user.h                  | 2 +-
include/qemu/crc-ccitt.h                | 2 +-
target/alpha/cpu-param.h                | 2 +-
target/arm/cpu-param.h                  | 2 +-
target/cris/cpu-param.h                 | 2 +-
target/hppa/cpu-param.h                 | 2 +-
target/i386/cpu-param.h                 | 2 +-
target/m68k/cpu-param.h                 | 2 +-
target/microblaze/cpu-param.h           | 2 +-
target/mips/cpu-param.h                 | 2 +-
target/openrisc/cpu-param.h             | 2 +-
target/ppc/cpu-param.h                  | 2 +-
target/riscv/cpu-param.h                | 2 +-
target/s390x/cpu-param.h                | 2 +-
target/sh4/cpu-param.h                  | 2 +-
target/sparc/cpu-param.h                | 2 +-
target/sparc/insns.decode               | 2 +-
gdbstub/gdbstub.c                       | 2 +-
gdbstub/syscalls.c                      | 2 +-
gdbstub/system.c                        | 2 +-
gdbstub/user-target.c                   | 2 +-
gdbstub/user.c                          | 2 +-
hw/nvram/fw_cfg-acpi.c                  | 2 +-
hw/virtio/virtio-acpi.c                 | 2 +-
linux-user/alpha/syscallhdr.sh          | 2 +-
linux-user/arm/syscallhdr.sh            | 2 +-
linux-user/hppa/syscallhdr.sh           | 2 +-
linux-user/i386/syscallhdr.sh           | 2 +-
linux-user/m68k/syscallhdr.sh           | 2 +-
linux-user/microblaze/syscallhdr.sh     | 2 +-
linux-user/mips/syscallhdr.sh           | 2 +-
linux-user/mips64/syscallhdr.sh         | 2 +-
linux-user/ppc/syscallhdr.sh            | 2 +-
linux-user/s390x/syscallhdr.sh          | 2 +-
linux-user/sh4/syscallhdr.sh            | 2 +-
linux-user/sparc/syscallhdr.sh          | 2 +-
linux-user/x86_64/syscallhdr.sh         | 2 +-
linux-user/xtensa/syscallhdr.sh         | 2 +-
qemu.nsi                                | 4 +++-
scripts/kernel-doc                      | 2 +-
tests/functional/test_netdev_ethtool.py | 2 +-
42 files changed, 44 insertions(+), 42 deletions(-)
[PATCH 0/5] license: Fix typos and update deprecated SPDX tags
Posted by Philippe Mathieu-Daudé 2 months, 2 weeks ago
- Fix a pair of typos

- Upgrade the deprecated GPL-2.0+/LGPL-2.0+ SPDX tags
  to GPL-2.0-only / GPL-2.0-or-later / LGPL-2.0-or-later.

Philippe Mathieu-Daudé (5):
  NSIS: Simplify license description
  tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
  license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
  license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later
  license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only

 include/gdbstub/syscalls.h              | 2 +-
 include/gdbstub/user.h                  | 2 +-
 include/qemu/crc-ccitt.h                | 2 +-
 target/alpha/cpu-param.h                | 2 +-
 target/arm/cpu-param.h                  | 2 +-
 target/cris/cpu-param.h                 | 2 +-
 target/hppa/cpu-param.h                 | 2 +-
 target/i386/cpu-param.h                 | 2 +-
 target/m68k/cpu-param.h                 | 2 +-
 target/microblaze/cpu-param.h           | 2 +-
 target/mips/cpu-param.h                 | 2 +-
 target/openrisc/cpu-param.h             | 2 +-
 target/ppc/cpu-param.h                  | 2 +-
 target/riscv/cpu-param.h                | 2 +-
 target/s390x/cpu-param.h                | 2 +-
 target/sh4/cpu-param.h                  | 2 +-
 target/sparc/cpu-param.h                | 2 +-
 target/sparc/insns.decode               | 2 +-
 gdbstub/gdbstub.c                       | 2 +-
 gdbstub/syscalls.c                      | 2 +-
 gdbstub/system.c                        | 2 +-
 gdbstub/user-target.c                   | 2 +-
 gdbstub/user.c                          | 2 +-
 hw/nvram/fw_cfg-acpi.c                  | 2 +-
 hw/virtio/virtio-acpi.c                 | 2 +-
 linux-user/alpha/syscallhdr.sh          | 2 +-
 linux-user/arm/syscallhdr.sh            | 2 +-
 linux-user/hppa/syscallhdr.sh           | 2 +-
 linux-user/i386/syscallhdr.sh           | 2 +-
 linux-user/m68k/syscallhdr.sh           | 2 +-
 linux-user/microblaze/syscallhdr.sh     | 2 +-
 linux-user/mips/syscallhdr.sh           | 2 +-
 linux-user/mips64/syscallhdr.sh         | 2 +-
 linux-user/ppc/syscallhdr.sh            | 2 +-
 linux-user/s390x/syscallhdr.sh          | 2 +-
 linux-user/sh4/syscallhdr.sh            | 2 +-
 linux-user/sparc/syscallhdr.sh          | 2 +-
 linux-user/x86_64/syscallhdr.sh         | 2 +-
 linux-user/xtensa/syscallhdr.sh         | 2 +-
 qemu.nsi                                | 4 +++-
 scripts/kernel-doc                      | 2 +-
 tests/functional/test_netdev_ethtool.py | 2 +-
 42 files changed, 44 insertions(+), 42 deletions(-)

-- 
2.45.2


Re: [PATCH 0/5] license: Fix typos and update deprecated SPDX tags
Posted by Richard Henderson 2 months, 2 weeks ago
On 9/10/24 04:51, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (5):
>    NSIS: Simplify license description
>    tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
>    license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
>    license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later
>    license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only

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

r~