From 7aa153848ec8bb005388c6f33e8d23a654c773e7 Mon Sep 17 00:00:00 2001 From: john30 Date: Thu, 14 May 2015 10:47:51 +0200 Subject: [PATCH] updated author address --- AUTHORS | 2 +- README.md | 2 +- configure.ac | 2 +- make_debian.sh | 4 ++-- make_freetz.sh | 4 ++-- 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/log.cpp | 2 +- src/lib/utils/log.h | 2 +- src/lib/utils/notify.h | 2 +- src/lib/utils/tcpsocket.h | 2 +- src/lib/utils/thread.cpp | 2 +- src/lib/utils/thread.h | 2 +- src/lib/utils/wqueue.h | 2 +- src/tools/ebusctl.cpp | 2 +- src/tools/ebusfeed.cpp | 2 +- 37 files changed, 39 insertions(+), 39 deletions(-) mode change 100755 => 100644 make_debian.sh mode change 100755 => 100644 make_freetz.sh diff --git a/AUTHORS b/AUTHORS index c61086e1..1ce9f4ca 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -John Baier +John Baier Roland Jax diff --git a/README.md b/README.md index 15c67dcc..1fe248a3 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ Contact ------- For bugs and missing features use github issue system. -The author can be contacted at ebusd@johnm.de . +The author can be contacted at ebusd@ebusd.eu . diff --git a/configure.ac b/configure.ac index a64b110e..1a1eb2f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ebusd], [1.1.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) +AC_INIT([ebusd], [1.1.0], [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd]) AC_CONFIG_AUX_DIR([build]) diff --git a/make_debian.sh b/make_debian.sh old mode 100755 new mode 100644 index 89a8f62d..7aab51c1 --- a/make_debian.sh +++ b/make_debian.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) John Baier 2014-2015 +# Copyright (C) John Baier 2014-2015 # # This file is part of ebusd. # @@ -57,7 +57,7 @@ Version: $VERSION Section: net Priority: required Architecture: $ARCH -Maintainer: John Baier +Maintainer: John Baier Homepage: https://github.com/john30/ebusd Bugs: https://github.com/john30/ebusd/issues Depends: libstdc++6, libc6, libgcc1 diff --git a/make_freetz.sh b/make_freetz.sh old mode 100755 new mode 100644 index ff97a4e1..ac5d52f7 --- a/make_freetz.sh +++ b/make_freetz.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) John Baier 2014-2015 +# Copyright (C) John Baier 2014-2015 # # This file is part of ebusd. # @@ -51,7 +51,7 @@ rm -rf $RELEASE/usr/ $RELEASE/etc/ || exit 1 cat < $RELEASE/INFO Package: ebusd Version: $VERSION -Maintainer: John Baier +Maintainer: John Baier Homepage: https://github.com/john30/ebusd Bugs: https://github.com/john30/ebusd/issues Depends: libstdc++6, libc6, libgcc1 diff --git a/src/ebusd/bushandler.cpp b/src/ebusd/bushandler.cpp index 3b7ba3c2..64573d6a 100644 --- a/src/ebusd/bushandler.cpp +++ b/src/ebusd/bushandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/bushandler.h b/src/ebusd/bushandler.h index 2a9def96..8c94e13f 100644 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/main.cpp b/src/ebusd/main.cpp index b99f96ea..971935f1 100644 --- a/src/ebusd/main.cpp +++ b/src/ebusd/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/main.h b/src/ebusd/main.h index 807458c9..d2aa17db 100644 --- a/src/ebusd/main.h +++ b/src/ebusd/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index 3e49b970..fd541871 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/mainloop.h b/src/ebusd/mainloop.h index 3945d777..750635df 100644 --- a/src/ebusd/mainloop.h +++ b/src/ebusd/mainloop.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/network.cpp b/src/ebusd/network.cpp index dbbcbcae..f5f4be72 100644 --- a/src/ebusd/network.cpp +++ b/src/ebusd/network.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/ebusd/network.h b/src/ebusd/network.h index fdbb2d12..d5e43ce0 100644 --- a/src/ebusd/network.h +++ b/src/ebusd/network.h @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/data.cpp b/src/lib/ebus/data.cpp index d9edaae0..3e92899b 100644 --- a/src/lib/ebus/data.cpp +++ b/src/lib/ebus/data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/data.h b/src/lib/ebus/data.h index 777cce24..9d387dc4 100644 --- a/src/lib/ebus/data.h +++ b/src/lib/ebus/data.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/device.cpp b/src/lib/ebus/device.cpp index 771b2e42..a949746d 100644 --- a/src/lib/ebus/device.cpp +++ b/src/lib/ebus/device.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2015 + * Copyright (C) John Baier 2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/device.h b/src/lib/ebus/device.h index 94d1139d..b1806a57 100644 --- a/src/lib/ebus/device.h +++ b/src/lib/ebus/device.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2015 + * Copyright (C) John Baier 2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/filereader.h b/src/lib/ebus/filereader.h index 7cf617b9..e366b39f 100644 --- a/src/lib/ebus/filereader.h +++ b/src/lib/ebus/filereader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/message.cpp b/src/lib/ebus/message.cpp index 277be4c6..e0a148d6 100644 --- a/src/lib/ebus/message.cpp +++ b/src/lib/ebus/message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/message.h b/src/lib/ebus/message.h index d0a1f468..57ce0217 100644 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/result.cpp b/src/lib/ebus/result.cpp index d15f4957..aa6a4ca6 100644 --- a/src/lib/ebus/result.cpp +++ b/src/lib/ebus/result.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/result.h b/src/lib/ebus/result.h index 8115bd5c..3b289ad3 100644 --- a/src/lib/ebus/result.h +++ b/src/lib/ebus/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/symbol.cpp b/src/lib/ebus/symbol.cpp index 9075d451..17dd03fa 100644 --- a/src/lib/ebus/symbol.cpp +++ b/src/lib/ebus/symbol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/symbol.h b/src/lib/ebus/symbol.h index be31b9e7..8e669ba5 100644 --- a/src/lib/ebus/symbol.h +++ b/src/lib/ebus/symbol.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/test/test_data.cpp b/src/lib/ebus/test/test_data.cpp index bb3d1b70..0c5e88d9 100644 --- a/src/lib/ebus/test/test_data.cpp +++ b/src/lib/ebus/test/test_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/test/test_device.cpp b/src/lib/ebus/test/test_device.cpp index 4dea4e4e..29b07fbe 100644 --- a/src/lib/ebus/test/test_device.cpp +++ b/src/lib/ebus/test/test_device.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2015 + * Copyright (C) John Baier 2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/test/test_message.cpp b/src/lib/ebus/test/test_message.cpp index 643ec60c..7f0a6b0e 100644 --- a/src/lib/ebus/test/test_message.cpp +++ b/src/lib/ebus/test/test_message.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/ebus/test/test_symbol.cpp b/src/lib/ebus/test/test_symbol.cpp index e3376d26..7540ddf4 100644 --- a/src/lib/ebus/test/test_symbol.cpp +++ b/src/lib/ebus/test/test_symbol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/log.cpp b/src/lib/utils/log.cpp index 01effc08..aebb7445 100644 --- a/src/lib/utils/log.cpp +++ b/src/lib/utils/log.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/log.h b/src/lib/utils/log.h index 30aff93e..cdcfeaf0 100644 --- a/src/lib/utils/log.h +++ b/src/lib/utils/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) John Baier 2014-2015 + * Copyright (C) John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/notify.h b/src/lib/utils/notify.h index fc411b4e..4f97170d 100644 --- a/src/lib/utils/notify.h +++ b/src/lib/utils/notify.h @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/tcpsocket.h b/src/lib/utils/tcpsocket.h index 961fe199..c49ca342 100644 --- a/src/lib/utils/tcpsocket.h +++ b/src/lib/utils/tcpsocket.h @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2015 + * John Baier 2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/thread.cpp b/src/lib/utils/thread.cpp index b44042c4..c92d6a21 100644 --- a/src/lib/utils/thread.cpp +++ b/src/lib/utils/thread.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/thread.h b/src/lib/utils/thread.h index 0c0883e3..05e25bc0 100644 --- a/src/lib/utils/thread.h +++ b/src/lib/utils/thread.h @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/lib/utils/wqueue.h b/src/lib/utils/wqueue.h index 59a21b1f..03315399 100644 --- a/src/lib/utils/wqueue.h +++ b/src/lib/utils/wqueue.h @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/tools/ebusctl.cpp b/src/tools/ebusctl.cpp index 1141113c..150e5b49 100644 --- a/src/tools/ebusctl.cpp +++ b/src/tools/ebusctl.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. * diff --git a/src/tools/ebusfeed.cpp b/src/tools/ebusfeed.cpp index 4ff8ea47..79c1d039 100644 --- a/src/tools/ebusfeed.cpp +++ b/src/tools/ebusfeed.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) Roland Jax 2012-2014 , - * John Baier 2014-2015 + * John Baier 2014-2015 * * This file is part of ebusd. *