VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-06-01 10:08:42 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-05 17:37:16 +0200 commit: 55716d26439f5c4008b0bcb7f17d1f7c0d8fbcfc parent: 1623de843dd23da23e139b03453f2f5822473bfb
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Diffstat:
1 file changed, 1 insertion, 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 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ratelimit.c - Do something with rate limit.
  *
@@ -5,8 +6,6 @@
  *
  * 2008-05-01 rewrite the function and use a ratelimit_state data struct as
  * parameter. Now every user can use their own standalone ratelimit_state.
- *
- * This file is released under the GPLv2.
  */
 
 #include <linux/ratelimit.h>