[PATCH] kernel: adjust cpu.c SPDX id
From: Tim Bird
Date: Wed Jan 28 2026 - 15:04:58 EST
From: Tim Bird <tbird20d@xxxxxxxxx>
Rusty Russell's intent was to have his files licensed as
GPL-2.0-or-later. Reflect that intent by adjusting the
SPDX-License-Identifier line for cpu.c
Signed-off-by: Tim Bird <tbird20d@xxxxxxxxx>
Link: https://lore.kernel.org/linux-spdx/875x8yw4n6.fsf@xxxxxxxxxxxxxxx/
---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 5185c0be847a0..a7a1cf8ea8e08 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-or-later
/* CPU control.
* (C) 2001, 2002, 2003, 2004 Rusty Russell
*/
--
2.21.0