[PATCH 2/2] kallsyms: Specify copyright using SPDX

From: Uwe Kleine-König
Date: Thu Sep 08 2022 - 18:39:20 EST


Convert the copyright statement to a machine readable format following
the SPDX specification.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
---
scripts/kallsyms.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index 94c082f2c4db..73f6b9e8087e 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: 2002 Kai Germaschewski

/* Generate assembler source containing symbol information
- *
- * Copyright 2002 by Kai Germaschewski
*
* Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S
*
--
2.37.2