From 3161bf34c042c166f3505ccb5b9c3369caeeb6ea Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 31 Oct 2020 08:42:59 +0100 Subject: [PATCH] change (c) header --- lib_standalone/emsuart_standalone.cpp | 2 +- lib_standalone/emsuart_standalone.h | 2 +- src/WebAPIService.cpp | 2 +- src/WebAPIService.h | 2 +- src/WebDevicesService.cpp | 2 +- src/WebDevicesService.h | 2 +- src/WebSettingsService.cpp | 2 +- src/WebSettingsService.h | 2 +- src/WebStatusService.cpp | 2 +- src/WebStatusService.h | 2 +- src/command.cpp | 2 +- src/command.h | 2 +- src/console.cpp | 2 +- src/console.h | 2 +- src/dallassensor.cpp | 2 +- src/dallassensor.h | 2 +- src/device_library.h | 2 +- src/devices/boiler.cpp | 2 +- src/devices/boiler.h | 2 +- src/devices/connect.cpp | 2 +- src/devices/connect.h | 2 +- src/devices/controller.cpp | 2 +- src/devices/controller.h | 2 +- src/devices/gateway.cpp | 2 +- src/devices/gateway.h | 2 +- src/devices/generic.cpp | 2 +- src/devices/generic.h | 2 +- src/devices/heatpump.cpp | 2 +- src/devices/heatpump.h | 2 +- src/devices/mixer.cpp | 2 +- src/devices/mixer.h | 2 +- src/devices/solar.cpp | 2 +- src/devices/solar.h | 2 +- src/devices/switch.cpp | 2 +- src/devices/switch.h | 2 +- src/devices/thermostat.cpp | 2 +- src/devices/thermostat.h | 2 +- src/emsdevice.cpp | 2 +- src/emsdevice.h | 2 +- src/emsesp.cpp | 2 +- src/emsesp.h | 2 +- src/emsfactory.h | 2 +- src/helpers.cpp | 2 +- src/helpers.h | 2 +- src/locale_EN.h | 2 +- src/main.cpp | 2 +- src/mqtt.cpp | 2 +- src/mqtt.h | 2 +- src/roomcontrol.cpp | 2 +- src/roomcontrol.h | 2 +- src/shower.cpp | 2 +- src/shower.h | 2 +- src/system.cpp | 2 +- src/system.h | 2 +- src/telegram.cpp | 2 +- src/telegram.h | 2 +- src/test/test.cpp | 2 +- src/test/test.h | 2 +- src/uart/emsuart_esp32.cpp | 2 +- src/uart/emsuart_esp32.h | 2 +- src/uart/emsuart_esp8266.cpp | 2 +- src/uart/emsuart_esp8266.h | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/lib_standalone/emsuart_standalone.cpp b/lib_standalone/emsuart_standalone.cpp index c30bc0db9..10c89f441 100644 --- a/lib_standalone/emsuart_standalone.cpp +++ b/lib_standalone/emsuart_standalone.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib_standalone/emsuart_standalone.h b/lib_standalone/emsuart_standalone.h index 1a4bc5503..424ad1d81 100644 --- a/lib_standalone/emsuart_standalone.h +++ b/lib_standalone/emsuart_standalone.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebAPIService.cpp b/src/WebAPIService.cpp index d512f3d77..dd5ef85c7 100644 --- a/src/WebAPIService.cpp +++ b/src/WebAPIService.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebAPIService.h b/src/WebAPIService.h index a62a0224f..42aa5683d 100644 --- a/src/WebAPIService.h +++ b/src/WebAPIService.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebDevicesService.cpp b/src/WebDevicesService.cpp index f182c918e..1a4fb2594 100644 --- a/src/WebDevicesService.cpp +++ b/src/WebDevicesService.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebDevicesService.h b/src/WebDevicesService.h index 3607b4f81..fd0a42316 100644 --- a/src/WebDevicesService.h +++ b/src/WebDevicesService.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebSettingsService.cpp b/src/WebSettingsService.cpp index dbb845f1f..31b643c15 100644 --- a/src/WebSettingsService.cpp +++ b/src/WebSettingsService.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebSettingsService.h b/src/WebSettingsService.h index 46e1a724b..881278d85 100644 --- a/src/WebSettingsService.h +++ b/src/WebSettingsService.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebStatusService.cpp b/src/WebStatusService.cpp index efeccb3da..dcafa34f2 100644 --- a/src/WebStatusService.cpp +++ b/src/WebStatusService.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/WebStatusService.h b/src/WebStatusService.h index 1f2b32269..f16253542 100644 --- a/src/WebStatusService.h +++ b/src/WebStatusService.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/command.cpp b/src/command.cpp index d5abec3d4..d2a203f23 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/command.h b/src/command.h index 12e24d5c4..2910ca2be 100644 --- a/src/command.h +++ b/src/command.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/console.cpp b/src/console.cpp index 466fa7853..95e03ce72 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/console.h b/src/console.h index 71d22af55..681b9f0bd 100644 --- a/src/console.h +++ b/src/console.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dallassensor.cpp b/src/dallassensor.cpp index ac9267504..b1a0bf53c 100644 --- a/src/dallassensor.cpp +++ b/src/dallassensor.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dallassensor.h b/src/dallassensor.h index 48a9143cb..bcc4e8e0d 100644 --- a/src/dallassensor.h +++ b/src/dallassensor.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/device_library.h b/src/device_library.h index badf46047..eca924972 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/boiler.cpp b/src/devices/boiler.cpp index 097deb72d..af8037124 100644 --- a/src/devices/boiler.cpp +++ b/src/devices/boiler.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/boiler.h b/src/devices/boiler.h index 0992bb5b7..3fe2f0fc1 100644 --- a/src/devices/boiler.h +++ b/src/devices/boiler.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/connect.cpp b/src/devices/connect.cpp index fb0962e41..99f8510f9 100644 --- a/src/devices/connect.cpp +++ b/src/devices/connect.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/connect.h b/src/devices/connect.h index 545582247..aeffe084e 100644 --- a/src/devices/connect.h +++ b/src/devices/connect.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/controller.cpp b/src/devices/controller.cpp index a339badb6..6adb7c050 100644 --- a/src/devices/controller.cpp +++ b/src/devices/controller.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/controller.h b/src/devices/controller.h index beecb270d..1432414cf 100644 --- a/src/devices/controller.h +++ b/src/devices/controller.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/gateway.cpp b/src/devices/gateway.cpp index d8fae51f5..0ee3f4417 100644 --- a/src/devices/gateway.cpp +++ b/src/devices/gateway.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/gateway.h b/src/devices/gateway.h index a8201b16d..46d54ddb4 100644 --- a/src/devices/gateway.h +++ b/src/devices/gateway.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/generic.cpp b/src/devices/generic.cpp index a7796c8eb..7f29d3e78 100644 --- a/src/devices/generic.cpp +++ b/src/devices/generic.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/generic.h b/src/devices/generic.h index 4058b7439..18be62e66 100644 --- a/src/devices/generic.h +++ b/src/devices/generic.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/heatpump.cpp b/src/devices/heatpump.cpp index b22c0a220..ef4adf175 100644 --- a/src/devices/heatpump.cpp +++ b/src/devices/heatpump.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/heatpump.h b/src/devices/heatpump.h index bf7ae13e2..a1b641cc6 100644 --- a/src/devices/heatpump.h +++ b/src/devices/heatpump.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/mixer.cpp b/src/devices/mixer.cpp index 647111c88..1ff6900cb 100644 --- a/src/devices/mixer.cpp +++ b/src/devices/mixer.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/mixer.h b/src/devices/mixer.h index 757da33c5..bdf3b98b3 100644 --- a/src/devices/mixer.h +++ b/src/devices/mixer.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/solar.cpp b/src/devices/solar.cpp index 7999b24ab..0dd816302 100644 --- a/src/devices/solar.cpp +++ b/src/devices/solar.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/solar.h b/src/devices/solar.h index fa3e48f7d..526bf885b 100644 --- a/src/devices/solar.h +++ b/src/devices/solar.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/switch.cpp b/src/devices/switch.cpp index 35885142f..f39d617d7 100644 --- a/src/devices/switch.cpp +++ b/src/devices/switch.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/switch.h b/src/devices/switch.h index 31a4676a5..e9fb33800 100644 --- a/src/devices/switch.h +++ b/src/devices/switch.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 995bb5bff..804a82090 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/devices/thermostat.h b/src/devices/thermostat.h index 2d7f34421..486e49daa 100644 --- a/src/devices/thermostat.h +++ b/src/devices/thermostat.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/emsdevice.cpp b/src/emsdevice.cpp index cf6852be4..091f4c8a6 100644 --- a/src/emsdevice.cpp +++ b/src/emsdevice.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/emsdevice.h b/src/emsdevice.h index 056a22378..3ea0d9008 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/emsesp.cpp b/src/emsesp.cpp index 8c9ea3adb..f439ce1a1 100644 --- a/src/emsesp.cpp +++ b/src/emsesp.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/emsesp.h b/src/emsesp.h index c8450044f..0fd6d976a 100644 --- a/src/emsesp.h +++ b/src/emsesp.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/emsfactory.h b/src/emsfactory.h index 2ef4addbb..987d080c2 100644 --- a/src/emsfactory.h +++ b/src/emsfactory.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/helpers.cpp b/src/helpers.cpp index 24b12517e..2dfe27324 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/helpers.h b/src/helpers.h index 553737bf3..80e4ec171 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/locale_EN.h b/src/locale_EN.h index 61eafe6e7..d9bfa5d74 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 8e0208cbb..193a62de6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mqtt.cpp b/src/mqtt.cpp index 252620780..2bd54347e 100644 --- a/src/mqtt.cpp +++ b/src/mqtt.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mqtt.h b/src/mqtt.h index 8a93b82f4..6111c073a 100644 --- a/src/mqtt.h +++ b/src/mqtt.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/roomcontrol.cpp b/src/roomcontrol.cpp index 5db25621c..a476d2872 100644 --- a/src/roomcontrol.cpp +++ b/src/roomcontrol.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/roomcontrol.h b/src/roomcontrol.h index d828ca0b0..b332f9164 100644 --- a/src/roomcontrol.h +++ b/src/roomcontrol.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shower.cpp b/src/shower.cpp index 17f8bf8ff..be67e0067 100644 --- a/src/shower.cpp +++ b/src/shower.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shower.h b/src/shower.h index ff4b55e71..2498e4bc6 100644 --- a/src/shower.h +++ b/src/shower.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system.cpp b/src/system.cpp index d4de3ed66..dff320365 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/system.h b/src/system.h index cc4dfb8f3..78f73f01a 100644 --- a/src/system.h +++ b/src/system.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/telegram.cpp b/src/telegram.cpp index 27de14f8f..1da3f2170 100644 --- a/src/telegram.cpp +++ b/src/telegram.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/telegram.h b/src/telegram.h index 205585f85..57c36a548 100644 --- a/src/telegram.h +++ b/src/telegram.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/test.cpp b/src/test/test.cpp index e6be5dca1..31ceed99d 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -1,7 +1,7 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test/test.h b/src/test/test.h index 7d94eac9d..470cdd62e 100644 --- a/src/test/test.h +++ b/src/test/test.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uart/emsuart_esp32.cpp b/src/uart/emsuart_esp32.cpp index f12906405..19f1945a6 100644 --- a/src/uart/emsuart_esp32.cpp +++ b/src/uart/emsuart_esp32.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uart/emsuart_esp32.h b/src/uart/emsuart_esp32.h index fad76233d..eac3a2902 100644 --- a/src/uart/emsuart_esp32.h +++ b/src/uart/emsuart_esp32.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uart/emsuart_esp8266.cpp b/src/uart/emsuart_esp8266.cpp index 6dd63e365..67a40b872 100644 --- a/src/uart/emsuart_esp8266.cpp +++ b/src/uart/emsuart_esp8266.cpp @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uart/emsuart_esp8266.h b/src/uart/emsuart_esp8266.h index 0094f69df..5dd7d8c7f 100644 --- a/src/uart/emsuart_esp8266.h +++ b/src/uart/emsuart_esp8266.h @@ -1,6 +1,6 @@ /* * EMS-ESP - https://github.com/proddy/EMS-ESP - * Copyright 2019 Paul Derbyshire + * Copyright 2020 Paul Derbyshire * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by