summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_bp.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-02-17 09:46:03 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2026-02-17 09:46:03 -0800
commitd295082ea672e7277388e1cf7c5af73788cf8029 (patch)
treea18a37cc95aca67bdc5a02055ae8515e6d8cf451 /kernel/debug/kdb/kdb_bp.c
parent17f8d2009367c3da82882f70ccbdca9f8c7b5f20 (diff)
parentc86d39d6805474ab879c00ca6b938c6dd7e4d33f (diff)
downloadlwn-d295082ea672e7277388e1cf7c5af73788cf8029.tar.gz
lwn-d295082ea672e7277388e1cf7c5af73788cf8029.zip
Merge tag 'spdx-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Pull SPDX updates from Greg KH: "Here are two small changes that add some missing SPDX license lines to some core kernel files. These are: - adding SPDX license lines to kdb files - adding SPDX license lines to the remaining kernel/ files Both of these have been in linux-next for a while with no reported issues" * tag 'spdx-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: kernel: debug: Add SPDX license ids to kdb files kernel: add SPDX-License-Identifier lines
Diffstat (limited to 'kernel/debug/kdb/kdb_bp.c')
-rw-r--r--kernel/debug/kdb/kdb_bp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/debug/kdb/kdb_bp.c b/kernel/debug/kdb/kdb_bp.c
index c0c2072f5452..eb8d851d620f 100644
--- a/kernel/debug/kdb/kdb_bp.c
+++ b/kernel/debug/kdb/kdb_bp.c
@@ -1,10 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Kernel Debugger Architecture Independent Breakpoint Handler
*
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
- *
* Copyright (c) 1999-2004 Silicon Graphics, Inc. All Rights Reserved.
* Copyright (c) 2009 Wind River Systems, Inc. All Rights Reserved.
*/