From 570f73f20e9dfc26411b075c1ba7abb65ca2e5fe Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 23 Jun 2025 13:32:31 +0200 Subject: [PATCH] boards/ezurio: Change Nordic license to Apache For yaml files we do not normally even add a license, but if any it should be Apache2 and not the Nordic one. Note there is plenty of examples of yaml files very similar to this in the Zephyr tree. So even if the author/submitter of the original commit could have used as starting point a file from NCS, it would have been the same if he would have used a Zephyr one. Signed-off-by: Alberto Escolar Piedras --- boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml | 2 +- .../bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml index 11a3347969d..646dc2b7917 100644 --- a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml +++ b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml @@ -1,6 +1,6 @@ # Copyright (c) 2025 Nordic Semiconductor ASA # Copyright (c) 2025 Ezurio LLC -# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# SPDX-License-Identifier: Apache-2.0 identifier: bl54l15u_dvk/nrf54l15/cpuapp/ns name: BL54L15u-DVK-nRF54l15-Application-Non-Secure diff --git a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig index 24848d53b82..dea04c45f20 100644 --- a/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig +++ b/boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig @@ -1,6 +1,6 @@ # Copyright (c) 2025 Nordic Semiconductor ASA # Copyright (c) 2025 Ezurio LLC -# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# SPDX-License-Identifier: Apache-2.0 CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y