diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-01 04:08:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-05 11:37:16 -0400 |
commit | 55716d26439f5c4008b0bcb7f17d1f7c0d8fbcfc (patch) | |
tree | 6b4e0660979dabfa39e852aaeecc6b2e8b4c5af7 /lib/ratelimit.c | |
parent | 1623de843dd23da23e139b03453f2f5822473bfb (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Based on 1 normalized pattern(s):
this file is released under the gplv2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 68 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190114.292346262@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/ratelimit.c')
-rw-r--r-- | lib/ratelimit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ratelimit.c b/lib/ratelimit.c index d01f47135239..e01a93f46f83 100644 --- a/lib/ratelimit.c +++ b/lib/ratelimit.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ratelimit.c - Do something with rate limit. | 3 | * ratelimit.c - Do something with rate limit. |
3 | * | 4 | * |
@@ -5,8 +6,6 @@ | |||
5 | * | 6 | * |
6 | * 2008-05-01 rewrite the function and use a ratelimit_state data struct as | 7 | * 2008-05-01 rewrite the function and use a ratelimit_state data struct as |
7 | * parameter. Now every user can use their own standalone ratelimit_state. | 8 | * parameter. Now every user can use their own standalone ratelimit_state. |
8 | * | ||
9 | * This file is released under the GPLv2. | ||
10 | */ | 9 | */ |
11 | 10 | ||
12 | #include <linux/ratelimit.h> | 11 | #include <linux/ratelimit.h> |