From 0dde3f95d07d757d9bc934bcd0bcbf8b894fca0a Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 3 Jan 2022 13:05:37 +0100 Subject: arch: add SPDX-License-Identifier to all .S files Record GPL-2.0-only as license for all files lacking an explicit license statement. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220103120539.1730644-10-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/lib32/start-kernel-optee.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/lib32/start-kernel-optee.S') diff --git a/arch/arm/lib32/start-kernel-optee.S b/arch/arm/lib32/start-kernel-optee.S index 92da4b63c9..261ab39ba7 100644 --- a/arch/arm/lib32/start-kernel-optee.S +++ b/arch/arm/lib32/start-kernel-optee.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #include ENTRY(start_kernel_optee) -- cgit v1.2.3