Skip to content

Commit

Permalink
fixup: nucleo pinout headers copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Jan 18, 2022
1 parent 51b2e73 commit 9b35af7
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/modm/board/nucleo144_arduino.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions src/modm/board/nucleo144_arduino_l4.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 11 additions & 0 deletions src/modm/board/nucleo144_arduino_l5.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 12 additions & 0 deletions src/modm/board/nucleo32_arduino.hpp.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions src/modm/board/nucleo64_arduino.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b35af7

Please sign in to comment.