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/relay.c | |
| parent | 17f8d2009367c3da82882f70ccbdca9f8c7b5f20 (diff) | |
| parent | c86d39d6805474ab879c00ca6b938c6dd7e4d33f (diff) | |
| download | linux-next-d295082ea672e7277388e1cf7c5af73788cf8029.tar.gz linux-next-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/relay.c')
| -rw-r--r-- | kernel/relay.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/relay.c b/kernel/relay.c index e36f6b926f7f..6ed6bc929bf9 100644 --- a/kernel/relay.c +++ b/kernel/relay.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Public API and common code for kernel->userspace relay file support. * @@ -9,8 +10,6 @@ * Moved to kernel/relay.c by Paul Mundt, 2006. * November 2006 - CPU hotplug support by Mathieu Desnoyers * (mathieu.desnoyers@polymtl.ca) - * - * This file is released under the GPL. */ #include <linux/errno.h> #include <linux/stddef.h> |
