From fa78ae73f07f61de2a394f02947ad469051e0c21 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 28 Jan 2018 15:17:33 +0100 Subject: [PATCH] updated copyright year --- src/ebusd/bushandler.cpp | 2 +- src/ebusd/bushandler.h | 2 +- src/ebusd/datahandler.cpp | 2 +- src/ebusd/datahandler.h | 2 +- src/ebusd/main.cpp | 2 +- src/ebusd/main.h | 2 +- src/ebusd/mainloop.cpp | 2 +- src/ebusd/mainloop.h | 2 +- src/ebusd/mqtthandler.cpp | 2 +- src/ebusd/mqtthandler.h | 2 +- src/ebusd/network.cpp | 2 +- src/ebusd/network.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.cpp | 2 +- src/lib/ebus/device.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/result.cpp | 2 +- src/lib/ebus/result.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/utils/clock.cpp | 2 +- src/lib/utils/clock.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 +- 50 files changed, 50 insertions(+), 50 deletions(-) mode change 100644 => 100755 src/ebusd/bushandler.cpp mode change 100644 => 100755 src/ebusd/bushandler.h mode change 100644 => 100755 src/ebusd/datahandler.cpp mode change 100644 => 100755 src/ebusd/datahandler.h mode change 100644 => 100755 src/ebusd/main.cpp mode change 100644 => 100755 src/ebusd/main.h mode change 100644 => 100755 src/ebusd/mainloop.h mode change 100644 => 100755 src/ebusd/mqtthandler.cpp mode change 100644 => 100755 src/ebusd/mqtthandler.h mode change 100644 => 100755 src/ebusd/network.cpp mode change 100644 => 100755 src/ebusd/network.h mode change 100644 => 100755 src/lib/ebus/contrib/contrib.cpp mode change 100644 => 100755 src/lib/ebus/contrib/contrib.h mode change 100644 => 100755 src/lib/ebus/contrib/tem.cpp mode change 100644 => 100755 src/lib/ebus/contrib/tem.h mode change 100644 => 100755 src/lib/ebus/contrib/test/test_tem.cpp mode change 100644 => 100755 src/lib/ebus/data.cpp mode change 100644 => 100755 src/lib/ebus/data.h mode change 100644 => 100755 src/lib/ebus/datatype.cpp mode change 100644 => 100755 src/lib/ebus/datatype.h mode change 100644 => 100755 src/lib/ebus/device.cpp mode change 100644 => 100755 src/lib/ebus/device.h mode change 100644 => 100755 src/lib/ebus/filereader.cpp mode change 100644 => 100755 src/lib/ebus/filereader.h mode change 100644 => 100755 src/lib/ebus/message.cpp mode change 100644 => 100755 src/lib/ebus/message.h mode change 100644 => 100755 src/lib/ebus/result.cpp mode change 100644 => 100755 src/lib/ebus/result.h mode change 100644 => 100755 src/lib/ebus/symbol.cpp mode change 100644 => 100755 src/lib/ebus/symbol.h mode change 100644 => 100755 src/lib/ebus/test/test_data.cpp mode change 100644 => 100755 src/lib/ebus/test/test_device.cpp mode change 100644 => 100755 src/lib/ebus/test/test_filereader.cpp mode change 100644 => 100755 src/lib/ebus/test/test_message.cpp mode change 100644 => 100755 src/lib/ebus/test/test_symbol.cpp mode change 100644 => 100755 src/lib/utils/clock.cpp mode change 100644 => 100755 src/lib/utils/clock.h mode change 100644 => 100755 src/lib/utils/log.cpp mode change 100644 => 100755 src/lib/utils/log.h mode change 100644 => 100755 src/lib/utils/notify.h mode change 100644 => 100755 src/lib/utils/queue.h mode change 100644 => 100755 src/lib/utils/rotatefile.cpp mode change 100644 => 100755 src/lib/utils/rotatefile.h mode change 100644 => 100755 src/lib/utils/tcpsocket.cpp mode change 100644 => 100755 src/lib/utils/tcpsocket.h mode change 100644 => 100755 src/lib/utils/thread.cpp mode change 100644 => 100755 src/lib/utils/thread.h mode change 100644 => 100755 src/tools/ebusctl.cpp mode change 100644 => 100755 src/tools/ebusfeed.cpp diff --git a/src/ebusd/bushandler.cpp b/src/ebusd/bushandler.cpp old mode 100644 new mode 100755 index e89ec13f..a3854b84 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 19e21b42..9ca3cdba --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 0cae5981..6d72a32e --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 1f7965c0..3e639f91 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index e4055d17..4c6e2d52 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index b172327b..4a3e94a9 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 1bb10dc3..e9923a61 100755 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index fd25f8ea..7237479c --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 635ab3a2..84433a43 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 9af158d4..1677dfd6 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 8fb86c96..d9dac08f --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index e188dab5..af9b9a0e --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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/ebus/contrib/contrib.cpp b/src/lib/ebus/contrib/contrib.cpp old mode 100644 new mode 100755 index b79db155..e2d6abc6 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index a9e9159c..920aa300 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index ffe06ba8..8eb469c0 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index e8835ff9..4e505c54 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 91c2ff42..df388042 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 7e868bd2..08872efe --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 117eda0c..77f47037 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index b2c845e9..94fc2e63 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index fe14fbb9..ad5bea2d --- 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-2017 John Baier + * Copyright (C) 2014-2018 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.cpp b/src/lib/ebus/device.cpp old mode 100644 new mode 100755 index 2322180f..8cfc26b9 --- a/src/lib/ebus/device.cpp +++ b/src/lib/ebus/device.cpp @@ -1,6 +1,6 @@ /* * ebusd - daemon for communication with eBUS heating systems. - * Copyright (C) 2015-2017 John Baier + * Copyright (C) 2015-2018 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 old mode 100644 new mode 100755 index 6f09f562..5c898715 --- 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-2017 John Baier + * Copyright (C) 2015-2018 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 old mode 100644 new mode 100755 index 0129dded..2c281736 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 10c2ff56..b78b7825 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index f1e4d239..067b1efd --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 7c0e9484..4c1fae9b --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 712f9b01..5616bfa8 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index dacdc6bc..53470901 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index c359edea..74ff12cb --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index bd9dd008..7893b5a5 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 89d950ec..bf109ca2 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index d54de3c8..bc443b2d --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 41bae447..b4386e13 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 7ee0fed8..056507c1 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 858a4581..2d177d53 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 6ca9f9eb..a6781501 --- 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-2017 John Baier + * Copyright (C) 2015-2018 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 old mode 100644 new mode 100755 index 9761648f..6c152ba0 --- 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-2017 John Baier + * Copyright (C) 2015-2018 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 old mode 100644 new mode 100755 index 51b8c856..c2c55afb --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index eaadd3f9..0cd41ae8 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index be7c0703..c09d98a0 --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index c26e696f..d471cf07 --- 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-2017 John Baier + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 7ed6ea14..5df2e741 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 67df2a23..e184d574 --- 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-2017 John Baier + * Copyright (C) 2016-2018 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 old mode 100644 new mode 100755 index 4e3c5a9c..6e632e57 --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2015-2018 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 old mode 100644 new mode 100755 index 7235a606..81ea3ffb --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index bc428d8c..260b2884 --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index d8e0e833..b17ff6e7 --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 3e609f85..d430074b --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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 old mode 100644 new mode 100755 index 9eac2fd2..a459b5a2 --- 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-2017 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2018 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