diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-17 09:46:03 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-17 09:46:03 -0800 |
| commit | d295082ea672e7277388e1cf7c5af73788cf8029 (patch) | |
| tree | a18a37cc95aca67bdc5a02055ae8515e6d8cf451 /kernel/debug/kdb/kdb_bp.c | |
| parent | 17f8d2009367c3da82882f70ccbdca9f8c7b5f20 (diff) | |
| parent | c86d39d6805474ab879c00ca6b938c6dd7e4d33f (diff) | |
| download | lwn-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.c | 5 |
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. */ |
