From: Mauro Carvalho Chehab Date: Thu, 20 Jun 2019 17:23:10 +0000 (-0300) Subject: doc: ABI scripts: add a SPDX header file X-Git-Tag: v5.4.17~3171^2~25 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ecb351f1c4475d11ce6b4fa443fe71764027d409;p=arm%2Flinux.git doc: ABI scripts: add a SPDX header file released under GPL v2. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- 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;