Skip to content

Commit a28be06

Browse files
soburipillo79
andcommitted
treewide: fix SPDX tags on existing files
Explicitly state the license in all source files to comply with SPDX best practices. In addition, update the copyright notice to the new format. Note: At the time of cherry-picking, this was applied only to cores/arduino/time_macros.h and cores/arduino/overloads.h. Co-Authored-by: Luca Burelli <l.burelli@arduino.cc> Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent b1ceda7 commit a28be06

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

cores/arduino/overloads.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Arduino s.r.l. and/or its affiliated companies
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#ifdef CONFIG_DAC
28

39
void analogWrite(enum dacPins pinNumber, int value);

cores/arduino/time_macros.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) Arduino s.r.l. and/or its affiliated companies
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#pragma once
28

39
#include <zephyr/sys/time_units.h>

0 commit comments

Comments
 (0)