Skip to content

Commit a1b3421

Browse files
tbird20dhtejun
authored andcommitted
kernel: cgroup: Add SPDX-License-Identifier lines
Add GPL-2.0 SPDX license id lines to a few old files, replacing the reference to the COPYING file. The COPYING file at the time of creation of these files (2007 and 2005) was GPL-v2.0, with an additional clause indicating that only v2 applied. Signed-off-by: Tim Bird <tim.bird@sony.com> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent 09444be commit a1b3421

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

kernel/cgroup/cgroup.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Generic process-grouping system.
34
*
@@ -20,10 +21,6 @@
2021
* 2003-10-22 Updates by Stephen Hemminger.
2122
* 2004 May-July Rework by Paul Jackson.
2223
* ---------------------------------------------------
23-
*
24-
* This file is subject to the terms and conditions of the GNU General Public
25-
* License. See the file COPYING in the main directory of the Linux
26-
* distribution for more details.
2724
*/
2825

2926
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

kernel/cgroup/cpuset.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* kernel/cpuset.c
34
*
@@ -16,10 +17,6 @@
1617
* 2006 Rework by Paul Menage to use generic cgroups
1718
* 2008 Rework of the scheduler domains and CPU hotplug handling
1819
* by Max Krasnyansky
19-
*
20-
* This file is subject to the terms and conditions of the GNU General Public
21-
* License. See the file COPYING in the main directory of the Linux
22-
* distribution for more details.
2320
*/
2421
#include "cpuset-internal.h"
2522

0 commit comments

Comments
 (0)