From 37c070752a9ceac49633600df01c8513f6423908 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 3 Jan 2022 13:05:36 +0100 Subject: arch: add SPDX-License-Identifier to all headers 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-9-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/mach-stm32mp/include/mach/smc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-stm32mp/include/mach/smc.h') diff --git a/arch/arm/mach-stm32mp/include/mach/smc.h b/arch/arm/mach-stm32mp/include/mach/smc.h index 6b8e62bd53..c0b86b2203 100644 --- a/arch/arm/mach-stm32mp/include/mach/smc.h +++ b/arch/arm/mach-stm32mp/include/mach/smc.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef __MACH_STM32_SMC_H__ #define __MACH_STM32_SMC_H__ -- cgit v1.2.3