summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2018-12-05 16:21:57 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-06 08:56:09 +0100
commit832750116b8c6ea220bf3c1ed682b81b6ec18216 (patch)
tree3c5c4cc1dce461bc3a8ac3cd3bc8202e913070e3 /scripts
parentf27701ad378503459d387abbadd320a8c065b892 (diff)
downloadbarebox-832750116b8c6ea220bf3c1ed682b81b6ec18216.tar.gz
barebox-832750116b8c6ea220bf3c1ed682b81b6ec18216.tar.xz
checkpatch.pl: use SPDX tag
Also add Joe's copyright. Based on Linux kernel commit 882ea1d64eb3956 ("scripts: use SPDX tag in get_maintainer and checkpatch"). Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index d8a8e5004f..d1fe6659ce 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -1,9 +1,11 @@
#!/usr/bin/perl -w
+# SPDX-License-Identifier: GPL-2.0
+#
# (c) 2001, Dave Jones. (the file handling bit)
# (c) 2005, Joel Schopp <jschopp@austin.ibm.com> (the ugly bit)
# (c) 2007,2008, Andy Whitcroft <apw@uk.ibm.com> (new conditions, test suite)
# (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
-# Licensed under the terms of the GNU GPL License version 2
+# (c) 2010-2018 Joe Perches <joe@perches.com>
use strict;