diff options
Diffstat (limited to 'kernel/cgroup/pids.c')
-rw-r--r-- | kernel/cgroup/pids.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/cgroup/pids.c b/kernel/cgroup/pids.c index c9960baaa14f..8e513a573fe9 100644 --- a/kernel/cgroup/pids.c +++ b/kernel/cgroup/pids.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Process number limiting controller for cgroups. | 3 | * Process number limiting controller for cgroups. |
3 | * | 4 | * |
@@ -25,10 +26,6 @@ | |||
25 | * a superset of parent/child/pids.current. | 26 | * a superset of parent/child/pids.current. |
26 | * | 27 | * |
27 | * Copyright (C) 2015 Aleksa Sarai <cyphar@cyphar.com> | 28 | * Copyright (C) 2015 Aleksa Sarai <cyphar@cyphar.com> |
28 | * | ||
29 | * This file is subject to the terms and conditions of version 2 of the GNU | ||
30 | * General Public License. See the file COPYING in the main directory of the | ||
31 | * Linux distribution for more details. | ||
32 | */ | 29 | */ |
33 | 30 | ||
34 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |