From 5bf0ab8eaafe76a772fb2363a578618b2d949ca9 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 4 Feb 2024 09:36:20 +0100 Subject: [PATCH] updated year --- make_debian.sh | 2 +- src/ebusd/bushandler.cpp | 2 +- src/ebusd/bushandler.h | 2 +- src/ebusd/datahandler.cpp | 2 +- src/ebusd/datahandler.h | 2 +- src/ebusd/knxhandler.cpp | 2 +- src/ebusd/knxhandler.h | 2 +- src/ebusd/main.cpp | 2 +- src/ebusd/main.h | 2 +- src/ebusd/main_args.cpp | 2 +- src/ebusd/mainloop.cpp | 2 +- src/ebusd/mainloop.h | 2 +- src/ebusd/mqttclient.cpp | 2 +- src/ebusd/mqttclient.h | 2 +- src/ebusd/mqttclient_mosquitto.cpp | 2 +- src/ebusd/mqttclient_mosquitto.h | 2 +- src/ebusd/mqtthandler.cpp | 2 +- src/ebusd/mqtthandler.h | 2 +- src/ebusd/network.cpp | 2 +- src/ebusd/network.h | 2 +- src/ebusd/request.cpp | 2 +- src/ebusd/request.h | 2 +- src/ebusd/scan.cpp | 2 +- src/ebusd/scan.h | 2 +- src/lib/ebus/contrib/contrib.cpp | 2 +- src/lib/ebus/contrib/contrib.h | 2 +- src/lib/ebus/contrib/tem.cpp | 2 +- src/lib/ebus/contrib/tem.h | 2 +- src/lib/ebus/contrib/test/test_tem.cpp | 2 +- src/lib/ebus/data.cpp | 2 +- src/lib/ebus/data.h | 2 +- src/lib/ebus/datatype.cpp | 2 +- src/lib/ebus/datatype.h | 2 +- src/lib/ebus/device.h | 2 +- src/lib/ebus/device_enhanced.h | 2 +- src/lib/ebus/device_trans.cpp | 2 +- src/lib/ebus/device_trans.h | 2 +- src/lib/ebus/filereader.cpp | 2 +- src/lib/ebus/filereader.h | 2 +- src/lib/ebus/message.cpp | 2 +- src/lib/ebus/message.h | 2 +- src/lib/ebus/protocol.cpp | 2 +- src/lib/ebus/protocol.h | 2 +- src/lib/ebus/protocol_direct.cpp | 2 +- src/lib/ebus/protocol_direct.h | 2 +- src/lib/ebus/result.cpp | 2 +- src/lib/ebus/result.h | 2 +- src/lib/ebus/stringhelper.cpp | 2 +- src/lib/ebus/stringhelper.h | 2 +- src/lib/ebus/symbol.cpp | 2 +- src/lib/ebus/symbol.h | 2 +- src/lib/ebus/test/test_data.cpp | 2 +- src/lib/ebus/test/test_device.cpp | 2 +- src/lib/ebus/test/test_filereader.cpp | 2 +- src/lib/ebus/test/test_message.cpp | 2 +- src/lib/ebus/test/test_symbol.cpp | 2 +- src/lib/ebus/transport.cpp | 2 +- src/lib/ebus/transport.h | 2 +- src/lib/knx/knx.cpp | 2 +- src/lib/knx/knx.h | 2 +- src/lib/knx/knxd.h | 2 +- src/lib/knx/knxnet.h | 2 +- src/lib/utils/arg.cpp | 2 +- src/lib/utils/arg.h | 2 +- src/lib/utils/clock.cpp | 2 +- src/lib/utils/clock.h | 2 +- src/lib/utils/httpclient.cpp | 2 +- src/lib/utils/httpclient.h | 2 +- src/lib/utils/log.cpp | 2 +- src/lib/utils/log.h | 2 +- src/lib/utils/notify.h | 2 +- src/lib/utils/queue.h | 2 +- src/lib/utils/rotatefile.cpp | 2 +- src/lib/utils/rotatefile.h | 2 +- src/lib/utils/tcpsocket.cpp | 2 +- src/lib/utils/tcpsocket.h | 2 +- src/lib/utils/thread.cpp | 2 +- src/lib/utils/thread.h | 2 +- src/tools/ebusctl.cpp | 2 +- src/tools/ebusfeed.cpp | 2 +- src/tools/ebuspicloader.cpp | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/make_debian.sh b/make_debian.sh index 13a8ec17a..a0376cc11 100755 --- a/make_debian.sh +++ b/make_debian.sh @@ -1,6 +1,6 @@ #!/bin/sh # ebusd - daemon for communication with eBUS heating systems. -# Copyright (C) 2014-2022 John Baier +# Copyright (C) 2014-2024 John Baier # # 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/ebusd/bushandler.cpp b/src/ebusd/bushandler.cpp index 74c93dbd5..88edb0cfc 100644 --- a/src/ebusd/bushandler.cpp +++ b/src/ebusd/bushandler.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/bushandler.h b/src/ebusd/bushandler.h index 7bc185db7..c7cda7c98 100755 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/datahandler.cpp b/src/ebusd/datahandler.cpp index 37fa33bf6..324105dc0 100755 --- a/src/ebusd/datahandler.cpp +++ b/src/ebusd/datahandler.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/ebusd/datahandler.h b/src/ebusd/datahandler.h index c3c03a751..8b5a0dce2 100755 --- a/src/ebusd/datahandler.h +++ b/src/ebusd/datahandler.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/ebusd/knxhandler.cpp b/src/ebusd/knxhandler.cpp index 4a912a566..a777df4ed 100644 --- a/src/ebusd/knxhandler.cpp +++ b/src/ebusd/knxhandler.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/ebusd/knxhandler.h b/src/ebusd/knxhandler.h index fcfcebc6d..156ae2206 100644 --- a/src/ebusd/knxhandler.h +++ b/src/ebusd/knxhandler.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/ebusd/main.cpp b/src/ebusd/main.cpp index 427aeb89f..6e5237852 100644 --- a/src/ebusd/main.cpp +++ b/src/ebusd/main.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/main.h b/src/ebusd/main.h index c8cdca63f..250747e5e 100755 --- a/src/ebusd/main.h +++ b/src/ebusd/main.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/main_args.cpp b/src/ebusd/main_args.cpp index 230681c53..1fad13b1e 100755 --- a/src/ebusd/main_args.cpp +++ b/src/ebusd/main_args.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index 79869fb12..b0bd5a303 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/mainloop.h b/src/ebusd/mainloop.h index 3703a79ef..8b1bd281a 100644 --- a/src/ebusd/mainloop.h +++ b/src/ebusd/mainloop.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/mqttclient.cpp b/src/ebusd/mqttclient.cpp index 2d9c127f1..7e60cb5c3 100644 --- a/src/ebusd/mqttclient.cpp +++ b/src/ebusd/mqttclient.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/mqttclient.h b/src/ebusd/mqttclient.h index 965647ba6..551211003 100755 --- a/src/ebusd/mqttclient.h +++ b/src/ebusd/mqttclient.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/mqttclient_mosquitto.cpp b/src/ebusd/mqttclient_mosquitto.cpp index 903496571..1c1a0a1ca 100755 --- a/src/ebusd/mqttclient_mosquitto.cpp +++ b/src/ebusd/mqttclient_mosquitto.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/mqttclient_mosquitto.h b/src/ebusd/mqttclient_mosquitto.h index e08ca5eba..9098bd8c6 100755 --- a/src/ebusd/mqttclient_mosquitto.h +++ b/src/ebusd/mqttclient_mosquitto.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/mqtthandler.cpp b/src/ebusd/mqtthandler.cpp index 20ec1f79b..5412b10cd 100755 --- a/src/ebusd/mqtthandler.cpp +++ b/src/ebusd/mqtthandler.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/ebusd/mqtthandler.h b/src/ebusd/mqtthandler.h index db20f6dbc..432329ea6 100755 --- a/src/ebusd/mqtthandler.h +++ b/src/ebusd/mqtthandler.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/ebusd/network.cpp b/src/ebusd/network.cpp index 31cc445d6..b60f38ed0 100644 --- a/src/ebusd/network.cpp +++ b/src/ebusd/network.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/ebusd/network.h b/src/ebusd/network.h index 9f21735cc..2c8891eb3 100644 --- a/src/ebusd/network.h +++ b/src/ebusd/network.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/ebusd/request.cpp b/src/ebusd/request.cpp index 383742a46..16739eeb6 100644 --- a/src/ebusd/request.cpp +++ b/src/ebusd/request.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/request.h b/src/ebusd/request.h index 7bab1248b..f27828256 100644 --- a/src/ebusd/request.h +++ b/src/ebusd/request.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/ebusd/scan.cpp b/src/ebusd/scan.cpp index f3ee1fc88..fda44b6d9 100644 --- a/src/ebusd/scan.cpp +++ b/src/ebusd/scan.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/ebusd/scan.h b/src/ebusd/scan.h index 99d28fe92..754c1e5fe 100644 --- a/src/ebusd/scan.h +++ b/src/ebusd/scan.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/contrib/contrib.cpp b/src/lib/ebus/contrib/contrib.cpp index 6cbdd077b..d7ebb6cc6 100755 --- a/src/lib/ebus/contrib/contrib.cpp +++ b/src/lib/ebus/contrib/contrib.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/ebus/contrib/contrib.h b/src/lib/ebus/contrib/contrib.h index 53790c125..db16a2b19 100755 --- a/src/lib/ebus/contrib/contrib.h +++ b/src/lib/ebus/contrib/contrib.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/ebus/contrib/tem.cpp b/src/lib/ebus/contrib/tem.cpp index e757c44e1..f1dacc59b 100755 --- a/src/lib/ebus/contrib/tem.cpp +++ b/src/lib/ebus/contrib/tem.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/ebus/contrib/tem.h b/src/lib/ebus/contrib/tem.h index 495ff5820..e46a8cb7a 100755 --- a/src/lib/ebus/contrib/tem.h +++ b/src/lib/ebus/contrib/tem.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/ebus/contrib/test/test_tem.cpp b/src/lib/ebus/contrib/test/test_tem.cpp index 656c8e906..84fc8fa8c 100755 --- a/src/lib/ebus/contrib/test/test_tem.cpp +++ b/src/lib/ebus/contrib/test/test_tem.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/ebus/data.cpp b/src/lib/ebus/data.cpp index 8defc41f9..7fbbacf7e 100644 --- a/src/lib/ebus/data.cpp +++ b/src/lib/ebus/data.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/data.h b/src/lib/ebus/data.h index 810c34884..007877f81 100755 --- a/src/lib/ebus/data.h +++ b/src/lib/ebus/data.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/datatype.cpp b/src/lib/ebus/datatype.cpp index 1d6a93e14..021ec65ef 100755 --- a/src/lib/ebus/datatype.cpp +++ b/src/lib/ebus/datatype.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/datatype.h b/src/lib/ebus/datatype.h index e3bf9cba4..8b6395ba4 100755 --- a/src/lib/ebus/datatype.h +++ b/src/lib/ebus/datatype.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/device.h b/src/lib/ebus/device.h index a3cbe5855..8d023ccc4 100755 --- a/src/lib/ebus/device.h +++ b/src/lib/ebus/device.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier + * Copyright (C) 2015-2024 John Baier * * 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/lib/ebus/device_enhanced.h b/src/lib/ebus/device_enhanced.h index fe59b6b0c..d1042f58b 100755 --- a/src/lib/ebus/device_enhanced.h +++ b/src/lib/ebus/device_enhanced.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier + * Copyright (C) 2015-2024 John Baier * * 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/lib/ebus/device_trans.cpp b/src/lib/ebus/device_trans.cpp index 97e6fa2b4..7d451f849 100755 --- a/src/lib/ebus/device_trans.cpp +++ b/src/lib/ebus/device_trans.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier + * Copyright (C) 2015-2024 John Baier * * 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/lib/ebus/device_trans.h b/src/lib/ebus/device_trans.h index 5868d4fe9..c516135dd 100755 --- a/src/lib/ebus/device_trans.h +++ b/src/lib/ebus/device_trans.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier + * Copyright (C) 2015-2024 John Baier * * 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/lib/ebus/filereader.cpp b/src/lib/ebus/filereader.cpp index 98072b290..a0be0022b 100755 --- a/src/lib/ebus/filereader.cpp +++ b/src/lib/ebus/filereader.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/filereader.h b/src/lib/ebus/filereader.h index 906e1fde0..026972389 100755 --- a/src/lib/ebus/filereader.h +++ b/src/lib/ebus/filereader.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/message.cpp b/src/lib/ebus/message.cpp index f7faa0519..3afb6862f 100644 --- a/src/lib/ebus/message.cpp +++ b/src/lib/ebus/message.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/message.h b/src/lib/ebus/message.h index 21e8118bd..5875e66b7 100644 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/protocol.cpp b/src/lib/ebus/protocol.cpp index 51932c59f..376be8101 100644 --- a/src/lib/ebus/protocol.cpp +++ b/src/lib/ebus/protocol.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/protocol.h b/src/lib/ebus/protocol.h index 540945b8d..08bb49264 100755 --- a/src/lib/ebus/protocol.h +++ b/src/lib/ebus/protocol.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/protocol_direct.cpp b/src/lib/ebus/protocol_direct.cpp index 372b3a662..67daec639 100644 --- a/src/lib/ebus/protocol_direct.cpp +++ b/src/lib/ebus/protocol_direct.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/protocol_direct.h b/src/lib/ebus/protocol_direct.h index 8db3f5cee..0abcfc624 100755 --- a/src/lib/ebus/protocol_direct.h +++ b/src/lib/ebus/protocol_direct.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/result.cpp b/src/lib/ebus/result.cpp index 5e1a3fa04..929b25ddf 100755 --- a/src/lib/ebus/result.cpp +++ b/src/lib/ebus/result.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/result.h b/src/lib/ebus/result.h index bbdc3856a..96a733419 100755 --- a/src/lib/ebus/result.h +++ b/src/lib/ebus/result.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/stringhelper.cpp b/src/lib/ebus/stringhelper.cpp index 22b27ad5c..a3e18301e 100644 --- a/src/lib/ebus/stringhelper.cpp +++ b/src/lib/ebus/stringhelper.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022-2023 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/lib/ebus/stringhelper.h b/src/lib/ebus/stringhelper.h index 01561ee65..a7576f685 100644 --- a/src/lib/ebus/stringhelper.h +++ b/src/lib/ebus/stringhelper.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022-2023 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/lib/ebus/symbol.cpp b/src/lib/ebus/symbol.cpp index d055ec5dc..92ef757bb 100755 --- a/src/lib/ebus/symbol.cpp +++ b/src/lib/ebus/symbol.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/symbol.h b/src/lib/ebus/symbol.h index d0680517f..997df7024 100755 --- a/src/lib/ebus/symbol.h +++ b/src/lib/ebus/symbol.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/test/test_data.cpp b/src/lib/ebus/test/test_data.cpp index 02d29b683..fc44392a8 100755 --- a/src/lib/ebus/test/test_data.cpp +++ b/src/lib/ebus/test/test_data.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/test/test_device.cpp b/src/lib/ebus/test/test_device.cpp index f4290788f..0aa69b9aa 100755 --- a/src/lib/ebus/test/test_device.cpp +++ b/src/lib/ebus/test/test_device.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/test/test_filereader.cpp b/src/lib/ebus/test/test_filereader.cpp index 30b6d1c42..72bf2eb49 100755 --- a/src/lib/ebus/test/test_filereader.cpp +++ b/src/lib/ebus/test/test_filereader.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/test/test_message.cpp b/src/lib/ebus/test/test_message.cpp index da9029cf1..694919f23 100644 --- a/src/lib/ebus/test/test_message.cpp +++ b/src/lib/ebus/test/test_message.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/test/test_symbol.cpp b/src/lib/ebus/test/test_symbol.cpp index 85aca5318..d0fd8ac77 100755 --- a/src/lib/ebus/test/test_symbol.cpp +++ b/src/lib/ebus/test/test_symbol.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/ebus/transport.cpp b/src/lib/ebus/transport.cpp index 5d883ec31..60932ff61 100644 --- a/src/lib/ebus/transport.cpp +++ b/src/lib/ebus/transport.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/lib/ebus/transport.h b/src/lib/ebus/transport.h index ba3a83243..9a8542245 100755 --- a/src/lib/ebus/transport.h +++ b/src/lib/ebus/transport.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/lib/knx/knx.cpp b/src/lib/knx/knx.cpp index f47df2ec8..e894ab46f 100644 --- a/src/lib/knx/knx.cpp +++ b/src/lib/knx/knx.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022-2023 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/lib/knx/knx.h b/src/lib/knx/knx.h index ea376fde0..aaf059a0d 100644 --- a/src/lib/knx/knx.h +++ b/src/lib/knx/knx.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022-2023 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/lib/knx/knxd.h b/src/lib/knx/knxd.h index d4ac4aa73..97385c66b 100644 --- a/src/lib/knx/knxd.h +++ b/src/lib/knx/knxd.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022-2023 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/lib/knx/knxnet.h b/src/lib/knx/knxnet.h index 73ce156f3..aefe77c1c 100644 --- a/src/lib/knx/knxnet.h +++ b/src/lib/knx/knxnet.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2022-2023 John Baier + * Copyright (C) 2022-2024 John Baier * * 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/lib/utils/arg.cpp b/src/lib/utils/arg.cpp index 957d62b11..afb972b8a 100755 --- a/src/lib/utils/arg.cpp +++ b/src/lib/utils/arg.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/lib/utils/arg.h b/src/lib/utils/arg.h index 2cc98b2de..bb3d4e22d 100755 --- a/src/lib/utils/arg.h +++ b/src/lib/utils/arg.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2023 John Baier + * Copyright (C) 2023-2024 John Baier * * 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/lib/utils/clock.cpp b/src/lib/utils/clock.cpp index d1d355934..fc6991729 100755 --- a/src/lib/utils/clock.cpp +++ b/src/lib/utils/clock.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier + * Copyright (C) 2015-2024 John Baier * * 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/lib/utils/clock.h b/src/lib/utils/clock.h index bab709693..0f3649c94 100755 --- a/src/lib/utils/clock.h +++ b/src/lib/utils/clock.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier + * Copyright (C) 2015-2024 John Baier * * 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/lib/utils/httpclient.cpp b/src/lib/utils/httpclient.cpp index 48b9f6614..72c3a8568 100755 --- a/src/lib/utils/httpclient.cpp +++ b/src/lib/utils/httpclient.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2018-2023 John Baier + * Copyright (C) 2018-2024 John Baier * * 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/lib/utils/httpclient.h b/src/lib/utils/httpclient.h index f5645eac5..52f8de709 100755 --- a/src/lib/utils/httpclient.h +++ b/src/lib/utils/httpclient.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2018-2023 John Baier + * Copyright (C) 2018-2024 John Baier * * 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/lib/utils/log.cpp b/src/lib/utils/log.cpp index 8601c8a75..ed03f6def 100755 --- a/src/lib/utils/log.cpp +++ b/src/lib/utils/log.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/utils/log.h b/src/lib/utils/log.h index 9de57cb6a..1a4d78ba1 100755 --- a/src/lib/utils/log.h +++ b/src/lib/utils/log.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/utils/notify.h b/src/lib/utils/notify.h index ba2fc85ae..267bfb94c 100755 --- a/src/lib/utils/notify.h +++ b/src/lib/utils/notify.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/lib/utils/queue.h b/src/lib/utils/queue.h index b41bad26b..5b1e5d143 100755 --- a/src/lib/utils/queue.h +++ b/src/lib/utils/queue.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier + * Copyright (C) 2014-2024 John Baier * * 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/lib/utils/rotatefile.cpp b/src/lib/utils/rotatefile.cpp index 23535756a..7aa557af6 100755 --- a/src/lib/utils/rotatefile.cpp +++ b/src/lib/utils/rotatefile.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/utils/rotatefile.h b/src/lib/utils/rotatefile.h index bd54b23ea..1903f8507 100755 --- a/src/lib/utils/rotatefile.h +++ b/src/lib/utils/rotatefile.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2016-2023 John Baier + * Copyright (C) 2016-2024 John Baier * * 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/lib/utils/tcpsocket.cpp b/src/lib/utils/tcpsocket.cpp index 4a1afa462..d3eae6124 100755 --- a/src/lib/utils/tcpsocket.cpp +++ b/src/lib/utils/tcpsocket.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2015-2024 John Baier , Roland Jax 2012-2014 * * 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/lib/utils/tcpsocket.h b/src/lib/utils/tcpsocket.h index eec6c2ba6..429b487cf 100755 --- a/src/lib/utils/tcpsocket.h +++ b/src/lib/utils/tcpsocket.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/lib/utils/thread.cpp b/src/lib/utils/thread.cpp index 737087bfa..c734cd32b 100755 --- a/src/lib/utils/thread.cpp +++ b/src/lib/utils/thread.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/lib/utils/thread.h b/src/lib/utils/thread.h index 33675d52e..b39b65fb8 100755 --- a/src/lib/utils/thread.h +++ b/src/lib/utils/thread.h @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/tools/ebusctl.cpp b/src/tools/ebusctl.cpp index 95b240d39..23d1dd4bc 100755 --- a/src/tools/ebusctl.cpp +++ b/src/tools/ebusctl.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/tools/ebusfeed.cpp b/src/tools/ebusfeed.cpp index fbc89339a..80ab506b6 100755 --- a/src/tools/ebusfeed.cpp +++ b/src/tools/ebusfeed.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2014-2023 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2024 John Baier , Roland Jax 2012-2014 * * 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/tools/ebuspicloader.cpp b/src/tools/ebuspicloader.cpp index ab59bb642..6ebb03629 100644 --- a/src/tools/ebuspicloader.cpp +++ b/src/tools/ebuspicloader.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2020-2023 John Baier + * Copyright (C) 2020-2024 John Baier * * 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