scripts: use SPDX tag in get_maintainer and checkpatch
authorJoe Perches <[email protected]>
Fri, 8 Jun 2018 00:04:33 +0000 (17:04 -0700)
committerLinus Torvalds <[email protected]>
Fri, 8 Jun 2018 00:34:33 +0000 (17:34 -0700)
Add the appropriate SPDX tag to these scripts.

Miscellanea:

o Add my copyright to checkpatch

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Joe Perches <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl
scripts/get_maintainer.pl

index e6033d3c48d3ef965c9b21acdcc36d423b3e37bd..dfd265e036f3b7dabe329bf81812b2567a46549e 100755 (executable)
@@ -1,9 +1,11 @@
 #!/usr/bin/env perl
+# SPDX-License-Identifier: GPL-2.0
+#
 # (c) 2001, Dave Jones. (the file handling bit)
 # (c) 2005, Joel Schopp <[email protected]> (the ugly bit)
 # (c) 2007,2008, Andy Whitcroft <[email protected]> (new conditions, test suite)
 # (c) 2008-2010 Andy Whitcroft <[email protected]>
-# Licensed under the terms of the GNU GPL License version 2
+# (c) 2010-2018 Joe Perches <[email protected]>
 
 use strict;
 use warnings;
index 99c96e86eccb64e1ecc89e096b673d4c88059707..30eca36b4dad5a4ee9e307481f9e1d9025459a0f 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env perl
+# SPDX-License-Identifier: GPL-2.0
+#
 # (c) 2007, Joe Perches <[email protected]>
 #           created from checkpatch.pl
 #
@@ -7,8 +9,6 @@
 #
 # usage: perl scripts/get_maintainer.pl [OPTIONS] <patch>
 #        perl scripts/get_maintainer.pl [OPTIONS] -f <file>
-#
-# Licensed under the terms of the GNU GPL License version 2
 
 use warnings;
 use strict;