Skip to content

Commit f973afd

Browse files
committed
Add license header comments
1 parent 7139b60 commit f973afd

File tree

11 files changed

+66
-0
lines changed

11 files changed

+66
-0
lines changed

examples/Example1_BasicReadings/Example1_BasicReadings.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example2_SetUnits/Example2_SetUnits.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example3_Calibration/Example3_Calibration.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example4_SetOffsetAndPosition/Example4_SetOffsetAndPosition.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example5_VelocityAndAcceleration/Example5_VelocityAndAcceleration.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example6_StandardDeviation/Example6_StandardDeviation.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example7_GetVersion/Example7_GetVersion.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

examples/Example8_SelfTest/Example8_SelfTest.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "SparkFun_Qwiic_OTOS_Arduino_Library.h"
28
#include "Wire.h"
39

src/SparkFun_Qwiic_OTOS_Arduino_Library.h

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

39
#include "Arduino.h"

src/sfeQwiicOtos.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: MIT
3+
4+
Copyright (c) 2024 SparkFun Electronics
5+
*/
6+
17
#include "sfeQwiicOtos.h"
28

39
sfeQwiicOtos::sfeQwiicOtos()

0 commit comments

Comments
 (0)