[19/27] barebox: Add SPDX license identifiers

Message ID 0307ef4e61dcd6b65d89f60336a7ec77924ed717.1762170735.git.jan.kiszka@siemens.com
State Under Review
Headers show
Series [01/27] linux-custom: Drop redundant template inheritance | expand

Commit Message

Jan Kiszka Nov. 3, 2025, 11:52 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Isar is MIT, so let's mark this also in these two files to avoid
confusion.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
CC: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb | 2 ++
 meta/recipes-bsp/barebox/barebox.inc               | 2 ++
 2 files changed, 4 insertions(+)

Patch

diff --git a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb
index fb048fae..7922fdc5 100644
--- a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb
+++ b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb
@@ -1,5 +1,7 @@ 
 # This software is a part of ISAR.
 # Copyright (C) 2022 ilbers GmbH
+#
+# SPDX-License-Identifier: MIT
 
 inherit dpkg
 
diff --git a/meta/recipes-bsp/barebox/barebox.inc b/meta/recipes-bsp/barebox/barebox.inc
index 33470433..e06626d0 100644
--- a/meta/recipes-bsp/barebox/barebox.inc
+++ b/meta/recipes-bsp/barebox/barebox.inc
@@ -1,5 +1,7 @@ 
 # This software is a part of ISAR.
 # Copyright (C) 2022 ilbers GmbH
+#
+# SPDX-License-Identifier: MIT
 
 DESCRIPTION ?= "The barebox is a bootloader designed for embedded systems. It \
                 runs on a variety of architectures including x86, ARM, MIPS, \