From 9b35af7613f649c5fac3cc8366385db388760cd3 Mon Sep 17 00:00:00 2001 From: Christopher Durand Date: Tue, 18 Jan 2022 11:27:47 +0100 Subject: [PATCH] fixup: nucleo pinout headers copyright --- src/modm/board/nucleo144_arduino.hpp | 11 +++++++++++ src/modm/board/nucleo144_arduino_l4.hpp | 11 +++++++++++ src/modm/board/nucleo144_arduino_l5.hpp | 11 +++++++++++ src/modm/board/nucleo32_arduino.hpp.in | 12 ++++++++++++ src/modm/board/nucleo64_arduino.hpp | 11 +++++++++++ 5 files changed, 56 insertions(+) diff --git a/src/modm/board/nucleo144_arduino.hpp b/src/modm/board/nucleo144_arduino.hpp index 9be123500b..6b6d4b1e09 100644 --- a/src/modm/board/nucleo144_arduino.hpp +++ b/src/modm/board/nucleo144_arduino.hpp @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2017, Niklas Hauser + * + * This file is part of the modm project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ +// ---------------------------------------------------------------------------- + // Nucleo144 Arduino Header Footprint #ifndef MODM_STM32_NUCLEO144_ARDUINO_HPP diff --git a/src/modm/board/nucleo144_arduino_l4.hpp b/src/modm/board/nucleo144_arduino_l4.hpp index aa2a6ccf05..c30f7e1abd 100644 --- a/src/modm/board/nucleo144_arduino_l4.hpp +++ b/src/modm/board/nucleo144_arduino_l4.hpp @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2021, Raphael Lehmann + * + * This file is part of the modm project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ +// ---------------------------------------------------------------------------- + // Nucleo144 Arduino Header Footprint for STM32L4xxZx // Schematic: https://www.st.com/resource/en/schematic_pack/mb1312-l4xxzx-a03_schematic.pdf diff --git a/src/modm/board/nucleo144_arduino_l5.hpp b/src/modm/board/nucleo144_arduino_l5.hpp index b6b62a42b3..f351d3c7b3 100644 --- a/src/modm/board/nucleo144_arduino_l5.hpp +++ b/src/modm/board/nucleo144_arduino_l5.hpp @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2022, Christopher Durand + * + * This file is part of the modm project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ +// ---------------------------------------------------------------------------- + // Nucleo144 Arduino Header Footprint for STM32L5xxZx // Schematic: https://www.st.com/resource/en/schematic_pack/mb1361-l552zeq-c02_schematic.pdf diff --git a/src/modm/board/nucleo32_arduino.hpp.in b/src/modm/board/nucleo32_arduino.hpp.in index f72d1fb8cd..c16740a02e 100644 --- a/src/modm/board/nucleo32_arduino.hpp.in +++ b/src/modm/board/nucleo32_arduino.hpp.in @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2017, Niklas Hauser + * Copyright (c) 2021, Christopher Durand + * + * This file is part of the modm project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ +// ---------------------------------------------------------------------------- + // Nucleo32 Arduino Header Footprint #ifndef MODM_STM32_NUCLEO32_ARDUINO_HPP diff --git a/src/modm/board/nucleo64_arduino.hpp b/src/modm/board/nucleo64_arduino.hpp index 4c8e236550..25fe2e5ffb 100644 --- a/src/modm/board/nucleo64_arduino.hpp +++ b/src/modm/board/nucleo64_arduino.hpp @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2017, Sascha Schade + * + * This file is part of the modm project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ +// ---------------------------------------------------------------------------- + // Nucleo64 Arduino Header Footprint #ifndef MODM_STM32_NUCLEO64_ARDUINO_HPP