commit | ecb351f1c4475d11ce6b4fa443fe71764027d409 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Jun 20 14:23:10 2019 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 21 16:58:37 2019 +0200 |
tree | 31acb9c1beb323eb31ccff137452fbd91e350258 | |
parent | 7ce7b89bf565b4e86d37fd32577272e98d3359cd [diff] [blame] |
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>
diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl index 774e9b8..c738cb79 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;