Skip to content

Commit 330eb95

Browse files
tbird20dgregkh
authored andcommitted
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>
1 parent 0f61b18 commit 330eb95

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

kernel/cpu.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/* CPU control.
23
* (C) 2001, 2002, 2003, 2004 Rusty Russell
3-
*
4-
* This code is licenced under the GPL.
54
*/
65
#include <linux/sched/mm.h>
76
#include <linux/proc_fs.h>

kernel/relay.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Public API and common code for kernel->userspace relay file support.
34
*
@@ -9,8 +10,6 @@
910
* Moved to kernel/relay.c by Paul Mundt, 2006.
1011
* November 2006 - CPU hotplug support by Mathieu Desnoyers
1112
* (mathieu.desnoyers@polymtl.ca)
12-
*
13-
* This file is released under the GPL.
1413
*/
1514
#include <linux/errno.h>
1615
#include <linux/stddef.h>

0 commit comments

Comments
 (0)