From 767cb9bc1fa1c5c6e908608ef7f444e39fa68a2c Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 6 Jan 2016 13:54:01 +0100 Subject: [PATCH] updated copyright year --- make_debian.sh | 2 +- make_freetz.sh | 2 +- src/ebusd/bushandler.cpp | 2 +- src/ebusd/bushandler.h | 2 +- src/ebusd/main.cpp | 2 +- src/ebusd/main.h | 2 +- src/ebusd/mainloop.cpp | 2 +- src/ebusd/mainloop.h | 2 +- src/ebusd/network.cpp | 2 +- src/ebusd/network.h | 2 +- src/lib/ebus/data.cpp | 2 +- src/lib/ebus/data.h | 2 +- src/lib/ebus/device.cpp | 2 +- src/lib/ebus/device.h | 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_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/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 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/make_debian.sh b/make_debian.sh index c645920e..6e3d68f7 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-2015 John Baier +# Copyright (C) 2014-2016 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/make_freetz.sh b/make_freetz.sh index f98ffb24..a7306e6e 100755 --- a/make_freetz.sh +++ b/make_freetz.sh @@ -1,6 +1,6 @@ #!/bin/sh # ebusd - daemon for communication with eBUS heating systems. -# Copyright (C) 2014-2015 John Baier +# Copyright (C) 2014-2016 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 fd6b1c0f..6e87404a 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-2015 John Baier + * Copyright (C) 2014-2016 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 670ff02a..afea4a92 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 ae5ce4ed..6bf8167a 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-2015 John Baier + * Copyright (C) 2014-2016 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 5fd6cd97..2e4858b6 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 b8014642..ddc5c91d 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-2015 John Baier + * Copyright (C) 2014-2016 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 2800caeb..3f02fbca 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-2015 John Baier + * Copyright (C) 2014-2016 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 6f6f50a5..7d586c6f 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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 6ff4f75b..20bd63bc 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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/data.cpp b/src/lib/ebus/data.cpp index eef428fb..7e20a8c7 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-2015 John Baier + * Copyright (C) 2014-2016 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 7b66e96a..047a5809 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 index 9fc879bb..9b674877 100644 --- 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 John Baier + * Copyright (C) 2015-2016 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 6dcb6579..3a8892ed 100644 --- 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 John Baier + * Copyright (C) 2015-2016 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 59dcfab9..46240c70 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 82e9d0ea..45b6f023 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-2015 John Baier + * Copyright (C) 2014-2016 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 f27fb6b8..faa2a310 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-2015 John Baier + * Copyright (C) 2014-2016 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 ce7e793f..51c0cb6b 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 98e55d9a..8b71c46b 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 495c2982..b5526836 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 dfd8abdf..d71c3a47 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 4a48b6c0..73919f23 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 2943a075..8e5a89f5 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 2d0740b2..d4805c29 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-2015 John Baier + * Copyright (C) 2014-2016 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 1d1cbc9e..034697ee 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 93539e76..4e31b0a2 100644 --- 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 John Baier + * Copyright (C) 2015-2016 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 8216cfb8..b2ef1f42 100644 --- 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 John Baier + * Copyright (C) 2015-2016 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 5d84ba89..59d7cfa8 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 7b20bb27..8c740e7b 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 074b6688..09f3efd8 100644 --- 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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 56ef5760..d33ed4ed 100644 --- 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-2015 John Baier + * Copyright (C) 2014-2016 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 15549dbe..27ed4a82 100644 --- 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 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2015-2016 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 0c04a117..601a86b1 100644 --- 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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 31a9a353..a2d69543 100644 --- 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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 e52c63ac..19150579 100644 --- 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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 53b4f92c..426cbea4 100644 --- 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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 66a3aaeb..cb9a66cf 100644 --- 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-2015 John Baier , Roland Jax 2012-2014 + * Copyright (C) 2014-2016 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