Skip to content

Commit bc40bf5

Browse files
copyright: change email
Change my email copyright address since unavailability of old one Signed-off-by: Alexander Kozhinov <[email protected]>
1 parent 4cc3134 commit bc40bf5

33 files changed

+33
-33
lines changed

boards/st/nucleo_h723zg/Kconfig.defconfig

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

3-
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
3+
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
44
# SPDX-License-Identifier: Apache-2.0
55

66
if BOARD_NUCLEO_H723ZG

boards/st/nucleo_h723zg/Kconfig.nucleo_h723zg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
1+
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_NUCLEO_H723ZG

boards/st/nucleo_h723zg/arduino_r3_connector.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
2+
* Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

boards/st/nucleo_h723zg/nucleo_h723zg.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
2+
* Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

boards/st/nucleo_h723zg/support/openocd.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# STM32H745ZI Nucleo board OpenOCD ST-LINK V3 configuration
22
#
3-
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
3+
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

boards/st/nucleo_h745zi_q/Kconfig.defconfig

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

3-
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
3+
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
44
# SPDX-License-Identifier: Apache-2.0
55

66
if BOARD_NUCLEO_H745ZI_Q

boards/st/nucleo_h745zi_q/Kconfig.nucleo_h745zi_q

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

3-
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
3+
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_NUCLEO_H745ZI_Q

boards/st/nucleo_h745zi_q/arduino_r3_connector.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
2+
* Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

boards/st/nucleo_h745zi_q/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
2+
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
33

44
# keep first
55
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")

boards/st/nucleo_h745zi_q/nucleo_h745zi_q_stm32h745xx_m4.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
2+
* Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

0 commit comments

Comments
 (0)