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: 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>

authored by

Tim Bird and committed by
Tejun Heo
a1b3421a 09444bef

+2 -8
+1 -4
kernel/cgroup/cgroup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Generic process-grouping system. 3 4 * ··· 21 20 * 2003-10-22 Updates by Stephen Hemminger. 22 21 * 2004 May-July Rework by Paul Jackson. 23 22 * --------------------------------------------------- 24 - * 25 - * This file is subject to the terms and conditions of the GNU General Public 26 - * License. See the file COPYING in the main directory of the Linux 27 - * distribution for more details. 28 23 */ 29 24 30 25 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
kernel/cgroup/cpuset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * kernel/cpuset.c 3 4 * ··· 17 16 * 2006 Rework by Paul Menage to use generic cgroups 18 17 * 2008 Rework of the scheduler domains and CPU hotplug handling 19 18 * by Max Krasnyansky 20 - * 21 - * This file is subject to the terms and conditions of the GNU General Public 22 - * License. See the file COPYING in the main directory of the Linux 23 - * distribution for more details. 24 19 */ 25 20 #include "cpuset-internal.h" 26 21