Skip to content

Commit

Permalink
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Browse files Browse the repository at this point in the history
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é <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
philmd authored and Michael Tokarev committed Sep 20, 2024
1 parent dc86dd5 commit b14d064
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion gdbstub/gdbstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#include "qemu/osdep.h"
Expand Down
2 changes: 1 addition & 1 deletion gdbstub/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Copyright (c) 2003-2005 Fabrice Bellard
* Copyright (c) 2023 Linaro Ltd
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#include "qemu/osdep.h"
Expand Down
2 changes: 1 addition & 1 deletion gdbstub/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Copyright (c) 2003-2005 Fabrice Bellard
* Copyright (c) 2022 Linaro Ltd
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#include "qemu/osdep.h"
Expand Down
2 changes: 1 addition & 1 deletion gdbstub/user-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2003-2005 Fabrice Bellard
* Copyright (c) 2022 Linaro Ltd
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#include "qemu/osdep.h"
Expand Down
2 changes: 1 addition & 1 deletion gdbstub/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (c) 2003-2005 Fabrice Bellard
* Copyright (c) 2022 Linaro Ltd
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#include "qemu/osdep.h"
Expand Down
2 changes: 1 addition & 1 deletion include/gdbstub/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2023 Linaro Ltd
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef _SYSCALLS_H_
Expand Down
2 changes: 1 addition & 1 deletion include/gdbstub/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2022 Linaro Ltd
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef GDBSTUB_USER_H
Expand Down
2 changes: 1 addition & 1 deletion target/alpha/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Alpha cpu parameters for qemu.
*
* Copyright (c) 2007 Jocelyn Mayer
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef ALPHA_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/arm/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ARM cpu parameters for qemu.
*
* Copyright (c) 2003 Fabrice Bellard
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef ARM_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/hppa/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PA-RISC cpu parameters for qemu.
*
* Copyright (c) 2016 Richard Henderson <[email protected]>
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef HPPA_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/i386/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* i386 cpu parameters for qemu.
*
* Copyright (c) 2003 Fabrice Bellard
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef I386_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/m68k/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* m68k cpu parameters for qemu.
*
* Copyright (c) 2005-2007 CodeSourcery
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef M68K_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/microblaze/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* MicroBlaze cpu parameters for qemu.
*
* Copyright (c) 2009 Edgar E. Iglesias
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef MICROBLAZE_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/mips/cpu-param.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIPS cpu parameters for qemu.
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef MIPS_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/openrisc/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OpenRISC cpu parameters for qemu.
*
* Copyright (c) 2011-2012 Jia Liu <[email protected]>
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef OPENRISC_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/ppc/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PowerPC cpu parameters for qemu.
*
* Copyright (c) 2007 Jocelyn Mayer
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef PPC_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/sh4/cpu-param.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SH4 cpu parameters for qemu.
*
* Copyright (c) 2005 Samuel Tardieu
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef SH4_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/sparc/cpu-param.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Sparc cpu parameters for qemu.
*
* SPDX-License-Identifier: LGPL-2.0+
* SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef SPARC_CPU_PARAM_H
Expand Down
2 changes: 1 addition & 1 deletion target/sparc/insns.decode
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: LGPL-2.0+
# SPDX-License-Identifier: LGPL-2.0-or-later
#
# Sparc instruction decode definitions.
# Copyright (c) 2023 Richard Henderson <[email protected]>
Expand Down

0 comments on commit b14d064

Please sign in to comment.