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-28 09:57:26 -0700 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2019-05-30 11:29:23 -0700 commit: 958349ccb03ba0e7be9a833b1f4b8392b3235172 parent: dd2878aaceaf5d184c67b2c91c576bcfa0363118
Commit Summary:
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 199
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/objdiff b/scripts/objdiff
index 4fb5d6796893..72b0b63c3fe1 100755
--- a/scripts/objdiff
+++ b/scripts/objdiff
@@ -1,11 +1,11 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0-only
 
 # objdiff - a small script for validating that a commit or series of commits
 # didn't change object code.
 #
 # Copyright 2014, Jason Cooper <jason@lakedaemon.net>
 #
-# Licensed under the terms of the GNU GPL version 2
 
 # usage example:
 #