]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.c
authorTim Bird <tim.bird@sony.com>
Wed, 14 Jan 2026 23:22:08 +0000 (16:22 -0700)
committerTejun Heo <tj@kernel.org>
Fri, 16 Jan 2026 08:03:15 +0000 (22:03 -1000)
Add an appropriate SPDX-License-Identifier line to the file,
and remove the GNU boilerplate text.

Signed-off-by: Tim Bird <tim.bird@sony.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/legacy_freezer.c

index 915b02f65980942dc5b99ea74f23cc342533dabc..817c33450fee7e0277258e9c2b08b24e558b2cd3 100644 (file)
@@ -1,17 +1,10 @@
+// SPDX-License-Identifier: LGPL-2.1
 /*
  * cgroup_freezer.c -  control group freezer subsystem
  *
  * Copyright IBM Corporation, 2007
  *
  * Author : Cedric Le Goater <clg@fr.ibm.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of version 2.1 of the GNU Lesser General Public License
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it would be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #include <linux/export.h>