From 69b32abda173f88e290a7862349501d81178c0c1 Mon Sep 17 00:00:00 2001 From: Janusz Jankowski Date: Sat, 1 Jun 2019 22:16:34 +0200 Subject: [PATCH] checkpatch: add spdx identifier Signed-off-by: Janusz Jankowski --- scripts/checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 3f8895a78..bf456b921 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1,9 +1,10 @@ #!/usr/bin/env perl +# SPDX-License-Identifier: GPL-2.0 +# # (c) 2001, Dave Jones. (the file handling bit) # (c) 2005, Joel Schopp (the ugly bit) # (c) 2007,2008, Andy Whitcroft (new conditions, test suite) # (c) 2008-2010 Andy Whitcroft -# Licensed under the terms of the GNU GPL License version 2 use strict; use warnings;