Skip to content

Commit 4a2dc4c

Browse files
committed
Add your copyright header to the 4 files...
1 parent ed665af commit 4a2dc4c

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

variants/arduino_portenta_h7_stm32h747xx_m7/PinNames.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include <Arduino.h>
28
#include "zephyrInternal.h"
39
#include "PinNames.h"

variants/arduino_portenta_h7_stm32h747xx_m7/PinNames.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16

27
#ifndef ZEPHYR_PINNAMES_H
38
#define ZEPHYR_PINNAMES_H

variants/arduino_portenta_h7_stm32h747xx_m7/pure_analog_pins.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include "pure_analog_pins.h"
28

39
#undef A0

variants/arduino_portenta_h7_stm32h747xx_m7/pure_analog_pins.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16
#ifndef _PURE_ANALOG_PINS_
27
#define _PURE_ANALOG_PINS_
38

0 commit comments

Comments
 (0)