Skip to content

Commit bf82f7f

Browse files
nashifcfriedt
authored andcommitted
copyrights: fix copyright line
Add space before (c) to allow correct parsing by linters. Signed-off-by: Anas Nashif <[email protected]>
1 parent e5838ff commit bf82f7f

File tree

45 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+52
-52
lines changed

boards/u-blox/ubx_evk_iris_w1/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
2-
#Copyright 2022-2025 NXP
3-
#Copyright(c)2025 u-blox AG
4-
#SPDX-License-Identifier:Apache-2.0
2+
# Copyright 2022-2025 NXP
3+
# Copyright (c) 2025 u-blox AG
4+
# SPDX-License-Identifier: Apache-2.0
55
#
66

77
if(CONFIG_NXP_RW6XX_BOOT_HEADER)

boards/vcc-gnd/yd_stm32h750vb/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# YD-STM32H750VB board configuration
22

3-
# Copyright(c) 2024 John Sanpe <[email protected]>
3+
# Copyright (c) 2024 John Sanpe <[email protected]>
44
# SPDX-License-Identifier: Apache-2.0
55

66
if BOARD_YD_STM32H750VB

boards/vcc-gnd/yd_stm32h750vb/Kconfig.yd_stm32h750vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# YD-STM32H750VB board configuration
22

3-
# Copyright(c) 2024 John Sanpe <[email protected]>
3+
# Copyright (c) 2024 John Sanpe <[email protected]>
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_YD_STM32H750VB

boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright(c) 2024 John Sanpe <[email protected]>
2+
* Copyright (c) 2024 John Sanpe <[email protected]>
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

boards/vcc-gnd/yd_stm32h750vb/yd_stm32h750vb_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright(c) 2024 John Sanpe <[email protected]>
1+
# Copyright (c) 2024 John Sanpe <[email protected]>
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Enable the internal SMPS regulator

boards/weact/blackpill_h523ce/Kconfig.blackpill_h523ce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright(c) 2025 Filip Stojanovic
1+
# Copyright (c) 2025 Filip Stojanovic
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_BLACKPILL_H523CE

boards/weact/blackpill_h523ce/blackpill_h523ce_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright(c) 2025 Filip Stojanovic <[email protected]>
1+
# Copyright (c) 2025 Filip Stojanovic <[email protected]>
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Enable MPU

drivers/dac/Kconfig.samd5x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright(c) 2025 Daikin Comfort Technologies North America, Inc.
1+
# Copyright (c) 2025 Daikin Comfort Technologies North America, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

44
config DAC_SAMD5X

drivers/ethernet/Kconfig.xilinx_axienet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
#Xilinx AXI 1G / 2.5G Ethernet Subsystem
2+
# Xilinx AXI 1G / 2.5G Ethernet Subsystem
33
#
4-
#Copyright(c) 2024, CISPA Helmholtz Center for Information Security
5-
#SPDX-License-Identifier: Apache-2.0
4+
# Copyright (c) 2024, CISPA Helmholtz Center for Information Security
5+
# SPDX-License-Identifier: Apache-2.0
66
#
77

88
config ETH_XILINX_AXIENET

drivers/ethernet/dwc_xgmac/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Synopsys DesignWare XGMAC configuration options
33
#
4-
# Copyright(c) 2024, Intel Corporation
4+
# Copyright (c) 2024, Intel Corporation
55
# SPDX-License-Identifier: Apache-2.0
66
#
77

0 commit comments

Comments
 (0)