VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Thomas Gleixner <tglx@linutronix.de> 2019-05-31 01:09:38 -0700 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-06-05 17:37:10 +0200 commit: 4317cf95ca02411cf788d10c1972a38582e8c34d parent: c51669eafb457a071eb1573a723c03b836af5316
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 378
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/extract-vmlinux b/scripts/extract-vmlinux
index 85e1f32fb4a0..8995cd304e6e 100755
--- a/scripts/extract-vmlinux
+++ b/scripts/extract-vmlinux
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 # ----------------------------------------------------------------------
 # extract-vmlinux - Extract uncompressed vmlinux from a kernel image
 #
@@ -7,7 +8,6 @@
 #
 # (c) 2011      Corentin Chary <corentin.chary@gmail.com>
 #
-# Licensed under the GNU General Public License, version 2 (GPLv2).
 # ----------------------------------------------------------------------
 
 check_vmlinux()