summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
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-ep93xx
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-ep93xx')
-rw-r--r--arch/arm/mach-ep93xx/header.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/header.c b/arch/arm/mach-ep93xx/header.c
index a9dde2d8b0..0d7e68c34b 100644
--- a/arch/arm/mach-ep93xx/header.c
+++ b/arch/arm/mach-ep93xx/header.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
#include <common.h>
#include <linux/compiler.h>
#include <asm/barebox-arm-head.h>