]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kernel: cgroup: Add SPDX-License-Identifier lines
authorTim Bird <tim.bird@sony.com>
Wed, 14 Jan 2026 20:30:27 +0000 (13:30 -0700)
committerTejun Heo <tj@kernel.org>
Fri, 16 Jan 2026 08:03:09 +0000 (22:03 -1000)
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>
kernel/cgroup/cgroup.c
kernel/cgroup/cpuset.c

index 554a02ee298ba92173a9da3cdebe15a3c7e7f6e8..5f0d33b0491023b5d752afde39cdddbc8caf27d7 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  Generic process-grouping system.
  *
  *  2003-10-22 Updates by Stephen Hemminger.
  *  2004 May-July Rework by Paul Jackson.
  *  ---------------------------------------------------
- *
- *  This file is subject to the terms and conditions of the GNU General Public
- *  License.  See the file COPYING in the main directory of the Linux
- *  distribution for more details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
index 3e8cc34d8d5023c79383d4d9db72d2599fb8f743..c06e2e96f79dcdf5a50e5a8fab5a61b313498afa 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  kernel/cpuset.c
  *
  *  2006 Rework by Paul Menage to use generic cgroups
  *  2008 Rework of the scheduler domains and CPU hotplug handling
  *       by Max Krasnyansky
- *
- *  This file is subject to the terms and conditions of the GNU General Public
- *  License.  See the file COPYING in the main directory of the Linux
- *  distribution for more details.
  */
 #include "cpuset-internal.h"