Skip to content

Commit 84697bf

Browse files
tbird20dhtejun
authored andcommitted
kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.c
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>
1 parent a1b3421 commit 84697bf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

kernel/cgroup/legacy_freezer.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1+
// SPDX-License-Identifier: LGPL-2.1
12
/*
23
* cgroup_freezer.c - control group freezer subsystem
34
*
45
* Copyright IBM Corporation, 2007
56
*
67
* Author : Cedric Le Goater <clg@fr.ibm.com>
7-
*
8-
* This program is free software; you can redistribute it and/or modify it
9-
* under the terms of version 2.1 of the GNU Lesser General Public License
10-
* as published by the Free Software Foundation.
11-
*
12-
* This program is distributed in the hope that it would be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
158
*/
169

1710
#include <linux/export.h>

0 commit comments

Comments
 (0)