Both are released under GPL v2. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> --- Documentation/sphinx/kernel_abi.py | 1 + scripts/get_abi.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/sphinx/kernel_abi.py b/Documentation/sphinx/kernel_abi.py index ef91b1e1ff4b..5d43cac73d0a 100644 --- a/Documentation/sphinx/kernel_abi.py +++ b/Documentation/sphinx/kernel_abi.py @@ -1,4 +1,5 @@ # coding=utf-8 +# SPDX-License-Identifier: GPL-2.0 # u""" kernel-abi diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl index 25248c012eb3..7bc619b6890c 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; -- 2.21.0