summary refs log tree commit diff stats
path: root/target/m68k/cpu-param.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-09-11 17:12:04 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-09-20 10:11:59 +0300
commitb14d0649628cbe88ac0ef35fcf58cd1fc22735b8 (patch)
tree6fa1b52a97c6248b32eb1fad1e79f66dc30a1ad7 /target/m68k/cpu-param.h
parentdc86dd55d53c18a5f3840088c8c449671b86ad09 (diff)
downloadfocaccia-qemu-b14d0649628cbe88ac0ef35fcf58cd1fc22735b8.tar.gz
focaccia-qemu-b14d0649628cbe88ac0ef35fcf58cd1fc22735b8.zip
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>
Diffstat (limited to 'target/m68k/cpu-param.h')
-rw-r--r--target/m68k/cpu-param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/cpu-param.h b/target/m68k/cpu-param.h
index 39dcbcece8..5bbe623ba7 100644
--- a/target/m68k/cpu-param.h
+++ b/target/m68k/cpu-param.h
@@ -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