diff --git a/make_debian.sh b/make_debian.sh index 13a8ec17..a0376cc1 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 74c93dbd..88edb0cf 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 7bc185db..c7cda7c9 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 37fa33bf..324105dc 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 c3c03a75..8b5a0dce 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 4a912a56..a777df4e 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 fcfcebc6..156ae220 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 427aeb89..6e523785 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 c8cdca63..250747e5 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 230681c5..1fad13b1 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 79869fb1..b0bd5a30 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 3703a79e..8b1bd281 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 2d9c127f..7e60cb5c 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 965647ba..55121100 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 90349657..1c1a0a1c 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 e08ca5eb..9098bd8c 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 20ec1f79..5412b10c 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 db20f6db..432329ea 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 31cc445d..b60f38ed 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 9f21735c..2c8891eb 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 383742a4..16739eeb 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 7bab1248..f2782825 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 f3ee1fc8..fda44b6d 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 99d28fe9..754c1e5f 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 6cbdd077..d7ebb6cc 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 53790c12..db16a2b1 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 e757c44e..f1dacc59 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 495ff582..e46a8cb7 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 656c8e90..84fc8fa8 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 8defc41f..7fbbacf7 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 810c3488..007877f8 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 1d6a93e1..021ec65e 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 e3bf9cba..8b6395ba 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 a3cbe585..8d023ccc 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 fe59b6b0..d1042f58 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 97e6fa2b..7d451f84 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 5868d4fe..c516135d 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 98072b29..a0be0022 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 906e1fde..02697238 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 f7faa051..3afb6862 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 21e8118b..5875e66b 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 51932c59..376be810 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 540945b8..08bb4926 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 372b3a66..67daec63 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 8db3f5ce..0abcfc62 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 5e1a3fa0..929b25dd 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 bbdc3856..96a73341 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 22b27ad5..a3e18301 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 01561ee6..a7576f68 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 d055ec5d..92ef757b 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 d0680517..997df702 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 02d29b68..fc44392a 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 f4290788..0aa69b9a 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 30b6d1c4..72bf2eb4 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 da9029cf..694919f2 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 85aca531..d0fd8ac7 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 5d883ec3..60932ff6 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 ba3a8324..9a854224 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 f47df2ec..e894ab46 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 ea376fde..aaf059a0 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 d4ac4aa7..97385c66 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 73ce156f..aefe77c1 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 957d62b1..afb972b8 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 2cc98b2d..bb3d4e22 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 d1d35593..fc699172 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 bab70969..0f3649c9 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 48b9f661..72c3a856 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 f5645eac..52f8de70 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 8601c8a7..ed03f6de 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 9de57cb6..1a4d78ba 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 ba2fc85a..267bfb94 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 b41bad26..5b1e5d14 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 23535756..7aa557af 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 bd54b23e..1903f850 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 4a1afa46..d3eae612 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 eec6c2ba..429b487c 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 737087bf..c734cd32 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 33675d52..b39b65fb 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 95b240d3..23d1dd4b 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 fbc89339..80ab506b 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 ab59bb64..6ebb0362 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