From 88897ee08558e689e060a802569665ea5897de50 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 4 Feb 2023 11:41:57 -0600 Subject: [PATCH] Updated copyright dates on source code --- src/Characteristics.h | 2 +- src/FeatherPins.h | 2 +- src/HAP.cpp | 2 +- src/HAP.h | 2 +- src/HAPConstants.h | 2 +- src/HKDF.cpp | 2 +- src/HKDF.h | 2 +- src/HapQR.h | 2 +- src/HomeSpan.cpp | 2 +- src/HomeSpan.h | 2 +- src/Network.cpp | 2 +- src/Network.h | 2 +- src/SRP.cpp | 2 +- src/SRP.h | 2 +- src/Settings.h | 2 +- src/Span.h | 2 +- src/TLV.h | 2 +- src/Utils.cpp | 2 +- src/Utils.h | 2 +- src/src.ino | 26 ++++++++++++++++++++++++++ src/src/extras/Blinker.cpp | 2 +- src/src/extras/Blinker.h | 2 +- src/src/extras/Pixel.cpp | 2 +- src/src/extras/Pixel.h | 2 +- src/src/extras/PwmPin.cpp | 2 +- src/src/extras/PwmPin.h | 2 +- src/src/extras/RFControl.cpp | 2 +- src/src/extras/RFControl.h | 2 +- src/src/extras/extras.ino | 27 +++++++++++++++++++++++++++ 29 files changed, 80 insertions(+), 27 deletions(-) diff --git a/src/Characteristics.h b/src/Characteristics.h index 2364e97..65aac71 100644 --- a/src/Characteristics.h +++ b/src/Characteristics.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/FeatherPins.h b/src/FeatherPins.h index b41aa7e..562f5ad 100644 --- a/src/FeatherPins.h +++ b/src/FeatherPins.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HAP.cpp b/src/HAP.cpp index 29f9f6e..a922826 100644 --- a/src/HAP.cpp +++ b/src/HAP.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HAP.h b/src/HAP.h index 8ed6db1..49c8944 100644 --- a/src/HAP.h +++ b/src/HAP.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HAPConstants.h b/src/HAPConstants.h index 0b42451..5ed6ab3 100644 --- a/src/HAPConstants.h +++ b/src/HAPConstants.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HKDF.cpp b/src/HKDF.cpp index bf5f529..5194ad7 100644 --- a/src/HKDF.cpp +++ b/src/HKDF.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HKDF.h b/src/HKDF.h index 787ef05..46933ed 100644 --- a/src/HKDF.h +++ b/src/HKDF.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HapQR.h b/src/HapQR.h index 737d04c..d97e9ad 100644 --- a/src/HapQR.h +++ b/src/HapQR.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HomeSpan.cpp b/src/HomeSpan.cpp index d2f2c29..bb8a013 100644 --- a/src/HomeSpan.cpp +++ b/src/HomeSpan.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/HomeSpan.h b/src/HomeSpan.h index 76ab8b3..a7db2d4 100644 --- a/src/HomeSpan.h +++ b/src/HomeSpan.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/Network.cpp b/src/Network.cpp index 7cbaae1..a5f452f 100644 --- a/src/Network.cpp +++ b/src/Network.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/Network.h b/src/Network.h index 8f43653..679ecfe 100644 --- a/src/Network.h +++ b/src/Network.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/SRP.cpp b/src/SRP.cpp index 66a3611..bc03cd7 100644 --- a/src/SRP.cpp +++ b/src/SRP.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/SRP.h b/src/SRP.h index d8bca6e..da5023b 100644 --- a/src/SRP.h +++ b/src/SRP.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/Settings.h b/src/Settings.h index 2b25a1f..f170d04 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/Span.h b/src/Span.h index 382456c..23ec984 100644 --- a/src/Span.h +++ b/src/Span.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/TLV.h b/src/TLV.h index 40d9eff..4b7ae96 100644 --- a/src/TLV.h +++ b/src/TLV.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/Utils.cpp b/src/Utils.cpp index 58aa74a..94dd131 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/Utils.h b/src/Utils.h index 1fef484..0a06462 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src.ino b/src/src.ino index 0bf5dcd..3585673 100644 --- a/src/src.ino +++ b/src/src.ino @@ -1,3 +1,29 @@ +/********************************************************************************* + * MIT License + * + * Copyright (c) 2020-2023 Gregg E. Berman + * + * https://github.com/HomeSpan/HomeSpan + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + ********************************************************************************/ // This is a placeholder .ino file that allows you to easily edit the contents of this library using the Arduino IDE, // as well as compile and test from this point. This file is ignored when the library is included in other sketches. diff --git a/src/src/extras/Blinker.cpp b/src/src/extras/Blinker.cpp index ede2a26..1bf30d4 100644 --- a/src/src/extras/Blinker.cpp +++ b/src/src/extras/Blinker.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/Blinker.h b/src/src/extras/Blinker.h index 1484a86..c0f6087 100644 --- a/src/src/extras/Blinker.h +++ b/src/src/extras/Blinker.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/Pixel.cpp b/src/src/extras/Pixel.cpp index 1e87187..3386e7f 100644 --- a/src/src/extras/Pixel.cpp +++ b/src/src/extras/Pixel.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/Pixel.h b/src/src/extras/Pixel.h index e781129..6cf4945 100644 --- a/src/src/extras/Pixel.h +++ b/src/src/extras/Pixel.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/PwmPin.cpp b/src/src/extras/PwmPin.cpp index 4031af7..8ba7123 100644 --- a/src/src/extras/PwmPin.cpp +++ b/src/src/extras/PwmPin.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/PwmPin.h b/src/src/extras/PwmPin.h index b4c1bb5..53e409e 100644 --- a/src/src/extras/PwmPin.h +++ b/src/src/extras/PwmPin.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/RFControl.cpp b/src/src/extras/RFControl.cpp index 7eadebb..f00d4b5 100644 --- a/src/src/extras/RFControl.cpp +++ b/src/src/extras/RFControl.cpp @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/RFControl.h b/src/src/extras/RFControl.h index 34cceb2..47e5d45 100644 --- a/src/src/extras/RFControl.h +++ b/src/src/extras/RFControl.h @@ -1,7 +1,7 @@ /********************************************************************************* * MIT License * - * Copyright (c) 2020-2022 Gregg E. Berman + * Copyright (c) 2020-2023 Gregg E. Berman * * https://github.com/HomeSpan/HomeSpan * diff --git a/src/src/extras/extras.ino b/src/src/extras/extras.ino index b179ae1..0097f00 100644 --- a/src/src/extras/extras.ino +++ b/src/src/extras/extras.ino @@ -1,3 +1,30 @@ +/********************************************************************************* + * MIT License + * + * Copyright (c) 2020-2023 Gregg E. Berman + * + * https://github.com/HomeSpan/HomeSpan + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + ********************************************************************************/ + // This is a placeholder .ino file that allows you to easily edit the contents of this files using the Arduino IDE, // as well as compile and test from this point. This file is ignored when the library is included in other sketches.