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/cpu.c | |
| parent | 17f8d2009367c3da82882f70ccbdca9f8c7b5f20 (diff) | |
| parent | c86d39d6805474ab879c00ca6b938c6dd7e4d33f (diff) | |
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/cpu.c')
| -rw-r--r-- | kernel/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 01968a5c4a16..bc4f7a9ba64e 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* CPU control. * (C) 2001, 2002, 2003, 2004 Rusty Russell - * - * This code is licenced under the GPL. */ #include <linux/sched/mm.h> #include <linux/proc_fs.h> |
