license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 11 Sep 2024 15:12:04 +0000 (17:12 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 07:11:59 +0000 (10:11 +0300)
commitb14d0649628cbe88ac0ef35fcf58cd1fc22735b8
tree6fa1b52a97c6248b32eb1fad1e79f66dc30a1ad7
parentdc86dd55d53c18a5f3840088c8c449671b86ad09
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later

The 'LGPL-2.0+' license identifier has been deprecated since license
list version 2.0rc2 [1] and replaced by the 'LGPL-2.0-or-later' [2]
tag.

[1] https://spdx.org/licenses/LGPL-2.0+.html
[2] https://spdx.org/licenses/LGPL-2.0-or-later.html

Mechanical patch running:

  $ sed -i -e s/LGPL-2.0+/LGPL-2.0-or-later/ \
    $(git grep -l 'SPDX-License-Identifier: LGPL-2.0+$')

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
19 files changed:
gdbstub/gdbstub.c
gdbstub/syscalls.c
gdbstub/system.c
gdbstub/user-target.c
gdbstub/user.c
include/gdbstub/syscalls.h
include/gdbstub/user.h
target/alpha/cpu-param.h
target/arm/cpu-param.h
target/hppa/cpu-param.h
target/i386/cpu-param.h
target/m68k/cpu-param.h
target/microblaze/cpu-param.h
target/mips/cpu-param.h
target/openrisc/cpu-param.h
target/ppc/cpu-param.h
target/sh4/cpu-param.h
target/sparc/cpu-param.h
target/sparc/insns.decode