Skip to content

Commit 78bb82f

Browse files
committed
Add license headers in implementation files
1 parent 74a993b commit 78bb82f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Modulino.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Arduino SA
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
#include "Modulino.h"
25

36
// The only singleton that needs to exist

src/Modulino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Arduino SA
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
#include "Wire.h"
25
#include <vector>
36
#include <vl53l4cd_class.h> // from stm32duino

0 commit comments

Comments
 (0)