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-05-19 13:08:20 +0100 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-05-21 10:50:45 +0200 commit: 09c434b8a0047c69e48499de0107de312901e798 parent: 457c89965399115e5cd8bf38f9c597293405703d
Commit Summary:
treewide: Add SPDX license identifier for more missed files
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/test_module.c b/lib/test_module.c
index 319b66f1ff61..debd19e35198 100644
--- a/lib/test_module.c
+++ b/lib/test_module.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * This module emits "Hello, world" on printk when loaded.
  *