Skip to content

Commit dfad338

Browse files
committed
Wire: Add SPDX Tags
Add SPDX License and copyright Signed-off-by: Dhruva Gole <[email protected]>
1 parent f46a016 commit dfad338

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

libraries/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
add_subdirectory(Wire)
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
add_subdirectory(Wire)

libraries/Wire/Wire.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2022 Dhruva Gole
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include <Wire.h>
28

39
void arduino::ZephyrI2C::begin() {

libraries/Wire/Wire.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2022 Dhruva Gole
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#pragma once
28

39
#include <Arduino.h>

0 commit comments

Comments
 (0)