summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-20 14:23:10 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-21 16:58:37 +0200
commitecb351f1c4475d11ce6b4fa443fe71764027d409 (patch)
tree31acb9c1beb323eb31ccff137452fbd91e350258 /scripts
parent7ce7b89bf565b4e86d37fd32577272e98d3359cd (diff)
doc: ABI scripts: add a SPDX header file
released under GPL v2. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_abi.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl
index 774e9b809ead..c738cb795514 100755
--- a/scripts/get_abi.pl
+++ b/scripts/get_abi.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0
use strict;
use Pod::Usage;