summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp/stm32image.c
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:44 +0100
commitb6293058f50c12231940c9fe72971e66bb106023 (patch)
tree06b8a10e9aa0bf06e17633ca5a2b462cef7ebca5 /arch/arm/mach-stm32mp/stm32image.c
parent0dde3f95d07d757d9bc934bcd0bcbf8b894fca0a (diff)
downloadbarebox-b6293058f50c12231940c9fe72971e66bb106023.tar.gz
barebox-b6293058f50c12231940c9fe72971e66bb106023.tar.xz
arch: add SPDX-License-Identifier to all .c files
Record GPL-2.0-only as license for all files lacking an explicit license statement. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-11-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-stm32mp/stm32image.c')
-rw-r--r--arch/arm/mach-stm32mp/stm32image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/stm32image.c b/arch/arm/mach-stm32mp/stm32image.c
index 207df6894d..caff68651c 100644
--- a/arch/arm/mach-stm32mp/stm32image.c
+++ b/arch/arm/mach-stm32mp/stm32image.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
#define pr_fmt(fmt) "stm32image: " fmt
#include <bootm.h>