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>

authored by Tim Bird and committed by Tejun Heo 84697bf5 a1b3421a

+1 -8
+1 -8
kernel/cgroup/legacy_freezer.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1 1 2 /* 2 3 * cgroup_freezer.c - control group freezer subsystem 3 4 * 4 5 * Copyright IBM Corporation, 2007 5 6 * 6 7 * 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. 15 8 */ 16 9 17 10 #include <linux/export.h>