summary refs log tree commit diff stats
path: root/target/mips/tcg/system/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/mips/tcg/system/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/mips/tcg/system/semihosting-stub.c')
-rw-r--r--target/mips/tcg/system/semihosting-stub.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/mips/tcg/system/semihosting-stub.c b/target/mips/tcg/system/semihosting-stub.c
index 7ae27d746f..bb1f7aae62 100644
--- a/target/mips/tcg/system/semihosting-stub.c
+++ b/target/mips/tcg/system/semihosting-stub.c
@@ -1,9 +1,10 @@
 /*
  *  MIPS semihosting stub
  *
- * SPDX-FileContributor: Philippe Mathieu-Daudé <philmd@linaro.org>
- * SPDX-FileCopyrightText: 2024 Linaro Ltd.
  * SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright (c) 2024 Linaro Ltd.
+ * Authors:
+ *   Philippe Mathieu-Daudé
  */
 
 #include "qemu/osdep.h"