Browse Source

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 <alberto.escolar.piedras@nordicsemi.no>
pull/92139/head
Alberto Escolar Piedras 2 weeks ago committed by Daniel DeGrasse
parent
commit
570f73f20e
  1. 2
      boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml
  2. 2
      boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig

2
boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns.yaml

@ -1,6 +1,6 @@ @@ -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

2
boards/ezurio/bl54l15u_dvk/bl54l15u_dvk_nrf54l15_cpuapp_ns_defconfig

@ -1,6 +1,6 @@ @@ -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

Loading…
Cancel
Save