diff --git a/examples/DRWI_2G/DRWI_2G.ino b/examples/DRWI_2G/DRWI_2G.ino index d236f369c..853be8352 100644 --- a/examples/DRWI_2G/DRWI_2G.ino +++ b/examples/DRWI_2G/DRWI_2G.ino @@ -3,11 +3,10 @@ * @brief Example for DRWI CitSci 2G sites. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/DRWI_DigiLTE/DRWI_DigiLTE.ino b/examples/DRWI_DigiLTE/DRWI_DigiLTE.ino index 4f23db6e2..e0a0286ff 100644 --- a/examples/DRWI_DigiLTE/DRWI_DigiLTE.ino +++ b/examples/DRWI_DigiLTE/DRWI_DigiLTE.ino @@ -3,11 +3,10 @@ * @brief Example for DRWI CitSci LTE sites. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/DRWI_Mayfly1/DRWI_Mayfly1.ino b/examples/DRWI_Mayfly1/DRWI_Mayfly1.ino index 9df2638da..aaf59c6ce 100644 --- a/examples/DRWI_Mayfly1/DRWI_Mayfly1.ino +++ b/examples/DRWI_Mayfly1/DRWI_Mayfly1.ino @@ -9,9 +9,8 @@ * Hydros21 CTD sensor * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger diff --git a/examples/DRWI_Mayfly1_WiFi/DRWI_Mayfly1_WiFi.ino b/examples/DRWI_Mayfly1_WiFi/DRWI_Mayfly1_WiFi.ino index 90742932d..86caf5eea 100644 --- a/examples/DRWI_Mayfly1_WiFi/DRWI_Mayfly1_WiFi.ino +++ b/examples/DRWI_Mayfly1_WiFi/DRWI_Mayfly1_WiFi.ino @@ -9,9 +9,8 @@ * Hydros21 CTD sensor * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger diff --git a/examples/DRWI_NoCellular/DRWI_NoCellular.ino b/examples/DRWI_NoCellular/DRWI_NoCellular.ino index cc40aab26..27eb408fe 100644 --- a/examples/DRWI_NoCellular/DRWI_NoCellular.ino +++ b/examples/DRWI_NoCellular/DRWI_NoCellular.ino @@ -3,11 +3,10 @@ * @brief Example for DRWI CitSci without cellular service. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino b/examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino index 440671d9f..fee9b0a72 100644 --- a/examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino +++ b/examples/DRWI_SIM7080LTE/DRWI_SIM7080LTE.ino @@ -10,9 +10,8 @@ * Campbell Scientific OBS3+ Turbidity sensor * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger diff --git a/examples/baro_rho_correction/baro_rho_correction.ino b/examples/baro_rho_correction/baro_rho_correction.ino index 01a10cf6f..5d5eff405 100644 --- a/examples/baro_rho_correction/baro_rho_correction.ino +++ b/examples/baro_rho_correction/baro_rho_correction.ino @@ -3,11 +3,10 @@ * @brief Example demonstrating calculated variables. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/data_saving/data_saving.ino b/examples/data_saving/data_saving.ino index 0283b7409..75272d7fe 100644 --- a/examples/data_saving/data_saving.ino +++ b/examples/data_saving/data_saving.ino @@ -3,11 +3,10 @@ * @brief Example publishing only a portion of the logged variables. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/double_logger/double_logger.ino b/examples/double_logger/double_logger.ino index a560601de..462991c36 100644 --- a/examples/double_logger/double_logger.ino +++ b/examples/double_logger/double_logger.ino @@ -3,11 +3,10 @@ * @brief Example logging at two different timing intervals * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/logging_to_MMW/logging_to_MMW.ino b/examples/logging_to_MMW/logging_to_MMW.ino index c590dabec..a4e124826 100644 --- a/examples/logging_to_MMW/logging_to_MMW.ino +++ b/examples/logging_to_MMW/logging_to_MMW.ino @@ -3,11 +3,10 @@ * @brief Example logging data and publishing to Monitor My Watershed. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino b/examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino index 9e584a7ea..4f8692421 100644 --- a/examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino +++ b/examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino @@ -3,11 +3,10 @@ * @brief Example logging data and publishing to ThingSpeak. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/menu_a_la_carte/menu_a_la_carte.ino b/examples/menu_a_la_carte/menu_a_la_carte.ino index 836c5cd92..1c4d3135f 100644 --- a/examples/menu_a_la_carte/menu_a_la_carte.ino +++ b/examples/menu_a_la_carte/menu_a_la_carte.ino @@ -3,11 +3,10 @@ * @brief Example with all possible functionality. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: @@ -1377,8 +1376,8 @@ Variable* mplTemp = new FreescaleMPL115A2_Temp( byte gplp8ModbusAddress = 0x19; // The modbus address of the gplp8 // Raw Request >>> {0x19, 0x03, 0x00, 0xC8, 0x00, 0x01, 0x06, 0x2C} const int8_t gplp8AdapterPower = sensorPowerPin; // RS485 adapter power pin -const int8_t gplp8SensorPower = A3; // Sensor power pin -const int8_t gplp8EnablePin = -1; // Adapter RE/DE pin +const int8_t gplp8SensorPower = A3; // Sensor power pin +const int8_t gplp8EnablePin = -1; // Adapter RE/DE pin const uint8_t gplp8NumberReadings = 1; // The manufacturer recommends averaging 10 readings, but we take 5 to minimize // power consumption diff --git a/examples/simple_logging/simple_logging.ino b/examples/simple_logging/simple_logging.ino index ec810f886..ecd48f9a0 100644 --- a/examples/simple_logging/simple_logging.ino +++ b/examples/simple_logging/simple_logging.ino @@ -3,11 +3,10 @@ * @brief A simple data logging example. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/simple_logging_LearnEnviroDIY/simple_logging_LearnEnviroDIY.ino b/examples/simple_logging_LearnEnviroDIY/simple_logging_LearnEnviroDIY.ino index 9b69aae8e..8edde3546 100644 --- a/examples/simple_logging_LearnEnviroDIY/simple_logging_LearnEnviroDIY.ino +++ b/examples/simple_logging_LearnEnviroDIY/simple_logging_LearnEnviroDIY.ino @@ -3,11 +3,10 @@ * @brief A data logging example for the Learn EnviroDIY tutorial. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/examples/single_sensor/single_sensor.ino b/examples/single_sensor/single_sensor.ino index b0b7bdf6c..76d3863df 100644 --- a/examples/single_sensor/single_sensor.ino +++ b/examples/single_sensor/single_sensor.ino @@ -3,11 +3,10 @@ * @brief An example using only sensor functions and no logging. * * @author Sara Geleskie Damiano - * @copyright (c) 2017-2022 Stroud Water Research Center (SWRC) - * and the EnviroDIY Development Team - * This example is published under the BSD-3 license. + * @copyright Stroud Water Research Center + * This example is published under the BSD-3 license. * - * Build Environment: Visual Studios Code with PlatformIO + * Build Environment: Visual Studio Code with PlatformIO * Hardware Platform: EnviroDIY Mayfly Arduino Datalogger * * DISCLAIMER: diff --git a/src/LoggerBase.cpp b/src/LoggerBase.cpp index 08be51e40..b924314fe 100644 --- a/src/LoggerBase.cpp +++ b/src/LoggerBase.cpp @@ -1,7 +1,8 @@ /** * @file LoggerBase.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the Logger class. diff --git a/src/LoggerBase.h b/src/LoggerBase.h index 36040f426..3470d5ca3 100644 --- a/src/LoggerBase.h +++ b/src/LoggerBase.h @@ -1,7 +1,8 @@ /** * @file LoggerBase.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the LoggerBase class which handles basic logging functions. diff --git a/src/LoggerModem.cpp b/src/LoggerModem.cpp index 7b6d2b4d1..427df904a 100644 --- a/src/LoggerModem.cpp +++ b/src/LoggerModem.cpp @@ -1,7 +1,8 @@ /** * @file LoggerModem.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the loggerModem class. diff --git a/src/LoggerModem.h b/src/LoggerModem.h index 6b358d38e..9eda36916 100644 --- a/src/LoggerModem.h +++ b/src/LoggerModem.h @@ -1,7 +1,8 @@ /** * @file LoggerModem.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the loggerModem class and the variable subclasses diff --git a/src/ModSensorDebugger.h b/src/ModSensorDebugger.h index 5693906e9..669f07ace 100644 --- a/src/ModSensorDebugger.h +++ b/src/ModSensorDebugger.h @@ -1,7 +1,8 @@ /** * @file ModSensorDebugger.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @author Volodymyr Shymanskyy * diff --git a/src/ModularSensors.h b/src/ModularSensors.h index 9ab625b6b..df503b6d6 100644 --- a/src/ModularSensors.h +++ b/src/ModularSensors.h @@ -1,7 +1,8 @@ /** * @file ModularSensors.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief A simple include file for the Arduino command line interface (CLI).s diff --git a/src/SensorBase.cpp b/src/SensorBase.cpp index f89d8ab64..f3a056141 100644 --- a/src/SensorBase.cpp +++ b/src/SensorBase.cpp @@ -1,7 +1,8 @@ /** * @file SensorBase.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the Sensor class. diff --git a/src/SensorBase.h b/src/SensorBase.h index 84d9e0468..089d8762e 100644 --- a/src/SensorBase.h +++ b/src/SensorBase.h @@ -1,7 +1,8 @@ /** * @file SensorBase.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the Sensor class. @@ -39,7 +40,7 @@ * @brief The largest number of variables from a single sensor */ #define MAX_NUMBER_VARS 21 - // GroPoint Profile GPLP-8 has 8 Moisture and 13 Temperature values +// GroPoint Profile GPLP-8 has 8 Moisture and 13 Temperature values class Variable; // Forward declaration diff --git a/src/VariableArray.cpp b/src/VariableArray.cpp index b6e37b7c9..161af36be 100644 --- a/src/VariableArray.cpp +++ b/src/VariableArray.cpp @@ -1,7 +1,8 @@ /** * @file VariableArray.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the VariableArray class. diff --git a/src/VariableArray.h b/src/VariableArray.h index 6675d4867..8e768aaa8 100644 --- a/src/VariableArray.h +++ b/src/VariableArray.h @@ -1,7 +1,8 @@ /** * @file VariableArray.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the VariableArray class. diff --git a/src/VariableBase.cpp b/src/VariableBase.cpp index a557c267f..4fc8cc0ab 100644 --- a/src/VariableBase.cpp +++ b/src/VariableBase.cpp @@ -1,7 +1,8 @@ /** * @file VariableBase.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the Variable class. diff --git a/src/VariableBase.h b/src/VariableBase.h index 83b1c007e..35c413acd 100644 --- a/src/VariableBase.h +++ b/src/VariableBase.h @@ -1,7 +1,8 @@ /** * @file VariableBase.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the Variable class. diff --git a/src/WatchDogs/WatchDogAVR.cpp b/src/WatchDogs/WatchDogAVR.cpp index 6144bbf9a..b3614b88f 100644 --- a/src/WatchDogs/WatchDogAVR.cpp +++ b/src/WatchDogs/WatchDogAVR.cpp @@ -1,7 +1,8 @@ /** * @file WatchDogAVR.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the extendedWatchDogAVR class. diff --git a/src/WatchDogs/WatchDogAVR.h b/src/WatchDogs/WatchDogAVR.h index b816eaf57..30b48454f 100644 --- a/src/WatchDogs/WatchDogAVR.h +++ b/src/WatchDogs/WatchDogAVR.h @@ -1,7 +1,8 @@ /** * @file WatchDogAVR.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the extendedWatchDogAVR class diff --git a/src/WatchDogs/WatchDogSAMD.cpp b/src/WatchDogs/WatchDogSAMD.cpp index 3e680b7cc..0a78677a2 100644 --- a/src/WatchDogs/WatchDogSAMD.cpp +++ b/src/WatchDogs/WatchDogSAMD.cpp @@ -1,7 +1,8 @@ /** * @file WatchDogSAMD.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the extendedWatchDogSAMD class diff --git a/src/WatchDogs/WatchDogSAMD.h b/src/WatchDogs/WatchDogSAMD.h index c11eada2c..9b3fe1681 100644 --- a/src/WatchDogs/WatchDogSAMD.h +++ b/src/WatchDogs/WatchDogSAMD.h @@ -1,7 +1,8 @@ /** * @file WatchDogSAMD.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the extendedWatchDogSAMD class. diff --git a/src/dataPublisherBase.cpp b/src/dataPublisherBase.cpp index 1f4ab0a51..b58645bc8 100644 --- a/src/dataPublisherBase.cpp +++ b/src/dataPublisherBase.cpp @@ -1,7 +1,8 @@ /** * @file dataPublisherBase.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the dataPublisher class. diff --git a/src/dataPublisherBase.h b/src/dataPublisherBase.h index bedaa1cf7..3ff0b4237 100644 --- a/src/dataPublisherBase.h +++ b/src/dataPublisherBase.h @@ -1,7 +1,8 @@ /** * @file dataPublisherBase.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the dataPublisher class - a virtual class used by other diff --git a/src/modems/DigiXBee.cpp b/src/modems/DigiXBee.cpp index f179a04ad..4030367f3 100644 --- a/src/modems/DigiXBee.cpp +++ b/src/modems/DigiXBee.cpp @@ -1,7 +1,8 @@ /** * @file DigiXBee.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the DigiXBee class. diff --git a/src/modems/DigiXBee.h b/src/modems/DigiXBee.h index bc72bfc0a..52e522d7a 100644 --- a/src/modems/DigiXBee.h +++ b/src/modems/DigiXBee.h @@ -1,7 +1,8 @@ /** * @file DigiXBee.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DigiXBee modem subclass of loggerModem, which itself is a diff --git a/src/modems/DigiXBee3GBypass.cpp b/src/modems/DigiXBee3GBypass.cpp index 6b494aaa6..9b5906056 100644 --- a/src/modems/DigiXBee3GBypass.cpp +++ b/src/modems/DigiXBee3GBypass.cpp @@ -1,7 +1,8 @@ /** * @file DigiXBee3GBypass.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the DigiXBee3GBypass class. diff --git a/src/modems/DigiXBee3GBypass.h b/src/modems/DigiXBee3GBypass.h index 0e793952d..c9767e34b 100644 --- a/src/modems/DigiXBee3GBypass.h +++ b/src/modems/DigiXBee3GBypass.h @@ -1,7 +1,8 @@ /** * @file DigiXBee3GBypass.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DigiXBee3GBypass subclass of the DigiXBee class for Digi diff --git a/src/modems/DigiXBeeCellularTransparent.cpp b/src/modems/DigiXBeeCellularTransparent.cpp index 5705f8e4e..02eed366e 100644 --- a/src/modems/DigiXBeeCellularTransparent.cpp +++ b/src/modems/DigiXBeeCellularTransparent.cpp @@ -1,7 +1,8 @@ /** * @file DigiXBeeCellularTransparent.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * @author Greg Cutrell * diff --git a/src/modems/DigiXBeeCellularTransparent.h b/src/modems/DigiXBeeCellularTransparent.h index 26ef52fc7..602e2f3a3 100644 --- a/src/modems/DigiXBeeCellularTransparent.h +++ b/src/modems/DigiXBeeCellularTransparent.h @@ -1,7 +1,8 @@ /** * @file DigiXBeeCellularTransparent.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * @author Greg Cutrell * diff --git a/src/modems/DigiXBeeLTEBypass.cpp b/src/modems/DigiXBeeLTEBypass.cpp index 4873c1f4a..3b32264a9 100644 --- a/src/modems/DigiXBeeLTEBypass.cpp +++ b/src/modems/DigiXBeeLTEBypass.cpp @@ -1,7 +1,8 @@ /** * @file DigiXBeeLTEBypass.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the DigiXBeeLTEBypass class. diff --git a/src/modems/DigiXBeeLTEBypass.h b/src/modems/DigiXBeeLTEBypass.h index bd6d2853f..0f473dce7 100644 --- a/src/modems/DigiXBeeLTEBypass.h +++ b/src/modems/DigiXBeeLTEBypass.h @@ -1,7 +1,8 @@ /** * @file DigiXBeeLTEBypass.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DigiXBeeLTEBypass subclass of the DigiXBee class for Digi diff --git a/src/modems/DigiXBeeWifi.cpp b/src/modems/DigiXBeeWifi.cpp index fbfe56aed..07ae21630 100644 --- a/src/modems/DigiXBeeWifi.cpp +++ b/src/modems/DigiXBeeWifi.cpp @@ -1,7 +1,8 @@ /** * @file DigiXBeeWifi.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the DigiXBeeWifi class. diff --git a/src/modems/DigiXBeeWifi.h b/src/modems/DigiXBeeWifi.h index 21355ec90..1c4923286 100644 --- a/src/modems/DigiXBeeWifi.h +++ b/src/modems/DigiXBeeWifi.h @@ -1,7 +1,8 @@ /** * @file DigiXBeeWifi.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DigiXBeeWifi subclass of the DigiXBee class for Digi S6B diff --git a/src/modems/EspressifESP32.h b/src/modems/EspressifESP32.h index 7cbe0468a..d136fec5e 100644 --- a/src/modems/EspressifESP32.h +++ b/src/modems/EspressifESP32.h @@ -1,7 +1,8 @@ /** * @file EspressifESP32.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the EspressifESP32 subclass of loggerModem which is merely a diff --git a/src/modems/EspressifESP8266.cpp b/src/modems/EspressifESP8266.cpp index d4a2bdb1e..d0d6e6ee1 100644 --- a/src/modems/EspressifESP8266.cpp +++ b/src/modems/EspressifESP8266.cpp @@ -1,7 +1,8 @@ /** * @file EspressifESP8266.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the EspressifESP8266 class. diff --git a/src/modems/EspressifESP8266.h b/src/modems/EspressifESP8266.h index 71ce94792..0a2641101 100644 --- a/src/modems/EspressifESP8266.h +++ b/src/modems/EspressifESP8266.h @@ -1,7 +1,8 @@ /** * @file EspressifESP8266.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the EspressifESP8266 subclass of loggerModem which _SHOULD_ diff --git a/src/modems/LoggerModemMacros.h b/src/modems/LoggerModemMacros.h index 8fa3a4be4..9b36d60f0 100644 --- a/src/modems/LoggerModemMacros.h +++ b/src/modems/LoggerModemMacros.h @@ -1,7 +1,8 @@ /** * @file LoggerModemMacros.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains PRE-ROCESSOR MACROS for use with logger modems. diff --git a/src/modems/QuectelBG96.cpp b/src/modems/QuectelBG96.cpp index 8b8a39e96..ca1530654 100644 --- a/src/modems/QuectelBG96.cpp +++ b/src/modems/QuectelBG96.cpp @@ -1,7 +1,8 @@ /** * @file QuectelBG96.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the QuectelBG96 class. diff --git a/src/modems/QuectelBG96.h b/src/modems/QuectelBG96.h index 00fca3d6b..94185ecd4 100644 --- a/src/modems/QuectelBG96.h +++ b/src/modems/QuectelBG96.h @@ -1,7 +1,8 @@ /** * @file QuectelBG96.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the QuectelBG96 subclass of loggerModem for Dragino, diff --git a/src/modems/SIMComSIM7000.cpp b/src/modems/SIMComSIM7000.cpp index dc3f90d06..026fcb93c 100644 --- a/src/modems/SIMComSIM7000.cpp +++ b/src/modems/SIMComSIM7000.cpp @@ -1,7 +1,8 @@ /** * @file SIMComSIM7000.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SIMComSIM7000 class. diff --git a/src/modems/SIMComSIM7000.h b/src/modems/SIMComSIM7000.h index 6ff7511c4..ad23daa76 100644 --- a/src/modems/SIMComSIM7000.h +++ b/src/modems/SIMComSIM7000.h @@ -1,7 +1,8 @@ /** * @file SIMComSIM7000.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SIMComSIM7000 subclass of loggerModem for diff --git a/src/modems/SIMComSIM7080.cpp b/src/modems/SIMComSIM7080.cpp index 1c6874c36..834712154 100644 --- a/src/modems/SIMComSIM7080.cpp +++ b/src/modems/SIMComSIM7080.cpp @@ -1,7 +1,8 @@ /** * @file SIMComSIM7080.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SIMComSIM7080 class. diff --git a/src/modems/SIMComSIM7080.h b/src/modems/SIMComSIM7080.h index 26a1d643d..ef0f10e2e 100644 --- a/src/modems/SIMComSIM7080.h +++ b/src/modems/SIMComSIM7080.h @@ -1,7 +1,8 @@ /** * @file SIMComSIM7080.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SIMComSIM7080 subclass of loggerModem for diff --git a/src/modems/SIMComSIM800.cpp b/src/modems/SIMComSIM800.cpp index f3211390f..94d0ee942 100644 --- a/src/modems/SIMComSIM800.cpp +++ b/src/modems/SIMComSIM800.cpp @@ -1,7 +1,8 @@ /** * @file SIMComSIM800.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SIMComSIM800 class. diff --git a/src/modems/SIMComSIM800.h b/src/modems/SIMComSIM800.h index 751fc853c..51ebeb421 100644 --- a/src/modems/SIMComSIM800.h +++ b/src/modems/SIMComSIM800.h @@ -1,7 +1,8 @@ /** * @file SIMComSIM800.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SIMComSIM800 subclass of loggerModem for Adafruit Fona diff --git a/src/modems/SequansMonarch.cpp b/src/modems/SequansMonarch.cpp index 01e82f87b..4ea31e30b 100644 --- a/src/modems/SequansMonarch.cpp +++ b/src/modems/SequansMonarch.cpp @@ -1,7 +1,8 @@ /** * @file SequansMonarch.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SequansMonarch class. diff --git a/src/modems/SequansMonarch.h b/src/modems/SequansMonarch.h index 5a08de4e8..a1262ef90 100644 --- a/src/modems/SequansMonarch.h +++ b/src/modems/SequansMonarch.h @@ -1,7 +1,8 @@ /** * @file SequansMonarch.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SequansMonarch subclass of loggerModem for Nimbelink or diff --git a/src/modems/Sodaq2GBeeR6.cpp b/src/modems/Sodaq2GBeeR6.cpp index 204e3ec38..8d75f67a0 100644 --- a/src/modems/Sodaq2GBeeR6.cpp +++ b/src/modems/Sodaq2GBeeR6.cpp @@ -1,7 +1,8 @@ /** * @file Sodaq2GBeeR6.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the Sodaq2GBeeR6 class. diff --git a/src/modems/Sodaq2GBeeR6.h b/src/modems/Sodaq2GBeeR6.h index 013385ace..07302642b 100644 --- a/src/modems/Sodaq2GBeeR6.h +++ b/src/modems/Sodaq2GBeeR6.h @@ -1,7 +1,8 @@ /** * @file Sodaq2GBeeR6.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the Sodaq2GBeeR6 subclass of the SIMComSIM800 class and is diff --git a/src/modems/SodaqUBeeR410M.cpp b/src/modems/SodaqUBeeR410M.cpp index b7a4090ea..76f419aec 100644 --- a/src/modems/SodaqUBeeR410M.cpp +++ b/src/modems/SodaqUBeeR410M.cpp @@ -1,7 +1,8 @@ /** * @file SodaqUBeeR410M.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SodaqUBeeR410M class. diff --git a/src/modems/SodaqUBeeR410M.h b/src/modems/SodaqUBeeR410M.h index 8d2d3af71..103b52747 100644 --- a/src/modems/SodaqUBeeR410M.h +++ b/src/modems/SodaqUBeeR410M.h @@ -1,7 +1,8 @@ /** * @file SodaqUBeeR410M.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SodaqUBeeR410M subclass of loggerModem for the Sodaq UBee diff --git a/src/modems/SodaqUBeeU201.cpp b/src/modems/SodaqUBeeU201.cpp index 543f19168..6e7b33e58 100644 --- a/src/modems/SodaqUBeeU201.cpp +++ b/src/modems/SodaqUBeeU201.cpp @@ -1,7 +1,8 @@ /** * @file SodaqUBeeU201.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SodaqUBeeU201 class. diff --git a/src/modems/SodaqUBeeU201.h b/src/modems/SodaqUBeeU201.h index 666a83f00..e71e7eb85 100644 --- a/src/modems/SodaqUBeeU201.h +++ b/src/modems/SodaqUBeeU201.h @@ -1,7 +1,8 @@ /** * @file SodaqUBeeU201.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SodaqUBeeU201 subclass of loggerModem for the Sodaq UBee diff --git a/src/publishers/DreamHostPublisher.cpp b/src/publishers/DreamHostPublisher.cpp index 74412523e..40ffad715 100644 --- a/src/publishers/DreamHostPublisher.cpp +++ b/src/publishers/DreamHostPublisher.cpp @@ -1,7 +1,8 @@ /** * @file DreamHostPublisher.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the DreamHostPublisher class. diff --git a/src/publishers/DreamHostPublisher.h b/src/publishers/DreamHostPublisher.h index 64a465be6..ba88e4d11 100644 --- a/src/publishers/DreamHostPublisher.h +++ b/src/publishers/DreamHostPublisher.h @@ -1,7 +1,8 @@ /** * @file DreamHostPublisher.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DreamHostPublisher subclass of dataPublisher for diff --git a/src/publishers/EnviroDIYPublisher.cpp b/src/publishers/EnviroDIYPublisher.cpp index ec65e0f48..7afc0dbe7 100644 --- a/src/publishers/EnviroDIYPublisher.cpp +++ b/src/publishers/EnviroDIYPublisher.cpp @@ -1,7 +1,8 @@ /** * @file EnviroDIYPublisher.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the EnviroDIYPublisher class. diff --git a/src/publishers/EnviroDIYPublisher.h b/src/publishers/EnviroDIYPublisher.h index 742681dc6..025ece3df 100644 --- a/src/publishers/EnviroDIYPublisher.h +++ b/src/publishers/EnviroDIYPublisher.h @@ -1,7 +1,8 @@ /** * @file EnviroDIYPublisher.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the EnviroDIYPublisher subclass of dataPublisher for diff --git a/src/publishers/ThingSpeakPublisher.cpp b/src/publishers/ThingSpeakPublisher.cpp index b3c9fb706..f13780260 100644 --- a/src/publishers/ThingSpeakPublisher.cpp +++ b/src/publishers/ThingSpeakPublisher.cpp @@ -1,7 +1,8 @@ /** * @file ThingSpeakPublisher.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the ThingSpeakPublisher class. diff --git a/src/publishers/ThingSpeakPublisher.h b/src/publishers/ThingSpeakPublisher.h index b0dec9cf1..1a924b500 100644 --- a/src/publishers/ThingSpeakPublisher.h +++ b/src/publishers/ThingSpeakPublisher.h @@ -1,7 +1,8 @@ /** * @file ThingSpeakPublisher.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the ThingSpeakPublisher subclass of dataPublisher for diff --git a/src/publishers/UbidotsPublisher.cpp b/src/publishers/UbidotsPublisher.cpp index 5477345a4..4a111d631 100644 --- a/src/publishers/UbidotsPublisher.cpp +++ b/src/publishers/UbidotsPublisher.cpp @@ -1,7 +1,8 @@ /** * @file UbidotsPublisher.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Greg Cutrell * @author Sara Geleskie Damiano * diff --git a/src/publishers/UbidotsPublisher.h b/src/publishers/UbidotsPublisher.h index 6f4a7f328..c8926eb2e 100644 --- a/src/publishers/UbidotsPublisher.h +++ b/src/publishers/UbidotsPublisher.h @@ -1,7 +1,8 @@ /** * @file UbidotsPublisher.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Greg Cutrell * @author Sara Geleskie Damiano * diff --git a/src/sensors/AOSongAM2315.cpp b/src/sensors/AOSongAM2315.cpp index bf801c334..7735dd11b 100644 --- a/src/sensors/AOSongAM2315.cpp +++ b/src/sensors/AOSongAM2315.cpp @@ -1,7 +1,8 @@ /** * @file AOSongAM2315.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the AOSongAM2315 class. diff --git a/src/sensors/AOSongAM2315.h b/src/sensors/AOSongAM2315.h index 33ff73ca5..2788b5842 100644 --- a/src/sensors/AOSongAM2315.h +++ b/src/sensors/AOSongAM2315.h @@ -1,7 +1,8 @@ /** * @file AOSongAM2315.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the AOSongAM2315 sensor subclass and the variable subclasses diff --git a/src/sensors/AOSongDHT.cpp b/src/sensors/AOSongDHT.cpp index f00dc0557..8475feb3f 100644 --- a/src/sensors/AOSongDHT.cpp +++ b/src/sensors/AOSongDHT.cpp @@ -1,7 +1,8 @@ /** * @file AOSongDHT.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the AOSongDHT class. diff --git a/src/sensors/AOSongDHT.h b/src/sensors/AOSongDHT.h index eb206e3cf..45e99f55e 100644 --- a/src/sensors/AOSongDHT.h +++ b/src/sensors/AOSongDHT.h @@ -1,7 +1,8 @@ /** * @file AOSongDHT.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the AOSongDHT sensor subclass and the variable subclasses diff --git a/src/sensors/AnalogElecConductivity.cpp b/src/sensors/AnalogElecConductivity.cpp index 560558080..deed2dee1 100644 --- a/src/sensors/AnalogElecConductivity.cpp +++ b/src/sensors/AnalogElecConductivity.cpp @@ -1,6 +1,6 @@ /** * @file AnalogElecConductivity.cpp - * @copyright 2017-2022 Stroud Water Research Center + * @copyright 2017-2024 Stroud Water Research Center * Part of the EnviroDIY ModularSensors library * @copyright 2020 Neil Hancock * diff --git a/src/sensors/AnalogElecConductivity.h b/src/sensors/AnalogElecConductivity.h index d29d96672..9d1b263db 100644 --- a/src/sensors/AnalogElecConductivity.h +++ b/src/sensors/AnalogElecConductivity.h @@ -1,6 +1,6 @@ /** * @file AnalogElecConductivity.h - * @copyright 2017-2022 Stroud Water Research Center + * @copyright 2017-2024 Stroud Water Research Center * Part of the EnviroDIY ModularSensors library * @copyright 2020 Neil Hancock * @author Written By: Neil Hancock ; Edited by Sara diff --git a/src/sensors/ApogeeSQ212.cpp b/src/sensors/ApogeeSQ212.cpp index 9a0936712..ff5936b76 100644 --- a/src/sensors/ApogeeSQ212.cpp +++ b/src/sensors/ApogeeSQ212.cpp @@ -1,7 +1,8 @@ /** * @file ApogeeSQ212.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * Adapted from CampbellOBS3.cpp by Sara Geleskie Damiano diff --git a/src/sensors/ApogeeSQ212.h b/src/sensors/ApogeeSQ212.h index cad5dca4f..c2b4d3c24 100644 --- a/src/sensors/ApogeeSQ212.h +++ b/src/sensors/ApogeeSQ212.h @@ -1,7 +1,8 @@ /** * @file ApogeeSQ212.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * Adapted from CampbellOBS3.h by Sara Geleskie Damiano diff --git a/src/sensors/AtlasParent.cpp b/src/sensors/AtlasParent.cpp index 94496c2df..a055ebb5a 100644 --- a/src/sensors/AtlasParent.cpp +++ b/src/sensors/AtlasParent.cpp @@ -1,7 +1,8 @@ /** * @file AtlasParent.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasParent.h b/src/sensors/AtlasParent.h index 6e308b143..e872f3204 100644 --- a/src/sensors/AtlasParent.h +++ b/src/sensors/AtlasParent.h @@ -1,7 +1,8 @@ /** * @file AtlasParent.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificCO2.cpp b/src/sensors/AtlasScientificCO2.cpp index 8c17ebfc2..df2994d4e 100644 --- a/src/sensors/AtlasScientificCO2.cpp +++ b/src/sensors/AtlasScientificCO2.cpp @@ -1,7 +1,8 @@ /** * @file AtlasScientificCO2.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificCO2.h b/src/sensors/AtlasScientificCO2.h index 559fdce73..fdaa99cea 100644 --- a/src/sensors/AtlasScientificCO2.h +++ b/src/sensors/AtlasScientificCO2.h @@ -1,7 +1,8 @@ /** * @file AtlasScientificCO2.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificDO.cpp b/src/sensors/AtlasScientificDO.cpp index 5994be05b..5a46e246e 100644 --- a/src/sensors/AtlasScientificDO.cpp +++ b/src/sensors/AtlasScientificDO.cpp @@ -1,7 +1,8 @@ /** * @file AtlasScientificDO.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificDO.h b/src/sensors/AtlasScientificDO.h index 76f0ba693..3cafe86c9 100644 --- a/src/sensors/AtlasScientificDO.h +++ b/src/sensors/AtlasScientificDO.h @@ -1,7 +1,8 @@ /** * @file AtlasScientificDO.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificEC.cpp b/src/sensors/AtlasScientificEC.cpp index d91e087af..e35513a0f 100644 --- a/src/sensors/AtlasScientificEC.cpp +++ b/src/sensors/AtlasScientificEC.cpp @@ -1,7 +1,8 @@ /** * @file AtlasScientificEC.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificEC.h b/src/sensors/AtlasScientificEC.h index 746702b38..9908c810f 100644 --- a/src/sensors/AtlasScientificEC.h +++ b/src/sensors/AtlasScientificEC.h @@ -1,7 +1,8 @@ /** * @file AtlasScientificEC.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificORP.h b/src/sensors/AtlasScientificORP.h index 8219997c1..e722dfc38 100644 --- a/src/sensors/AtlasScientificORP.h +++ b/src/sensors/AtlasScientificORP.h @@ -1,7 +1,8 @@ /** * @file AtlasScientificORP.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificRTD.h b/src/sensors/AtlasScientificRTD.h index 2502e64d2..b9b20b066 100644 --- a/src/sensors/AtlasScientificRTD.h +++ b/src/sensors/AtlasScientificRTD.h @@ -1,7 +1,8 @@ /** * @file AtlasScientificRTD.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/AtlasScientificpH.h b/src/sensors/AtlasScientificpH.h index f2c7c2e97..c2d198445 100644 --- a/src/sensors/AtlasScientificpH.h +++ b/src/sensors/AtlasScientificpH.h @@ -1,7 +1,8 @@ /** * @file AtlasScientificpH.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Initial developement for Atlas Sensors was done by Adam Gold * Files were edited by Sara Damiano * diff --git a/src/sensors/BoschBME280.cpp b/src/sensors/BoschBME280.cpp index 13bfcac80..ac63bcf00 100644 --- a/src/sensors/BoschBME280.cpp +++ b/src/sensors/BoschBME280.cpp @@ -1,7 +1,8 @@ /** * @file BoschBME280.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the BoschBME280 class. diff --git a/src/sensors/BoschBME280.h b/src/sensors/BoschBME280.h index bd9b77e5d..6edd6ac26 100644 --- a/src/sensors/BoschBME280.h +++ b/src/sensors/BoschBME280.h @@ -1,7 +1,8 @@ /** * @file BoschBME280.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the BoschBME280 sensor subclass and the variable subclasses diff --git a/src/sensors/BoschBMP3xx.cpp b/src/sensors/BoschBMP3xx.cpp index e3797aadf..6a7bfdf3e 100644 --- a/src/sensors/BoschBMP3xx.cpp +++ b/src/sensors/BoschBMP3xx.cpp @@ -1,7 +1,8 @@ /** * @file BoschBMP3xx.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the BoschBMP3xx class. diff --git a/src/sensors/BoschBMP3xx.h b/src/sensors/BoschBMP3xx.h index d64e1d68c..9f7899d61 100644 --- a/src/sensors/BoschBMP3xx.h +++ b/src/sensors/BoschBMP3xx.h @@ -1,7 +1,8 @@ /** * @file BoschBMP3xx.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the BoschBMP3xx sensor subclass and the variable subclasses diff --git a/src/sensors/CampbellClariVUE10.h b/src/sensors/CampbellClariVUE10.h index 3f3f0ca8e..3b6012221 100644 --- a/src/sensors/CampbellClariVUE10.h +++ b/src/sensors/CampbellClariVUE10.h @@ -1,7 +1,8 @@ /** * @file CampbellClariVUE10.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the CampbellClariVUE10 sensor subclass and the variable diff --git a/src/sensors/CampbellOBS3.cpp b/src/sensors/CampbellOBS3.cpp index bd270d683..fc7ab97d7 100644 --- a/src/sensors/CampbellOBS3.cpp +++ b/src/sensors/CampbellOBS3.cpp @@ -1,7 +1,8 @@ /** * @file CampbellOBS3.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the CampbellOBS3 class. diff --git a/src/sensors/CampbellOBS3.h b/src/sensors/CampbellOBS3.h index 7b0a0a9f9..bfe92c782 100644 --- a/src/sensors/CampbellOBS3.h +++ b/src/sensors/CampbellOBS3.h @@ -1,7 +1,8 @@ /** * @file CampbellOBS3.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the CampbellOBS3 sensor subclass and the variable subclasses diff --git a/src/sensors/CampbellRainVUE10.h b/src/sensors/CampbellRainVUE10.h index 41f0c8b45..bbf8b938c 100644 --- a/src/sensors/CampbellRainVUE10.h +++ b/src/sensors/CampbellRainVUE10.h @@ -1,7 +1,8 @@ /** * @file CampbellRainVUE10.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the CampbellRainVUE10 sensor subclass and the variable diff --git a/src/sensors/Decagon5TM.cpp b/src/sensors/Decagon5TM.cpp index 9244afdc3..e5bfb046a 100644 --- a/src/sensors/Decagon5TM.cpp +++ b/src/sensors/Decagon5TM.cpp @@ -1,7 +1,8 @@ /** * @file Decagon5TM.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the Decagon5TM class. diff --git a/src/sensors/Decagon5TM.h b/src/sensors/Decagon5TM.h index a0f18c4bb..fcee6d289 100644 --- a/src/sensors/Decagon5TM.h +++ b/src/sensors/Decagon5TM.h @@ -1,7 +1,8 @@ /** * @file Decagon5TM.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the Decagon5TM subclass of the SDI12Sensors class along with diff --git a/src/sensors/DecagonCTD.h b/src/sensors/DecagonCTD.h index 9649a3f32..59efae7d3 100644 --- a/src/sensors/DecagonCTD.h +++ b/src/sensors/DecagonCTD.h @@ -1,7 +1,8 @@ /** * @file DecagonCTD.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DecagonCTD subclass of the SDI12Sensors class along with diff --git a/src/sensors/DecagonES2.h b/src/sensors/DecagonES2.h index 11e55ba74..956847ebd 100644 --- a/src/sensors/DecagonES2.h +++ b/src/sensors/DecagonES2.h @@ -1,7 +1,8 @@ /** * @file DecagonES2.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the DecagonES2 subclass of the SDI12Sensors class along with diff --git a/src/sensors/EverlightALSPT19.cpp b/src/sensors/EverlightALSPT19.cpp index e34d25816..9f885f87f 100644 --- a/src/sensors/EverlightALSPT19.cpp +++ b/src/sensors/EverlightALSPT19.cpp @@ -1,7 +1,8 @@ /** * @file EverlightALSPT19.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the EverlightALSPT19 class. diff --git a/src/sensors/EverlightALSPT19.h b/src/sensors/EverlightALSPT19.h index 3518e879f..53508dd45 100644 --- a/src/sensors/EverlightALSPT19.h +++ b/src/sensors/EverlightALSPT19.h @@ -1,7 +1,8 @@ /** * @file EverlightALSPT19.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the EverlightALSPT19 sensor subclass and the variable diff --git a/src/sensors/ExternalVoltage.h b/src/sensors/ExternalVoltage.h index 3ad9e6672..308bbd0a2 100644 --- a/src/sensors/ExternalVoltage.h +++ b/src/sensors/ExternalVoltage.h @@ -1,7 +1,8 @@ /** * @file ExternalVoltage.h * - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * Adapted from CampbellOBS3.h by Sara Geleskie Damiano diff --git a/src/sensors/FreescaleMPL115A2.cpp b/src/sensors/FreescaleMPL115A2.cpp index a1b817d44..98367d49a 100644 --- a/src/sensors/FreescaleMPL115A2.cpp +++ b/src/sensors/FreescaleMPL115A2.cpp @@ -1,7 +1,8 @@ /** * @file FreescaleMPL115A2.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/FreescaleMPL115A2.h b/src/sensors/FreescaleMPL115A2.h index 8fb079dc1..1a27efdfc 100644 --- a/src/sensors/FreescaleMPL115A2.h +++ b/src/sensors/FreescaleMPL115A2.h @@ -1,7 +1,8 @@ /** * @file FreescaleMPL115A2.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/InSituRDO.h b/src/sensors/InSituRDO.h index 5c468ef33..09e43ba9e 100644 --- a/src/sensors/InSituRDO.h +++ b/src/sensors/InSituRDO.h @@ -1,7 +1,8 @@ /** * @file InSituRDO.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the InSituRDO sensor subclass and the variable subclasses diff --git a/src/sensors/InSituTrollSdi12a.h b/src/sensors/InSituTrollSdi12a.h index 442f60895..dc200c820 100644 --- a/src/sensors/InSituTrollSdi12a.h +++ b/src/sensors/InSituTrollSdi12a.h @@ -1,6 +1,6 @@ /* * @file InSituTrollSdi12a.h - * @copyright 2017-2022 Stroud Water Research Center + * @copyright 2017-2024 Stroud Water Research Center * Part of the EnviroDIY modular sensors * @author Neil Hancock https://github.com/neilh10/ModularSensors/ * @author Sara Geleskie Damiano diff --git a/src/sensors/KellerAcculevel.h b/src/sensors/KellerAcculevel.h index 7a60fbd1b..45e81a439 100644 --- a/src/sensors/KellerAcculevel.h +++ b/src/sensors/KellerAcculevel.h @@ -1,7 +1,8 @@ /** * @file KellerAcculevel.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/KellerNanolevel.h b/src/sensors/KellerNanolevel.h index e3449d7a7..bcffae086 100644 --- a/src/sensors/KellerNanolevel.h +++ b/src/sensors/KellerNanolevel.h @@ -1,7 +1,8 @@ /** * @file KellerNanolevel.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe and Neil * Hancock Edited by Sara Geleskie Damiano * diff --git a/src/sensors/KellerParent.cpp b/src/sensors/KellerParent.cpp index ff51a1e3e..b0cc878cf 100644 --- a/src/sensors/KellerParent.cpp +++ b/src/sensors/KellerParent.cpp @@ -1,7 +1,8 @@ /** * @file KellerParent.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/KellerParent.h b/src/sensors/KellerParent.h index 98e26e490..98e7c70b1 100644 --- a/src/sensors/KellerParent.h +++ b/src/sensors/KellerParent.h @@ -1,7 +1,8 @@ /** * @file KellerParent.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/MaxBotixSonar.cpp b/src/sensors/MaxBotixSonar.cpp index 001d1093d..84dfac7b8 100644 --- a/src/sensors/MaxBotixSonar.cpp +++ b/src/sensors/MaxBotixSonar.cpp @@ -1,7 +1,8 @@ /** * @file MaxBotixSonar.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the MaxBotixSonar class. diff --git a/src/sensors/MaxBotixSonar.h b/src/sensors/MaxBotixSonar.h index 676886f6f..8c0a43b06 100644 --- a/src/sensors/MaxBotixSonar.h +++ b/src/sensors/MaxBotixSonar.h @@ -1,7 +1,8 @@ /** * @file MaxBotixSonar.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the MaxBotixSonar sensor subclass and the MaxBotixSonar_Range diff --git a/src/sensors/MaximDS18.cpp b/src/sensors/MaximDS18.cpp index d1f6d010c..93946c6b4 100644 --- a/src/sensors/MaximDS18.cpp +++ b/src/sensors/MaximDS18.cpp @@ -1,7 +1,8 @@ /** * @file MaximDS18.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the MaximDS18 class. diff --git a/src/sensors/MaximDS18.h b/src/sensors/MaximDS18.h index d5de1c32d..09562d726 100644 --- a/src/sensors/MaximDS18.h +++ b/src/sensors/MaximDS18.h @@ -1,7 +1,8 @@ /** * @file MaximDS18.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the MaximDS18 sensor subclass and the MaximDS18_Temp variable diff --git a/src/sensors/MaximDS3231.cpp b/src/sensors/MaximDS3231.cpp index e5d601909..21431a0ff 100644 --- a/src/sensors/MaximDS3231.cpp +++ b/src/sensors/MaximDS3231.cpp @@ -1,7 +1,8 @@ /** * @file MaximDS3231.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the MaximDS18 class. diff --git a/src/sensors/MaximDS3231.h b/src/sensors/MaximDS3231.h index 9be37f0fc..42f0f9b98 100644 --- a/src/sensors/MaximDS3231.h +++ b/src/sensors/MaximDS3231.h @@ -1,7 +1,8 @@ /** * @file MaximDS3231.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the MaximDS3231 sensor subclass and the MaximDS3231_Temp diff --git a/src/sensors/MeaSpecMS5803.cpp b/src/sensors/MeaSpecMS5803.cpp index 7569ba6a1..0e2a9ca84 100644 --- a/src/sensors/MeaSpecMS5803.cpp +++ b/src/sensors/MeaSpecMS5803.cpp @@ -1,7 +1,8 @@ /** * @file MeaSpecMS5803.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Anthony Aufdenkampe with help from Beth * Fisher, Evan Host and Bobby Schulz. * Edited by Sara Geleskie Damiano diff --git a/src/sensors/MeaSpecMS5803.h b/src/sensors/MeaSpecMS5803.h index e16650782..f8c764685 100644 --- a/src/sensors/MeaSpecMS5803.h +++ b/src/sensors/MeaSpecMS5803.h @@ -1,7 +1,8 @@ /** * @file MeaSpecMS5803.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Anthony Aufdenkampe with help from Beth * Fisher, Evan Host and Bobby Schulz. * Heavliy edited by Sara Geleskie Damiano diff --git a/src/sensors/MeterHydros21.h b/src/sensors/MeterHydros21.h index e948c4751..f66b8f926 100644 --- a/src/sensors/MeterHydros21.h +++ b/src/sensors/MeterHydros21.h @@ -1,7 +1,8 @@ /** * @file MeterHydros21.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the MeterHydros21 subclass of the SDI12Sensors class along diff --git a/src/sensors/MeterTeros11.cpp b/src/sensors/MeterTeros11.cpp index bf8dab12c..d6e4b4e15 100644 --- a/src/sensors/MeterTeros11.cpp +++ b/src/sensors/MeterTeros11.cpp @@ -1,7 +1,8 @@ /** * @file MeterTeros11.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/MeterTeros11.h b/src/sensors/MeterTeros11.h index d75b7b777..6f8b92361 100644 --- a/src/sensors/MeterTeros11.h +++ b/src/sensors/MeterTeros11.h @@ -1,7 +1,8 @@ /** * @file MeterTeros11.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/PaleoTerraRedox.h b/src/sensors/PaleoTerraRedox.h index 64a4c8ce1..6419bf0cc 100644 --- a/src/sensors/PaleoTerraRedox.h +++ b/src/sensors/PaleoTerraRedox.h @@ -1,7 +1,8 @@ /** * @file PaleoTerraRedox.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Anthony Aufdenkampe with help from Beth * Fisher, Evan Host and Bobby Schulz. * Heavliy edited by Sara Geleskie Damiano diff --git a/src/sensors/ProcessorStats.cpp b/src/sensors/ProcessorStats.cpp index 3dd860646..791ee60a4 100644 --- a/src/sensors/ProcessorStats.cpp +++ b/src/sensors/ProcessorStats.cpp @@ -1,7 +1,8 @@ /** * @file ProcessorStats.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the ProcessorStats class. diff --git a/src/sensors/ProcessorStats.h b/src/sensors/ProcessorStats.h index 29babfbd0..34b4d95ff 100644 --- a/src/sensors/ProcessorStats.h +++ b/src/sensors/ProcessorStats.h @@ -1,7 +1,8 @@ /** * @file ProcessorStats.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the ProcessorStats sensor subclass and the variable diff --git a/src/sensors/RainCounterI2C.cpp b/src/sensors/RainCounterI2C.cpp index a334a6895..b2777f1cf 100644 --- a/src/sensors/RainCounterI2C.cpp +++ b/src/sensors/RainCounterI2C.cpp @@ -1,7 +1,8 @@ /** * @file RainCounterI2C.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/RainCounterI2C.h b/src/sensors/RainCounterI2C.h index 80f617368..69034d88c 100644 --- a/src/sensors/RainCounterI2C.h +++ b/src/sensors/RainCounterI2C.h @@ -1,7 +1,8 @@ /** * @file RainCounterI2C.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/SDI12Sensors.cpp b/src/sensors/SDI12Sensors.cpp index 90665fce2..e7fb298be 100644 --- a/src/sensors/SDI12Sensors.cpp +++ b/src/sensors/SDI12Sensors.cpp @@ -1,7 +1,8 @@ /** * @file SDI12Sensors.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SDI12Sensors class. diff --git a/src/sensors/SDI12Sensors.h b/src/sensors/SDI12Sensors.h index 3b2016f2e..d779a8591 100644 --- a/src/sensors/SDI12Sensors.h +++ b/src/sensors/SDI12Sensors.h @@ -1,7 +1,8 @@ /** * @file SDI12Sensors.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SDI12Sensors sensor subclass, itself a parent class for diff --git a/src/sensors/SensirionSHT4x.cpp b/src/sensors/SensirionSHT4x.cpp index 62615e0c8..c63a042f6 100644 --- a/src/sensors/SensirionSHT4x.cpp +++ b/src/sensors/SensirionSHT4x.cpp @@ -1,7 +1,8 @@ /** * @file SensirionSHT4x.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the SensirionSHT4x class. diff --git a/src/sensors/SensirionSHT4x.h b/src/sensors/SensirionSHT4x.h index d240b8708..39e0e1e60 100644 --- a/src/sensors/SensirionSHT4x.h +++ b/src/sensors/SensirionSHT4x.h @@ -1,7 +1,8 @@ /** * @file SensirionSHT4x.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the SensirionSHT4x sensor subclass and the variable diff --git a/src/sensors/TIADS1x15.cpp b/src/sensors/TIADS1x15.cpp index bd9119d47..edb2b5d77 100644 --- a/src/sensors/TIADS1x15.cpp +++ b/src/sensors/TIADS1x15.cpp @@ -1,7 +1,8 @@ /** * @file TIADS1x15.cpp * - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * Adapted from CampbellOBS3.h by Sara Geleskie Damiano diff --git a/src/sensors/TIADS1x15.h b/src/sensors/TIADS1x15.h index 7e4803802..cc13be6f7 100644 --- a/src/sensors/TIADS1x15.h +++ b/src/sensors/TIADS1x15.h @@ -1,7 +1,8 @@ /** * @file TIADS1x15.h * - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Bobby Schulz * Edited by Sara Geleskie Damiano * Adapted from CampbellOBS3.h by Sara Geleskie Damiano diff --git a/src/sensors/TIINA219.cpp b/src/sensors/TIINA219.cpp index 3042ecb65..d1a82b212 100644 --- a/src/sensors/TIINA219.cpp +++ b/src/sensors/TIINA219.cpp @@ -1,7 +1,8 @@ /** * @file TIINA219.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Neil Hancock * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/TIINA219.h b/src/sensors/TIINA219.h index 8bb9189b4..0f0995030 100644 --- a/src/sensors/TIINA219.h +++ b/src/sensors/TIINA219.h @@ -1,7 +1,8 @@ /** * @file TIINA219.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Neil Hancock * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/TallyCounterI2C.cpp b/src/sensors/TallyCounterI2C.cpp index 79ccd9571..47df771fc 100644 --- a/src/sensors/TallyCounterI2C.cpp +++ b/src/sensors/TallyCounterI2C.cpp @@ -1,7 +1,8 @@ /** * @file TallyCounterI2C.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/TallyCounterI2C.h b/src/sensors/TallyCounterI2C.h index 79dbb1fc5..a42fd13f9 100644 --- a/src/sensors/TallyCounterI2C.h +++ b/src/sensors/TallyCounterI2C.h @@ -1,7 +1,8 @@ /** * @file TallyCounterI2C.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/TurnerCyclops.cpp b/src/sensors/TurnerCyclops.cpp index ee5864267..0f74fc0e9 100644 --- a/src/sensors/TurnerCyclops.cpp +++ b/src/sensors/TurnerCyclops.cpp @@ -1,7 +1,8 @@ /** * @file TurnerCyclops.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the TurnerCyclops class. diff --git a/src/sensors/TurnerCyclops.h b/src/sensors/TurnerCyclops.h index 1db566b9a..753e61433 100644 --- a/src/sensors/TurnerCyclops.h +++ b/src/sensors/TurnerCyclops.h @@ -1,7 +1,8 @@ /** * @file TurnerCyclops.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the TurnerCyclops sensor subclass and the variable subclasses diff --git a/src/sensors/YosemitechParent.cpp b/src/sensors/YosemitechParent.cpp index 6100c833e..eebe0e6b4 100644 --- a/src/sensors/YosemitechParent.cpp +++ b/src/sensors/YosemitechParent.cpp @@ -1,7 +1,8 @@ /** * @file YosemitechParent.cpp - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Implements the YosemitechParent class. diff --git a/src/sensors/YosemitechParent.h b/src/sensors/YosemitechParent.h index b3fa4bcbe..b034177b1 100644 --- a/src/sensors/YosemitechParent.h +++ b/src/sensors/YosemitechParent.h @@ -1,7 +1,8 @@ /** * @file YosemitechParent.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechParent sensor subclass, itself a parent class diff --git a/src/sensors/YosemitechY4000.h b/src/sensors/YosemitechY4000.h index 70a7ca487..400d61ddc 100644 --- a/src/sensors/YosemitechY4000.h +++ b/src/sensors/YosemitechY4000.h @@ -1,7 +1,8 @@ /** * @file YosemitechY4000.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Written By: Anthony Aufdenkampe * Edited by Sara Geleskie Damiano * diff --git a/src/sensors/YosemitechY504.h b/src/sensors/YosemitechY504.h index db28088d3..2f5ff2019 100644 --- a/src/sensors/YosemitechY504.h +++ b/src/sensors/YosemitechY504.h @@ -1,7 +1,8 @@ /** * @file YosemitechY504.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY504 sensor subclass and the variable diff --git a/src/sensors/YosemitechY510.h b/src/sensors/YosemitechY510.h index 85b832375..c726f67d3 100644 --- a/src/sensors/YosemitechY510.h +++ b/src/sensors/YosemitechY510.h @@ -1,7 +1,8 @@ /** * @file YosemitechY510.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY510 sensor subclass and the variable diff --git a/src/sensors/YosemitechY511.h b/src/sensors/YosemitechY511.h index 63947ea45..e49ee49ae 100644 --- a/src/sensors/YosemitechY511.h +++ b/src/sensors/YosemitechY511.h @@ -1,7 +1,8 @@ /** * @file YosemitechY511.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY511 sensor subclass and the variable diff --git a/src/sensors/YosemitechY514.h b/src/sensors/YosemitechY514.h index 60158bb22..138f44cea 100644 --- a/src/sensors/YosemitechY514.h +++ b/src/sensors/YosemitechY514.h @@ -1,7 +1,8 @@ /** * @file YosemitechY514.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY514 sensor subclass and the variable diff --git a/src/sensors/YosemitechY520.h b/src/sensors/YosemitechY520.h index 9f673fee2..755db66e6 100644 --- a/src/sensors/YosemitechY520.h +++ b/src/sensors/YosemitechY520.h @@ -1,7 +1,8 @@ /** * @file YosemitechY520.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY520 sensor subclass and the variable diff --git a/src/sensors/YosemitechY532.h b/src/sensors/YosemitechY532.h index 8ce218470..3ca91bdec 100644 --- a/src/sensors/YosemitechY532.h +++ b/src/sensors/YosemitechY532.h @@ -1,7 +1,8 @@ /** * @file YosemitechY532.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY532 sensor subclass and the variable diff --git a/src/sensors/YosemitechY533.h b/src/sensors/YosemitechY533.h index a5c170bfe..8e5e81627 100644 --- a/src/sensors/YosemitechY533.h +++ b/src/sensors/YosemitechY533.h @@ -1,7 +1,8 @@ /** * @file YosemitechY533.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY533 sensor subclass and the variable diff --git a/src/sensors/YosemitechY551.h b/src/sensors/YosemitechY551.h index 7227f61b7..8cc2fbb13 100644 --- a/src/sensors/YosemitechY551.h +++ b/src/sensors/YosemitechY551.h @@ -1,7 +1,8 @@ /** * @file YosemitechY551.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY551 sensor subclass and the variable diff --git a/src/sensors/YosemitechY560.h b/src/sensors/YosemitechY560.h index 6d8d44795..31bb9227c 100644 --- a/src/sensors/YosemitechY560.h +++ b/src/sensors/YosemitechY560.h @@ -1,7 +1,8 @@ /** * @file YosemitechY560.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the YosemitechY560 sensor subclass and the variable diff --git a/src/sensors/YosemitechY700.h b/src/sensors/YosemitechY700.h index 83cde2428..f4923a472 100644 --- a/src/sensors/YosemitechY700.h +++ b/src/sensors/YosemitechY700.h @@ -1,7 +1,8 @@ /** * @file YosemitechY700.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Anthony Aufdenkampe * * @brief Contains the YosemitechY700 sensor subclass and the variable diff --git a/src/sensors/ZebraTechDOpto.h b/src/sensors/ZebraTechDOpto.h index 92e618d23..26c4780d1 100644 --- a/src/sensors/ZebraTechDOpto.h +++ b/src/sensors/ZebraTechDOpto.h @@ -1,7 +1,8 @@ /** * @file ZebraTechDOpto.h - * @copyright 2017-2022 Stroud Water Research Center - * Part of the EnviroDIY ModularSensors library for Arduino + * @copyright Stroud Water Research Center + * Part of the EnviroDIY ModularSensors library for Arduino. + * This library is published under the BSD-3 license. * @author Sara Geleskie Damiano * * @brief Contains the ZebraTechDOpto sensor subclass and the variable