summary refs log tree commit diff stats
path: root/target/m68k/semihosting-stub.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-01-02 17:05:10 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2025-01-30 13:01:22 +0300
commitd6f7642230f15c5e470a8988b31980ff570124f5 (patch)
tree4584a5e5881c0208ef1adbefdc67b8e3c3aabb29 /target/m68k/semihosting-stub.c
parent394388dfdb413d50167b2efc47ee9f2432657482 (diff)
downloadfocaccia-qemu-d6f7642230f15c5e470a8988b31980ff570124f5.tar.gz
focaccia-qemu-d6f7642230f15c5e470a8988b31980ff570124f5.zip
licenses: Remove SPDX tags not being license identifier for Linaro
Per [*]:

  "we're only interested in adopting SPDX for recording the
  licensing info, [not] any other SPDX metadata."

Replace the 'SPDX-FileCopyrightText' and 'SPDX-FileContributor'
tags added by Linaro by 'Copyright (c)' and 'Authors' words
respectively.

[*] https://lore.kernel.org/qemu-devel/20241007154548.1144961-4-berrange@redhat.com/

Inspired-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target/m68k/semihosting-stub.c')
-rw-r--r--target/m68k/semihosting-stub.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/m68k/semihosting-stub.c b/target/m68k/semihosting-stub.c
index d6a5965e29..dbe669cc5f 100644
--- a/target/m68k/semihosting-stub.c
+++ b/target/m68k/semihosting-stub.c
@@ -1,8 +1,11 @@
 /*
  *  m68k/ColdFire semihosting stub
  *
- * SPDX-FileContributor: Philippe Mathieu-Daudé <philmd@linaro.org>
- * SPDX-FileCopyrightText: 2024 Linaro Ltd.
+ * Copyright (c) 2024 Linaro Ltd.
+ *
+ * Authors:
+ *   Philippe Mathieu-Daudé
+ *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */