mgmt: fix bad SPDX-License-Identifier header

fix typo in SPDX header

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-05-08 10:00:43 +02:00 committed by Anas Nashif
parent b0605b6a7d
commit a4c2b848c4
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Copyright (c) 2020 Linumiz
# SPDX -License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
menuconfig HAWKBIT
bool "Eclipse hawkBit Firmware Over-the-Air support"

View File

@ -1,7 +1,7 @@
#
# Copyright (c) 2018-2023 O.S.Systems
#
# SPDX -License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
#
zephyr_syscall_header(

View File

@ -1,5 +1,5 @@
# Copyright (c) 2018-2023 O.S.Systems
# SPDX -License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
menuconfig UPDATEHUB
bool"UpdateHub Firmware Over-the-Air support"