summaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.h
diff options
context:
space:
mode:
authorTim Bird <tim.bird@sony.com>2026-01-17 13:00:38 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-27 15:57:20 +0100
commitc86d39d6805474ab879c00ca6b938c6dd7e4d33f (patch)
treec8c27bfd7e2267e49e76fef6624fc8c345281ca8 /kernel/debug/debug_core.h
parent330eb955ea9e7c74e72caadffe39ccc838a66267 (diff)
downloadlinux-c86d39d6805474ab879c00ca6b938c6dd7e4d33f.tar.gz
linux-c86d39d6805474ab879c00ca6b938c6dd7e4d33f.zip
kernel: debug: Add SPDX license ids to kdb files
Add GPL-2.0 license id to some files related to kdb and kgdb, replacing references to GPL or COPYING. These files were introduced into the kernel in 2008 and 2010. Signed-off-by: Tim Bird <tim.bird@sony.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/debug/debug_core.h')
-rw-r--r--kernel/debug/debug_core.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/debug/debug_core.h b/kernel/debug/debug_core.h
index cd22b5f68831..fa1226158b45 100644
--- a/kernel/debug/debug_core.h
+++ b/kernel/debug/debug_core.h
@@ -1,11 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Created by: Jason Wessel <jason.wessel@windriver.com>
*
* Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
*/
#ifndef _DEBUG_CORE_H_