Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kernel: add SPDX-License-Identifier lines

Add SPDX-License-Identifier lines to some old kernel
files.

Signed-off-by: Tim Bird <tim.bird@sony.com>
Acked-by: Karim Yaghmour <karim.yaghmour@opersys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tim Bird and committed by
Greg Kroah-Hartman
330eb955 0f61b186

+2 -4
+1 -2
kernel/cpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* CPU control. 2 3 * (C) 2001, 2002, 2003, 2004 Rusty Russell 3 - * 4 - * This code is licenced under the GPL. 5 4 */ 6 5 #include <linux/sched/mm.h> 7 6 #include <linux/proc_fs.h>
+1 -2
kernel/relay.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Public API and common code for kernel->userspace relay file support. 3 4 * ··· 10 9 * Moved to kernel/relay.c by Paul Mundt, 2006. 11 10 * November 2006 - CPU hotplug support by Mathieu Desnoyers 12 11 * (mathieu.desnoyers@polymtl.ca) 13 - * 14 - * This file is released under the GPL. 15 12 */ 16 13 #include <linux/errno.h> 17 14 #include <linux/stddef.h>