forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
Based on 1 normalized pattern(s): this file is subject to the terms and conditions of version 2 of the gnu general public license see the file copying in the main directory of the linux distribution for more details extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 5 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* Copyright (C) 2016 Parav Pandit <[email protected]> | ||
* | ||
* This file is subject to the terms and conditions of version 2 of the GNU | ||
* General Public License. See the file COPYING in the main directory of the | ||
* Linux distribution for more details. | ||
*/ | ||
|
||
#ifndef _CGROUP_RDMA_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Process number limiting controller for cgroups. | ||
* | ||
|
@@ -25,10 +26,6 @@ | |
* a superset of parent/child/pids.current. | ||
* | ||
* Copyright (C) 2015 Aleksa Sarai <[email protected]> | ||
* | ||
* This file is subject to the terms and conditions of version 2 of the GNU | ||
* General Public License. See the file COPYING in the main directory of the | ||
* Linux distribution for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* RDMA resource limiting controller for cgroups. | ||
* | ||
* Used to allow a cgroup hierarchy to stop processes from consuming | ||
* additional RDMA resources after a certain limit is reached. | ||
* | ||
* Copyright (C) 2016 Parav Pandit <[email protected]> | ||
* | ||
* This file is subject to the terms and conditions of version 2 of the GNU | ||
* General Public License. See the file COPYING in the main directory of the | ||
* Linux distribution for more details. | ||
*/ | ||
|
||
#include <linux/bitops.h> | ||
|