Skip to content

Commit ffe4c4d

Browse files
committed
treewide: Add missing licenses
Add license information to files that were missing it. Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
1 parent ad467ae commit ffe4c4d

5 files changed

Lines changed: 30 additions & 0 deletions

File tree

app/sysbuild/mcuboot/app.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
17
/ {
28
chosen {
39
zephyr,code-partition = &boot_partition;

app/sysbuild/mcuboot/boards/thingy91_nrf9160.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (c) 2026 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
17
# Disable Zephyr console
28
CONFIG_CONSOLE=n
39
CONFIG_CONSOLE_HANDLER=n

app/sysbuild/mcuboot/boards/thingy91x_nrf9151.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (c) 2026 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
17
# MCUBoot settings
28
CONFIG_BOOT_MAX_IMG_SECTORS=512
39

app/sysbuild/mcuboot/prj.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (c) 2026 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
17
CONFIG_PM=n
28

39
CONFIG_MAIN_STACK_SIZE=10240

samples/sm_ppp_shell/boards/native_sim.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
17
/ {
28
/*
39
* Enable UART2 as the serial interface to the nRF91 Serial Modem application.

0 commit comments

Comments
 (0)