diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-20 14:23:10 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-21 16:58:37 +0200 |
commit | ecb351f1c4475d11ce6b4fa443fe71764027d409 (patch) | |
tree | 31acb9c1beb323eb31ccff137452fbd91e350258 /scripts/get_abi.pl | |
parent | 7ce7b89bf565b4e86d37fd32577272e98d3359cd (diff) | |
download | linux-ecb351f1c4475d11ce6b4fa443fe71764027d409.tar.bz2 |
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/get_abi.pl')
-rwxr-xr-x | scripts/get_abi.pl | 1 |
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; |