Skip to content

Commit 5af6b62

Browse files
committed
Update copyright on library files
1 parent a59910f commit 5af6b62

File tree

135 files changed

+164
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+164
-167
lines changed

src/LoggerBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file LoggerBase.cpp
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*

src/LoggerBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file LoggerBase.h
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*

src/LoggerModem.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file LoggerModem.cpp
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*
@@ -499,7 +499,7 @@ recommend allowing a graceful shut-down rather than a sudden power-off.
499499
void loggerModem::setModemTiming(void) {
500500
if (_modemName.indexOf(F("SARA-G3")) >= 0) {
501501
MS_DBG(
502-
F("Resetting warm-up and disconnect timing for a u-blox SARA-G3"));
502+
F("Resetting warm-up and disconnect timing for a u-blox SARA-G3"));
503503
_wakeDelayTime_ms = 0; // Module turns on when power is applied - level
504504
// of `PWR_ON` then irrelevant
505505
_statusTime_ms =
@@ -518,7 +518,7 @@ void loggerModem::setModemTiming(void) {
518518
}
519519
if (_modemName.indexOf(F("LISA-U2")) >= 0) {
520520
MS_DBG(
521-
F("Resetting warm-up and disconnect timing for a u-blox LISA-U2"));
521+
F("Resetting warm-up and disconnect timing for a u-blox LISA-U2"));
522522
_wakeDelayTime_ms = 0; // Module turns on when power is applied - level
523523
// of `PWR_ON` then irrelevant
524524
_statusTime_ms =

src/LoggerModem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file LoggerModem.h
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*

src/ModSensorDebugger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file ModSensorDebugger.h
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org> *
66
* @author Volodymyr Shymanskyy

src/ModularSensors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file ModularSensors.h
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*

src/SensorBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file SensorBase.cpp
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*

src/SensorBase.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file SensorBase.h
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*
@@ -353,10 +353,10 @@ class Sensor {
353353
*/
354354
void verifyAndAddMeasurementResult(uint8_t resultNumber,
355355
int32_t resultValue);
356-
/**
357-
* @brief Average the results of all measurements by dividing the sum of
358-
* all measurements by the number of measurements taken.
359-
*/
356+
/**
357+
* @brief Average the results of all measurements by dividing the sum of
358+
* all measurements by the number of measurements taken.
359+
*/
360360
void averageMeasurements(void);
361361

362362
/**

src/VariableArray.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file VariableArray.cpp
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*
@@ -772,8 +772,8 @@ bool VariableArray::completeUpdate(void) {
772772
success &= sensorSuccess_start;
773773

774774
if (sensorSuccess_start) {
775-
MS_DBG(F(" ... start reading succeeded. <<---"), i, '.',
776-
nMeasurementsCompleted[i] + 1);
775+
MS_DBG(F(" ... start reading succeeded. <<---"),
776+
i, '.', nMeasurementsCompleted[i] + 1);
777777
} else {
778778
MS_DBG(F(" ... start reading failed! <<---"), i,
779779
'.', nMeasurementsCompleted[i] + 1);

src/VariableArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file VariableArray.h
3-
* @copyright 2020 Stroud Water Research Center
3+
* @copyright 2017-2022 Stroud Water Research Center
44
* Part of the EnviroDIY ModularSensors library for Arduino
55
* @author Sara Geleskie Damiano <sdamiano@stroudcenter.org>
66
*

0 commit comments

Comments
 (0)