Commit 84697bf5 authored by Tim Bird's avatar Tim Bird Committed by Tejun Heo
Browse files

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: default avatarTim Bird <tim.bird@sony.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent a1b3421a
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
// 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>