VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-06-03 07:44:46 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-19 17:09:06 +0200 commit: 40b0b3f8fb2d8f55d13ceed41593d46689a6b496 parent: 33eea064b2b183a8eb351fe867db49c3dbcee545
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Diffstat:
1 file changed, 1 insertion, 4 deletions
diff --git a/lib/cmdline.c b/lib/cmdline.c
index dc59d6216318..fbb9981a04a4 100644
--- a/lib/cmdline.c
+++ b/lib/cmdline.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * linux/lib/cmdline.c
  * Helper functions generally used for parsing kernel command line
@@ -5,11 +6,7 @@
  *
  * Code and copyrights come from init/main.c and arch/i386/kernel/setup.c.
  *
- * This source code is licensed under the GNU General Public License,
- * Version 2.  See the file COPYING for more details.
- *
  * GNU Indent formatting options for this file: -kr -i8 -npsl -pcs
- *
  */
 
 #include <linux/export.h>