diff --git a/CMakeLists.txt b/CMakeLists.txt index ac4aec836..12ef0b809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Main CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode @@ -29,7 +29,7 @@ project(villas-node # Some more project settings set(PROJECT_AUTHOR "Steffen Vogel") -set(PROJECT_COPYRIGHT "2018, Institute for Automation of Complex Power Systems, RWTH Aachen University") +set(PROJECT_COPYRIGHT "2017-2019, Institute for Automation of Complex Power Systems, RWTH Aachen University") set(PROJECT_HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/") # Several CMake settings/defaults diff --git a/README.md b/README.md index 83ca09259..ab4f868f3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ User documentation is available here: -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/clients/matlab/receiver.m b/clients/matlab/receiver.m index 4d2c9d3c3..0a652b1e4 100644 --- a/clients/matlab/receiver.m +++ b/clients/matlab/receiver.m @@ -2,7 +2,7 @@ % % @author Megha Gupta % @author Steffen Vogel -% @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +% @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC % @license GNU General Public License (version 3) % % VILLASnode diff --git a/clients/opal/CMakeLists.txt b/clients/opal/CMakeLists.txt index 8bdbeeedb..eb5262dcc 100644 --- a/clients/opal/CMakeLists.txt +++ b/clients/opal/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/clients/opal/models/send_receive/Makefile.mk b/clients/opal/models/send_receive/Makefile.mk index 19394185f..76f5c353c 100644 --- a/clients/opal/models/send_receive/Makefile.mk +++ b/clients/opal/models/send_receive/Makefile.mk @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/clients/opal/models/send_receive/include/config.h b/clients/opal/models/send_receive/include/config.h index 29d28a0ea..836ea79e9 100644 --- a/clients/opal/models/send_receive/include/config.h +++ b/clients/opal/models/send_receive/include/config.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/include/msg.h b/clients/opal/models/send_receive/include/msg.h index 9133c2cab..aa615d26d 100644 --- a/clients/opal/models/send_receive/include/msg.h +++ b/clients/opal/models/send_receive/include/msg.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/include/msg_format.h b/clients/opal/models/send_receive/include/msg_format.h index 5bcd01872..e2287cb9a 100644 --- a/clients/opal/models/send_receive/include/msg_format.h +++ b/clients/opal/models/send_receive/include/msg_format.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/include/socket.h b/clients/opal/models/send_receive/include/socket.h index 011d4296c..3a2f8b2fb 100644 --- a/clients/opal/models/send_receive/include/socket.h +++ b/clients/opal/models/send_receive/include/socket.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/include/utils.h b/clients/opal/models/send_receive/include/utils.h index 70f48a154..3d1c62902 100644 --- a/clients/opal/models/send_receive/include/utils.h +++ b/clients/opal/models/send_receive/include/utils.h @@ -4,7 +4,7 @@ * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/src/compat.c b/clients/opal/models/send_receive/src/compat.c index ddb82f5bf..af643a533 100644 --- a/clients/opal/models/send_receive/src/compat.c +++ b/clients/opal/models/send_receive/src/compat.c @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/src/main.asv b/clients/opal/models/send_receive/src/main.asv index f6d2d9fc2..c1b2ec500 100644 --- a/clients/opal/models/send_receive/src/main.asv +++ b/clients/opal/models/send_receive/src/main.asv @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU Lesser General Public License v2.1 * * VILLASnode - connecting real-time simulation equipment diff --git a/clients/opal/models/send_receive/src/main.c b/clients/opal/models/send_receive/src/main.c index e4770e515..8de588595 100644 --- a/clients/opal/models/send_receive/src/main.c +++ b/clients/opal/models/send_receive/src/main.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/src/msg.c b/clients/opal/models/send_receive/src/msg.c index 3af278a06..b61572f22 100644 --- a/clients/opal/models/send_receive/src/msg.c +++ b/clients/opal/models/send_receive/src/msg.c @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/src/socket.c b/clients/opal/models/send_receive/src/socket.c index 84525468a..8ae0ea5f2 100644 --- a/clients/opal/models/send_receive/src/socket.c +++ b/clients/opal/models/send_receive/src/socket.c @@ -1,7 +1,7 @@ /** Helper functions for sockets. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/src/utils.c b/clients/opal/models/send_receive/src/utils.c index 98ecfa01e..83c35d608 100644 --- a/clients/opal/models/send_receive/src/utils.c +++ b/clients/opal/models/send_receive/src/utils.c @@ -3,7 +3,7 @@ * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/shmem/CMakeLists.txt b/clients/shmem/CMakeLists.txt index 1f6601b4c..cda319eec 100644 --- a/clients/shmem/CMakeLists.txt +++ b/clients/shmem/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/clients/shmem/villas-shmem.cpp b/clients/shmem/villas-shmem.cpp index 908731661..5dac73c9a 100644 --- a/clients/shmem/villas-shmem.cpp +++ b/clients/shmem/villas-shmem.cpp @@ -4,7 +4,7 @@ * back to the other queue. * * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/cmake/FindIBVerbs.cmake b/cmake/FindIBVerbs.cmake index 6a52eb1d4..68320ce28 100644 --- a/cmake/FindIBVerbs.cmake +++ b/cmake/FindIBVerbs.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/FindMosquitto.cmake b/cmake/FindMosquitto.cmake index 0d65c6780..4acb407eb 100644 --- a/cmake/FindMosquitto.cmake +++ b/cmake/FindMosquitto.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/FindOpal.cmake b/cmake/FindOpal.cmake index fca8ad7f2..3768fc296 100644 --- a/cmake/FindOpal.cmake +++ b/cmake/FindOpal.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/FindRDMACM.cmake b/cmake/FindRDMACM.cmake index 7243aa97c..d42c9c5da 100644 --- a/cmake/FindRDMACM.cmake +++ b/cmake/FindRDMACM.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/VILLASnodePackaging.cmake b/cmake/VILLASnodePackaging.cmake index 922487fad..788899bc5 100644 --- a/cmake/VILLASnodePackaging.cmake +++ b/cmake/VILLASnodePackaging.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/config/Coverage.cmake b/cmake/config/Coverage.cmake index d92286c4f..164ce96e5 100644 --- a/cmake/config/Coverage.cmake +++ b/cmake/config/Coverage.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/config/Debug.cmake b/cmake/config/Debug.cmake index 4aa187da1..226998a21 100644 --- a/cmake/config/Debug.cmake +++ b/cmake/config/Debug.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/config/Profiling.cmake b/cmake/config/Profiling.cmake index 27bd63863..9466777ac 100644 --- a/cmake/config/Profiling.cmake +++ b/cmake/config/Profiling.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/config/Release.cmake b/cmake/config/Release.cmake index 4aa187da1..226998a21 100644 --- a/cmake/config/Release.cmake +++ b/cmake/config/Release.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index bf29b79b2..75d931610 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 412ee2b07..2949127c4 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/etc/advio.conf b/etc/advio.conf index 67eabe76d..47b291994 100644 --- a/etc/advio.conf +++ b/etc/advio.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/comedi.conf b/etc/comedi.conf index 04905614d..529c8f144 100644 --- a/etc/comedi.conf +++ b/etc/comedi.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Daniel Krebs - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/example.conf b/etc/example.conf index 439e16b5f..cdbe05638 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -9,7 +9,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/global.conf b/etc/global.conf index a4e40dd4b..df6e34a0c 100644 --- a/etc/global.conf +++ b/etc/global.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/gtnet-skt/emulate_gtnet.conf b/etc/gtnet-skt/emulate_gtnet.conf index ece3b222c..6a3762eac 100644 --- a/etc/gtnet-skt/emulate_gtnet.conf +++ b/etc/gtnet-skt/emulate_gtnet.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/gtnet-skt/test1.conf b/etc/gtnet-skt/test1.conf index f2c34949c..e31da7e9c 100644 --- a/etc/gtnet-skt/test1.conf +++ b/etc/gtnet-skt/test1.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/gtnet-skt/test2.conf b/etc/gtnet-skt/test2.conf index 18fddd313..295337476 100644 --- a/etc/gtnet-skt/test2.conf +++ b/etc/gtnet-skt/test2.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/gtnet-skt/test3.conf b/etc/gtnet-skt/test3.conf index 05f69eb54..b8ea59836 100644 --- a/etc/gtnet-skt/test3.conf +++ b/etc/gtnet-skt/test3.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/gtnet-skt/test4.conf b/etc/gtnet-skt/test4.conf index 0a101d671..77425a624 100644 --- a/etc/gtnet-skt/test4.conf +++ b/etc/gtnet-skt/test4.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/gtnet-skt/test5.conf b/etc/gtnet-skt/test5.conf index 772131358..3f4a802ca 100644 --- a/etc/gtnet-skt/test5.conf +++ b/etc/gtnet-skt/test5.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/js/config.js b/etc/js/config.js index 87b71f78a..4c51e94c0 100644 --- a/etc/js/config.js +++ b/etc/js/config.js @@ -8,7 +8,7 @@ * villas node <(node /etc/villas/node/js/config.js) * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/js/global.js b/etc/js/global.js index f64ccbef7..c7e6ad112 100644 --- a/etc/js/global.js +++ b/etc/js/global.js @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html//Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/loopback.conf b/etc/loopback.conf index a1955ee7d..2d6aef20a 100644 --- a/etc/loopback.conf +++ b/etc/loopback.conf @@ -26,7 +26,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/plugins.conf b/etc/plugins.conf index e3859bd6d..66142606d 100644 --- a/etc/plugins.conf +++ b/etc/plugins.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index 374c899a2..dcfcb38f0 100644 --- a/etc/websocket-client.conf +++ b/etc/websocket-client.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/websocket-demo.conf b/etc/websocket-demo.conf index ee7d6cc62..5deaa7290 100644 --- a/etc/websocket-demo.conf +++ b/etc/websocket-demo.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/websocket-demo2.conf b/etc/websocket-demo2.conf index b4f505cad..cbf280bd1 100644 --- a/etc/websocket-demo2.conf +++ b/etc/websocket-demo2.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api.hpp b/include/villas/api.hpp index 2b9cebfff..60c63f80f 100644 --- a/include/villas/api.hpp +++ b/include/villas/api.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/action.hpp b/include/villas/api/action.hpp index e7d2d01ae..27aca2929 100644 --- a/include/villas/api/action.hpp +++ b/include/villas/api/action.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/server.hpp b/include/villas/api/server.hpp index b1b9c30bd..1bda64aff 100644 --- a/include/villas/api/server.hpp +++ b/include/villas/api/server.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/session.hpp b/include/villas/api/session.hpp index 05839acd0..f34a4b6b8 100644 --- a/include/villas/api/session.hpp +++ b/include/villas/api/session.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/http.hpp b/include/villas/api/sessions/http.hpp index 6aded9beb..b0fcaaa4f 100644 --- a/include/villas/api/sessions/http.hpp +++ b/include/villas/api/sessions/http.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/socket.hpp b/include/villas/api/sessions/socket.hpp index 901ab8761..67eaa01af 100644 --- a/include/villas/api/sessions/socket.hpp +++ b/include/villas/api/sessions/socket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/websocket.hpp b/include/villas/api/sessions/websocket.hpp index b09c56776..33cf31e43 100644 --- a/include/villas/api/sessions/websocket.hpp +++ b/include/villas/api/sessions/websocket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/wsi.hpp b/include/villas/api/sessions/wsi.hpp index cef0c7718..69498b335 100644 --- a/include/villas/api/sessions/wsi.hpp +++ b/include/villas/api/sessions/wsi.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/config_helper.h b/include/villas/config_helper.h index 14ce43145..1706eb8ea 100644 --- a/include/villas/config_helper.h +++ b/include/villas/config_helper.h @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/format_type.h b/include/villas/format_type.h index 1ed8fdb7d..f884002c7 100644 --- a/include/villas/format_type.h +++ b/include/villas/format_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/csv.h b/include/villas/formats/csv.h index a0f1c3f90..09352492f 100644 --- a/include/villas/formats/csv.h +++ b/include/villas/formats/csv.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json-reserve.h b/include/villas/formats/json-reserve.h index 71f243abe..c36a69c5b 100644 --- a/include/villas/formats/json-reserve.h +++ b/include/villas/formats/json-reserve.h @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json.h b/include/villas/formats/json.h index f3ed54784..1e156d959 100644 --- a/include/villas/formats/json.h +++ b/include/villas/formats/json.h @@ -1,7 +1,7 @@ /** JSON serializtion sample data. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/msg.h b/include/villas/formats/msg.h index 04bd8e21a..753040026 100644 --- a/include/villas/formats/msg.h +++ b/include/villas/formats/msg.h @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/msg_format.h b/include/villas/formats/msg_format.h index 8ebd62b88..26176a3eb 100644 --- a/include/villas/formats/msg_format.h +++ b/include/villas/formats/msg_format.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/protobuf.h b/include/villas/formats/protobuf.h index 3023999a7..360131877 100644 --- a/include/villas/formats/protobuf.h +++ b/include/villas/formats/protobuf.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/raw.h b/include/villas/formats/raw.h index f7f7adc55..5bb340102 100644 --- a/include/villas/formats/raw.h +++ b/include/villas/formats/raw.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/villas_binary.h b/include/villas/formats/villas_binary.h index f04dc7fcc..16fc6d5ad 100644 --- a/include/villas/formats/villas_binary.h +++ b/include/villas/formats/villas_binary.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/villas_human.h b/include/villas/formats/villas_human.h index 8e79626b9..12e44a441 100644 --- a/include/villas/formats/villas_human.h +++ b/include/villas/formats/villas_human.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hook.h b/include/villas/hook.h index 5565cfd3a..28ecfddf6 100644 --- a/include/villas/hook.h +++ b/include/villas/hook.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hook_type.h b/include/villas/hook_type.h index 7fb8beedb..d7ff2f642 100644 --- a/include/villas/hook_type.h +++ b/include/villas/hook_type.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/io.h b/include/villas/io.h index 390d8f702..a42152410 100644 --- a/include/villas/io.h +++ b/include/villas/io.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/if.h b/include/villas/kernel/if.h index 44417a0ef..7b61460d7 100644 --- a/include/villas/kernel/if.h +++ b/include/villas/kernel/if.h @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/nl.h b/include/villas/kernel/nl.h index e54cf9ee3..b62d701ea 100644 --- a/include/villas/kernel/nl.h +++ b/include/villas/kernel/nl.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/tc.h b/include/villas/kernel/tc.h index cf1827596..6e0fb9b0f 100644 --- a/include/villas/kernel/tc.h +++ b/include/villas/kernel/tc.h @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/tc_netem.h b/include/villas/kernel/tc_netem.h index 7db538a2b..3cb67dc0b 100644 --- a/include/villas/kernel/tc_netem.h +++ b/include/villas/kernel/tc_netem.h @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/mapping.h b/include/villas/mapping.h index fd7346fe2..8291cb2f2 100644 --- a/include/villas/mapping.h +++ b/include/villas/mapping.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/memory.h b/include/villas/memory.h index cce816e2c..2678679eb 100644 --- a/include/villas/memory.h +++ b/include/villas/memory.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/memory/ib.h b/include/villas/memory/ib.h index 4b9996b67..dff44cb25 100644 --- a/include/villas/memory/ib.h +++ b/include/villas/memory/ib.h @@ -2,7 +2,7 @@ * * @file * @author Dennis Potter - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/memory_type.h b/include/villas/memory_type.h index 0b5a348e7..76aeefaea 100644 --- a/include/villas/memory_type.h +++ b/include/villas/memory_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node.h b/include/villas/node.h index 3c24adabd..22088a958 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node/config.h.in b/include/villas/node/config.h.in index 85e461333..af9638093 100644 --- a/include/villas/node/config.h.in +++ b/include/villas/node/config.h.in @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_type.h b/include/villas/node_type.h index bff0bdf1d..39060298f 100644 --- a/include/villas/node_type.h +++ b/include/villas/node_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/amqp.h b/include/villas/nodes/amqp.h index 50d41e6db..93a9df15e 100644 --- a/include/villas/nodes/amqp.h +++ b/include/villas/nodes/amqp.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/cbuilder.h b/include/villas/nodes/cbuilder.h index f6f649803..3a938d83f 100644 --- a/include/villas/nodes/cbuilder.h +++ b/include/villas/nodes/cbuilder.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/comedi.h b/include/villas/nodes/comedi.h index 7578d2f7b..a085422c3 100644 --- a/include/villas/nodes/comedi.h +++ b/include/villas/nodes/comedi.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/file.h b/include/villas/nodes/file.h index 410c85c93..00d7df91f 100644 --- a/include/villas/nodes/file.h +++ b/include/villas/nodes/file.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/iec61850.h b/include/villas/nodes/iec61850.h index fd5ec729f..5dda2b725 100644 --- a/include/villas/nodes/iec61850.h +++ b/include/villas/nodes/iec61850.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/iec61850_sv.h b/include/villas/nodes/iec61850_sv.h index b153b6e05..e354af730 100644 --- a/include/villas/nodes/iec61850_sv.h +++ b/include/villas/nodes/iec61850_sv.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/infiniband.h b/include/villas/nodes/infiniband.h index a3b5eb276..d8ab15638 100644 --- a/include/villas/nodes/infiniband.h +++ b/include/villas/nodes/infiniband.h @@ -2,7 +2,7 @@ * * @file * @author Dennis Potter - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/influxdb.h b/include/villas/nodes/influxdb.h index f1aea13d6..9b1aafae6 100644 --- a/include/villas/nodes/influxdb.h +++ b/include/villas/nodes/influxdb.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/loopback.h b/include/villas/nodes/loopback.h index 95006a4b6..782b721c7 100644 --- a/include/villas/nodes/loopback.h +++ b/include/villas/nodes/loopback.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/mqtt.h b/include/villas/nodes/mqtt.h index b93d5828a..2ef92753b 100644 --- a/include/villas/nodes/mqtt.h +++ b/include/villas/nodes/mqtt.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/nanomsg.h b/include/villas/nodes/nanomsg.h index bf9e6ab0c..037fcdc99 100644 --- a/include/villas/nodes/nanomsg.h +++ b/include/villas/nodes/nanomsg.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/ngsi.h b/include/villas/nodes/ngsi.h index b4b3e65f3..8cdc3d851 100644 --- a/include/villas/nodes/ngsi.h +++ b/include/villas/nodes/ngsi.h @@ -8,7 +8,7 @@ * @see http://technical.openmobilealliance.org/Technical/Release_Program/docs/NGSI/V1_0-20120529-A/OMA-TS-NGSI_Context_Management-V1_0-20120529-A.pdf * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/opal.h b/include/villas/nodes/opal.h index 3d7526e0c..ae7cbcd97 100644 --- a/include/villas/nodes/opal.h +++ b/include/villas/nodes/opal.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/rtp.h b/include/villas/nodes/rtp.h index ef3c8f2a6..54d005a4e 100644 --- a/include/villas/nodes/rtp.h +++ b/include/villas/nodes/rtp.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/shmem.h b/include/villas/nodes/shmem.h index b1588c455..b418898a7 100644 --- a/include/villas/nodes/shmem.h +++ b/include/villas/nodes/shmem.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/signal_generator.h b/include/villas/nodes/signal_generator.h index 29dd7b0d5..cc7a9e7cc 100644 --- a/include/villas/nodes/signal_generator.h +++ b/include/villas/nodes/signal_generator.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/socket.h b/include/villas/nodes/socket.h index 52c068fda..e25201042 100644 --- a/include/villas/nodes/socket.h +++ b/include/villas/nodes/socket.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/stats.h b/include/villas/nodes/stats.h index 91de317d3..455a27f1c 100644 --- a/include/villas/nodes/stats.h +++ b/include/villas/nodes/stats.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/test_rtt.h b/include/villas/nodes/test_rtt.h index 21a310be8..de0ab830b 100644 --- a/include/villas/nodes/test_rtt.h +++ b/include/villas/nodes/test_rtt.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/uldaq.h b/include/villas/nodes/uldaq.h index 7d04ea617..d9e8501d8 100644 --- a/include/villas/nodes/uldaq.h +++ b/include/villas/nodes/uldaq.h @@ -3,7 +3,7 @@ * @file * @author Manuel Pitz * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/websocket.h b/include/villas/nodes/websocket.h index b30e45469..d11b9b60b 100644 --- a/include/villas/nodes/websocket.h +++ b/include/villas/nodes/websocket.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/zeromq.h b/include/villas/nodes/zeromq.h index f1a254f6f..1e1823c32 100644 --- a/include/villas/nodes/zeromq.h +++ b/include/villas/nodes/zeromq.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path.h b/include/villas/path.h index ef36a5ed0..8e47612cd 100644 --- a/include/villas/path.h +++ b/include/villas/path.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/plugin.h b/include/villas/plugin.h index 11e4ae268..c0cc377b8 100644 --- a/include/villas/plugin.h +++ b/include/villas/plugin.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/pool.h b/include/villas/pool.h index 562ca255a..6167ceacb 100644 --- a/include/villas/pool.h +++ b/include/villas/pool.h @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/queue.h b/include/villas/queue.h index 68f7ed469..a3b7814df 100644 --- a/include/villas/queue.h +++ b/include/villas/queue.h @@ -4,7 +4,7 @@ * http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue * * @author Steffen Vogel - * @copyright 2017 Steffen Vogel + * @copyright 2014-2019, Steffen Vogel * @license BSD 2-Clause License * * All rights reserved. diff --git a/include/villas/queue.hpp b/include/villas/queue.hpp index 25c3a8a9b..2c4bfa08d 100644 --- a/include/villas/queue.hpp +++ b/include/villas/queue.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/queue_signalled.h b/include/villas/queue_signalled.h index 5f935f78e..bc2286005 100644 --- a/include/villas/queue_signalled.h +++ b/include/villas/queue_signalled.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/queue_signalled.hpp b/include/villas/queue_signalled.hpp index 91fede327..f6b1ad664 100644 --- a/include/villas/queue_signalled.hpp +++ b/include/villas/queue_signalled.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/sample.h b/include/villas/sample.h index 1edd39c0a..493be1ae1 100644 --- a/include/villas/sample.h +++ b/include/villas/sample.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/shmem.h b/include/villas/shmem.h index f96eacfdf..b7b37942d 100644 --- a/include/villas/shmem.h +++ b/include/villas/shmem.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/signal.h b/include/villas/signal.h index 4917d887b..9edc48236 100644 --- a/include/villas/signal.h +++ b/include/villas/signal.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/stats.h b/include/villas/stats.h index a65feb300..8230d719c 100644 --- a/include/villas/stats.h +++ b/include/villas/stats.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/super_node.h b/include/villas/super_node.h index 1e49004f0..c3ad7f241 100644 --- a/include/villas/super_node.h +++ b/include/villas/super_node.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/super_node.hpp b/include/villas/super_node.hpp index 8fd7e3a51..509ed6c31 100644 --- a/include/villas/super_node.hpp +++ b/include/villas/super_node.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/web.hpp b/include/villas/web.hpp index 255ab8007..d12fe9208 100644 --- a/include/villas/web.hpp +++ b/include/villas/web.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index dc254997b..108540b4e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/api.cpp b/lib/api.cpp index 42e33d00f..d4afcd8cb 100644 --- a/lib/api.cpp +++ b/lib/api.cpp @@ -1,7 +1,7 @@ /** REST-API-releated functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/CMakeLists.txt b/lib/api/CMakeLists.txt index 664804a5c..9a87546e5 100644 --- a/lib/api/CMakeLists.txt +++ b/lib/api/CMakeLists.txt @@ -2,7 +2,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/api/action.cpp b/lib/api/action.cpp index af643d78d..fc0480c34 100644 --- a/lib/api/action.cpp +++ b/lib/api/action.cpp @@ -1,7 +1,7 @@ /** API session. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/capabiltities.cpp b/lib/api/actions/capabiltities.cpp index 55834bbaa..e56abd142 100644 --- a/lib/api/actions/capabiltities.cpp +++ b/lib/api/actions/capabiltities.cpp @@ -1,7 +1,7 @@ /** The "capabiltities" API ressource. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/config.cpp b/lib/api/actions/config.cpp index c79a7d34d..f5b285981 100644 --- a/lib/api/actions/config.cpp +++ b/lib/api/actions/config.cpp @@ -1,7 +1,7 @@ /** The "config" API ressource. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/node.cpp b/lib/api/actions/node.cpp index c36947deb..3d33f9245 100644 --- a/lib/api/actions/node.cpp +++ b/lib/api/actions/node.cpp @@ -1,7 +1,7 @@ /** The API ressource for start/stop/pause/resume nodes. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/nodes.cpp b/lib/api/actions/nodes.cpp index 867055049..3baec3813 100644 --- a/lib/api/actions/nodes.cpp +++ b/lib/api/actions/nodes.cpp @@ -1,7 +1,7 @@ /** The "nodes" API ressource. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/paths.cpp b/lib/api/actions/paths.cpp index e78ee2765..6725ef3ba 100644 --- a/lib/api/actions/paths.cpp +++ b/lib/api/actions/paths.cpp @@ -1,7 +1,7 @@ /** The "paths" API ressource. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/restart.cpp b/lib/api/actions/restart.cpp index 422778a98..3af3a4d7e 100644 --- a/lib/api/actions/restart.cpp +++ b/lib/api/actions/restart.cpp @@ -1,7 +1,7 @@ /** The "restart" API action. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/shutdown.cpp b/lib/api/actions/shutdown.cpp index 55f3b6666..f394ed787 100644 --- a/lib/api/actions/shutdown.cpp +++ b/lib/api/actions/shutdown.cpp @@ -1,7 +1,7 @@ /** The "shutdown" API action. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/status.cpp b/lib/api/actions/status.cpp index 16abeea2c..58e4d6694 100644 --- a/lib/api/actions/status.cpp +++ b/lib/api/actions/status.cpp @@ -1,7 +1,7 @@ /** The "stats" API action. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/server.cpp b/lib/api/server.cpp index f0d24983c..a7848a670 100644 --- a/lib/api/server.cpp +++ b/lib/api/server.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/session.cpp b/lib/api/session.cpp index 95b8b7dd8..f7dd12054 100644 --- a/lib/api/session.cpp +++ b/lib/api/session.cpp @@ -1,7 +1,7 @@ /** API session. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/http.cpp b/lib/api/sessions/http.cpp index b12d8a498..45b5935cb 100644 --- a/lib/api/sessions/http.cpp +++ b/lib/api/sessions/http.cpp @@ -1,7 +1,7 @@ /** HTTP Api session. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/socket.cpp b/lib/api/sessions/socket.cpp index 70a40f5ff..eeccdb325 100644 --- a/lib/api/sessions/socket.cpp +++ b/lib/api/sessions/socket.cpp @@ -1,7 +1,7 @@ /** Unix domain socket Api session. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/websocket.cpp b/lib/api/sessions/websocket.cpp index 5d312ec28..1706518f9 100644 --- a/lib/api/sessions/websocket.cpp +++ b/lib/api/sessions/websocket.cpp @@ -1,7 +1,7 @@ /** WebSockets Api session. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/wsi.cpp b/lib/api/sessions/wsi.cpp index 30bf7f1ad..9f7e7a13f 100644 --- a/lib/api/sessions/wsi.cpp +++ b/lib/api/sessions/wsi.cpp @@ -1,7 +1,7 @@ /** LWS Api session. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/config_helper.c b/lib/config_helper.c index c8e763b65..23b924598 100644 --- a/lib/config_helper.c +++ b/lib/config_helper.c @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/format_type.c b/lib/format_type.c index 09feb7932..c9d191c82 100644 --- a/lib/format_type.c +++ b/lib/format_type.c @@ -1,7 +1,7 @@ /** Read / write sample data in different formats. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/CMakeLists.txt b/lib/formats/CMakeLists.txt index 4f460dfbe..5bc3eba3f 100644 --- a/lib/formats/CMakeLists.txt +++ b/lib/formats/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/formats/csv.c b/lib/formats/csv.c index 707e409b4..9de170515 100644 --- a/lib/formats/csv.c +++ b/lib/formats/csv.c @@ -1,7 +1,7 @@ /** Comma-separated values. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json.c b/lib/formats/json.c index 0ff5a7d30..a6fac61e5 100644 --- a/lib/formats/json.c +++ b/lib/formats/json.c @@ -1,7 +1,7 @@ /** JSON serializtion of sample data. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json_reserve.c b/lib/formats/json_reserve.c index fb6c2c3ab..09acb16bd 100644 --- a/lib/formats/json_reserve.c +++ b/lib/formats/json_reserve.c @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/msg.c b/lib/formats/msg.c index 83598e826..e41ddadd2 100644 --- a/lib/formats/msg.c +++ b/lib/formats/msg.c @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/protobuf.c b/lib/formats/protobuf.c index b5fc798e8..bde27d73c 100644 --- a/lib/formats/protobuf.c +++ b/lib/formats/protobuf.c @@ -1,7 +1,7 @@ /** Protobuf IO format * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/raw.c b/lib/formats/raw.c index 58029792c..21e55b73d 100644 --- a/lib/formats/raw.c +++ b/lib/formats/raw.c @@ -1,7 +1,7 @@ /** RAW IO format * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/villas.proto b/lib/formats/villas.proto index 780da153c..4b9bd6182 100644 --- a/lib/formats/villas.proto +++ b/lib/formats/villas.proto @@ -2,7 +2,7 @@ /// /// @file /// @author Steffen Vogel -/// @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +/// @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC /// @license GNU General Public License (version 3) /// /// VILLASnode diff --git a/lib/formats/villas_binary.c b/lib/formats/villas_binary.c index d402f6667..ead10dba2 100644 --- a/lib/formats/villas_binary.c +++ b/lib/formats/villas_binary.c @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/villas_human.c b/lib/formats/villas_human.c index 650d9823c..4c4fb6b07 100644 --- a/lib/formats/villas_human.c +++ b/lib/formats/villas_human.c @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hook.c b/lib/hook.c index 644c140e4..17b693e7a 100644 --- a/lib/hook.c +++ b/lib/hook.c @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hook_type.c b/lib/hook_type.c index 573a9f916..21339d0c3 100644 --- a/lib/hook_type.c +++ b/lib/hook_type.c @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/CMakeLists.txt b/lib/hooks/CMakeLists.txt index 56ead3064..eaea3f910 100644 --- a/lib/hooks/CMakeLists.txt +++ b/lib/hooks/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/hooks/cast.c b/lib/hooks/cast.c index 66e8cfca6..a9327294c 100644 --- a/lib/hooks/cast.c +++ b/lib/hooks/cast.c @@ -2,7 +2,7 @@ /** Cast hook. * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/decimate.c b/lib/hooks/decimate.c index 7b0359526..47fbee807 100644 --- a/lib/hooks/decimate.c +++ b/lib/hooks/decimate.c @@ -1,7 +1,7 @@ /** Decimate hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/drop.c b/lib/hooks/drop.c index a3e6f6aad..23d055fd2 100644 --- a/lib/hooks/drop.c +++ b/lib/hooks/drop.c @@ -1,7 +1,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/fix.c b/lib/hooks/fix.c index 3541eb568..1556cd83f 100644 --- a/lib/hooks/fix.c +++ b/lib/hooks/fix.c @@ -2,7 +2,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/jitter_calc.c b/lib/hooks/jitter_calc.c index 8108f76ea..321745843 100644 --- a/lib/hooks/jitter_calc.c +++ b/lib/hooks/jitter_calc.c @@ -1,7 +1,7 @@ /** Calc jitter, mean and variance of GPS vs NTP TS. * * @author Umar Farooq - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/limit_rate.c b/lib/hooks/limit_rate.c index 22881a85a..9c322d0ce 100644 --- a/lib/hooks/limit_rate.c +++ b/lib/hooks/limit_rate.c @@ -1,7 +1,7 @@ /** Rate-limiting hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/print.c b/lib/hooks/print.c index b4197c030..a8df079bd 100644 --- a/lib/hooks/print.c +++ b/lib/hooks/print.c @@ -1,7 +1,7 @@ /** Print hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/restart.c b/lib/hooks/restart.c index 7ee8802d7..e4bbc8cb4 100644 --- a/lib/hooks/restart.c +++ b/lib/hooks/restart.c @@ -1,7 +1,7 @@ /** Path restart hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/scale.c b/lib/hooks/scale.c index 9c0eba027..343b54f49 100644 --- a/lib/hooks/scale.c +++ b/lib/hooks/scale.c @@ -1,7 +1,7 @@ /** Scale hook. * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/shift_seq.c b/lib/hooks/shift_seq.c index 646cd3561..ddd3bd484 100644 --- a/lib/hooks/shift_seq.c +++ b/lib/hooks/shift_seq.c @@ -1,7 +1,7 @@ /** Shift sequence number of samples * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/shift_ts.c b/lib/hooks/shift_ts.c index 55bc56966..102940728 100644 --- a/lib/hooks/shift_ts.c +++ b/lib/hooks/shift_ts.c @@ -1,7 +1,7 @@ /** Shift timestamps of samples. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/skip_first.c b/lib/hooks/skip_first.c index 04fc43116..4b1120ee6 100644 --- a/lib/hooks/skip_first.c +++ b/lib/hooks/skip_first.c @@ -1,7 +1,7 @@ /** Skip first hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/stats.c b/lib/hooks/stats.c index c1569ec44..80897c089 100644 --- a/lib/hooks/stats.c +++ b/lib/hooks/stats.c @@ -1,7 +1,7 @@ /** Statistic hooks. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/ts.c b/lib/hooks/ts.c index 1c26f9fe4..6ad3566ac 100644 --- a/lib/hooks/ts.c +++ b/lib/hooks/ts.c @@ -1,7 +1,7 @@ /** Timestamp hook. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/io.c b/lib/io.c index 65d6c5eb9..99ab52d4f 100644 --- a/lib/io.c +++ b/lib/io.c @@ -1,7 +1,7 @@ /** Reading and writing simulation samples in various formats. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/if.c b/lib/kernel/if.c index 8e667240c..897678f49 100644 --- a/lib/kernel/if.c +++ b/lib/kernel/if.c @@ -1,7 +1,7 @@ /** Interface related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/nl.c b/lib/kernel/nl.c index 8a19f8673..f1e769ab5 100644 --- a/lib/kernel/nl.c +++ b/lib/kernel/nl.c @@ -3,7 +3,7 @@ * VILLASnode uses libnl3 to talk to the Linux kernel to gather networking related information * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/tc.c b/lib/kernel/tc.c index c92131b8b..0db8beaf5 100644 --- a/lib/kernel/tc.c +++ b/lib/kernel/tc.c @@ -3,7 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/tc_netem.c b/lib/kernel/tc_netem.c index f63daf5ee..b29834fcb 100644 --- a/lib/kernel/tc_netem.c +++ b/lib/kernel/tc_netem.c @@ -3,7 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/mapping.c b/lib/mapping.c index 3bff55a2e..87491861d 100644 --- a/lib/mapping.c +++ b/lib/mapping.c @@ -1,7 +1,7 @@ /** Sample value remapping for mux. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory.c b/lib/memory.c index 7f5ad406c..4da9df6c3 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -1,7 +1,7 @@ /** Memory allocators. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/heap.c b/lib/memory/heap.c index 2b0469646..5efaad642 100644 --- a/lib/memory/heap.c +++ b/lib/memory/heap.c @@ -1,7 +1,7 @@ /** Heap memory allocator. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/hugepage.c b/lib/memory/hugepage.c index 80c5128a7..af100a17a 100644 --- a/lib/memory/hugepage.c +++ b/lib/memory/hugepage.c @@ -1,7 +1,7 @@ /** Hugepage memory allocator. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/ib.c b/lib/memory/ib.c index 65539ca8c..e1fd9d411 100644 --- a/lib/memory/ib.c +++ b/lib/memory/ib.c @@ -1,7 +1,7 @@ /** Infiniband memory allocator. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/managed.c b/lib/memory/managed.c index 7429fc843..d5024ea84 100644 --- a/lib/memory/managed.c +++ b/lib/memory/managed.c @@ -1,7 +1,7 @@ /** Managed memory allocator. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node.c b/lib/node.c index f45e21fab..0f517343d 100644 --- a/lib/node.c +++ b/lib/node.c @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node_type.c b/lib/node_type.c index 4e5642e90..cabc37329 100644 --- a/lib/node_type.c +++ b/lib/node_type.c @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/CMakeLists.txt b/lib/nodes/CMakeLists.txt index 8f367039a..2d0ae690a 100644 --- a/lib/nodes/CMakeLists.txt +++ b/lib/nodes/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/nodes/amqp.c b/lib/nodes/amqp.c index 448e721ea..f6f1b3f0a 100644 --- a/lib/nodes/amqp.c +++ b/lib/nodes/amqp.c @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/cbuilder.c b/lib/nodes/cbuilder.c index e5af6c77c..319a6a54b 100644 --- a/lib/nodes/cbuilder.c +++ b/lib/nodes/cbuilder.c @@ -1,7 +1,7 @@ /** Node type: Wrapper around RSCAD CBuilder model * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel **********************************************************************************/ #include diff --git a/lib/nodes/comedi.c b/lib/nodes/comedi.c index 375e5d4c3..902a4bf64 100644 --- a/lib/nodes/comedi.c +++ b/lib/nodes/comedi.c @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/file.c b/lib/nodes/file.c index 02353a0ef..b87207273 100644 --- a/lib/nodes/file.c +++ b/lib/nodes/file.c @@ -1,7 +1,7 @@ /** Node type: File * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/iec61850.c b/lib/nodes/iec61850.c index 7d94c7c54..165fa5960 100644 --- a/lib/nodes/iec61850.c +++ b/lib/nodes/iec61850.c @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/iec61850_sv.c b/lib/nodes/iec61850_sv.c index c12730f1e..aefff482a 100644 --- a/lib/nodes/iec61850_sv.c +++ b/lib/nodes/iec61850_sv.c @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/infiniband.c b/lib/nodes/infiniband.c index f3bb35e25..063542b57 100644 --- a/lib/nodes/infiniband.c +++ b/lib/nodes/infiniband.c @@ -1,7 +1,7 @@ /** Node type: infiniband * * @author Dennis Potter - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/influxdb.c b/lib/nodes/influxdb.c index 76bc6f4e1..2b22c3b63 100644 --- a/lib/nodes/influxdb.c +++ b/lib/nodes/influxdb.c @@ -1,7 +1,7 @@ /** Node-type for InfluxDB. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/loopback.c b/lib/nodes/loopback.c index 75e10fd89..2c0b06802 100644 --- a/lib/nodes/loopback.c +++ b/lib/nodes/loopback.c @@ -1,7 +1,7 @@ /** Node-type for loopback connections. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/mqtt.c b/lib/nodes/mqtt.c index 9cbe068ce..d6d118f56 100644 --- a/lib/nodes/mqtt.c +++ b/lib/nodes/mqtt.c @@ -1,7 +1,7 @@ /** Node type: mqtt * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/nanomsg.c b/lib/nodes/nanomsg.c index b7f037970..a9dc4b191 100644 --- a/lib/nodes/nanomsg.c +++ b/lib/nodes/nanomsg.c @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/ngsi.c b/lib/nodes/ngsi.c index 43b68abc7..d576d2e42 100644 --- a/lib/nodes/ngsi.c +++ b/lib/nodes/ngsi.c @@ -1,7 +1,7 @@ /** Node type: OMA Next Generation Services Interface 9 (NGSI) (FIWARE context broker) * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/opal.c b/lib/nodes/opal.c index d9a9a47e2..5d30adec0 100644 --- a/lib/nodes/opal.c +++ b/lib/nodes/opal.c @@ -3,7 +3,7 @@ * This file implements the opal subtype for nodes. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/rtp.c b/lib/nodes/rtp.c index 49906b13a..b94ed3d28 100644 --- a/lib/nodes/rtp.c +++ b/lib/nodes/rtp.c @@ -1,7 +1,7 @@ /** Node type: rtp * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/shmem.c b/lib/nodes/shmem.c index c4e0bd145..e10994f8f 100644 --- a/lib/nodes/shmem.c +++ b/lib/nodes/shmem.c @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/signal_generator.c b/lib/nodes/signal_generator.c index 7573a65f3..e33bb6b96 100644 --- a/lib/nodes/signal_generator.c +++ b/lib/nodes/signal_generator.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/socket.c b/lib/nodes/socket.c index d5ac8eb9d..3ae0bdd70 100644 --- a/lib/nodes/socket.c +++ b/lib/nodes/socket.c @@ -1,7 +1,7 @@ /** Various socket related functions * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/stats.c b/lib/nodes/stats.c index 5e27ffd4e..bf76d17de 100644 --- a/lib/nodes/stats.c +++ b/lib/nodes/stats.c @@ -1,7 +1,7 @@ /** Sending statistics to another node. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/test_rtt.c b/lib/nodes/test_rtt.c index f11ec15ea..7eaf5770e 100644 --- a/lib/nodes/test_rtt.c +++ b/lib/nodes/test_rtt.c @@ -1,7 +1,7 @@ /** Node type: Node-type for testing Round-trip Time. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/uldaq.c b/lib/nodes/uldaq.c index ad09faccc..005730a95 100644 --- a/lib/nodes/uldaq.c +++ b/lib/nodes/uldaq.c @@ -3,7 +3,7 @@ * @file * @author Manuel Pitz * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/websocket.c b/lib/nodes/websocket.c index 731e01390..290e1d6b1 100644 --- a/lib/nodes/websocket.c +++ b/lib/nodes/websocket.c @@ -1,7 +1,7 @@ /** Node type: Websockets (libwebsockets) * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/zeromq.c b/lib/nodes/zeromq.c index 8270565a8..3a17aa1f6 100644 --- a/lib/nodes/zeromq.c +++ b/lib/nodes/zeromq.c @@ -1,7 +1,7 @@ /** Node type: ZeroMQ * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/path.c b/lib/path.c index 82dba2b3a..d8595931a 100644 --- a/lib/path.c +++ b/lib/path.c @@ -1,7 +1,7 @@ /** Message paths. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/plugin.c b/lib/plugin.c index 4f2b22c1f..518c0b9bc 100644 --- a/lib/plugin.c +++ b/lib/plugin.c @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/pool.c b/lib/pool.c index 3419191ea..a77ac3617 100644 --- a/lib/pool.c +++ b/lib/pool.c @@ -1,7 +1,7 @@ /** Memory pool for fixed size objects. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/queue_signalled.c b/lib/queue_signalled.c index b003146e8..ae7962ff5 100644 --- a/lib/queue_signalled.c +++ b/lib/queue_signalled.c @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/sample.c b/lib/sample.c index 58dc899bf..dbf005bca 100644 --- a/lib/sample.c +++ b/lib/sample.c @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/shmem.c b/lib/shmem.c index 64d037b58..0737cfbee 100644 --- a/lib/shmem.c +++ b/lib/shmem.c @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/signal.c b/lib/signal.c index 02b49c107..65cc17aa9 100644 --- a/lib/signal.c +++ b/lib/signal.c @@ -1,7 +1,7 @@ /** Signal meta data. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/stats.c b/lib/stats.c index 5e2e50ca2..66a11805e 100644 --- a/lib/stats.c +++ b/lib/stats.c @@ -1,7 +1,7 @@ /** Statistic collection. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/super_node.cpp b/lib/super_node.cpp index 424be11b1..f9cc78654 100644 --- a/lib/super_node.cpp +++ b/lib/super_node.cpp @@ -1,7 +1,7 @@ /** The super node object holding the state of the application. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/web.cpp b/lib/web.cpp index 1c0cff314..e1770cb5e 100644 --- a/lib/web.cpp +++ b/lib/web.cpp @@ -1,7 +1,7 @@ /** LWS-releated functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt index 96e32baac..690a15fcc 100644 --- a/packaging/CMakeLists.txt +++ b/packaging/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/CMakeLists.txt b/packaging/docker/CMakeLists.txt index 4ba5ede52..40e73088c 100644 --- a/packaging/docker/CMakeLists.txt +++ b/packaging/docker/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.app b/packaging/docker/Dockerfile.app index aedd77630..98602548c 100644 --- a/packaging/docker/Dockerfile.app +++ b/packaging/docker/Dockerfile.app @@ -5,7 +5,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev b/packaging/docker/Dockerfile.dev index 286f70c94..ba3c4a09c 100644 --- a/packaging/docker/Dockerfile.dev +++ b/packaging/docker/Dockerfile.dev @@ -9,7 +9,7 @@ # make docker-dev # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev-centos b/packaging/docker/Dockerfile.dev-centos index 74e6a7f5c..db68704c0 100644 --- a/packaging/docker/Dockerfile.dev-centos +++ b/packaging/docker/Dockerfile.dev-centos @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev-ubuntu b/packaging/docker/Dockerfile.dev-ubuntu index c8d95b9ce..4f276fa41 100644 --- a/packaging/docker/Dockerfile.dev-ubuntu +++ b/packaging/docker/Dockerfile.dev-ubuntu @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index d83a3d0a0..811ca9925 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/plugins/hooks/example_hook.c b/plugins/hooks/example_hook.c index 0ed37c59c..33f9a5911 100644 --- a/plugins/hooks/example_hook.c +++ b/plugins/hooks/example_hook.c @@ -1,7 +1,7 @@ /** A simple example hook function which can be loaded as a plugin. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/plugins/models/simple_circuit.c b/plugins/models/simple_circuit.c index d8cd9e415..fe9658e1a 100644 --- a/plugins/models/simple_circuit.c +++ b/plugins/models/simple_circuit.c @@ -21,7 +21,7 @@ * % * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index d2ec909f2..c02d846c7 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/python/README.md b/python/README.md index 65c819272..de6dc1ece 100644 --- a/python/README.md +++ b/python/README.md @@ -12,7 +12,7 @@ User documentation is available here: -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/src/villas-convert.cpp b/src/villas-convert.cpp index b615df857..5926ed2de 100644 --- a/src/villas-convert.cpp +++ b/src/villas-convert.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-hook.cpp b/src/villas-hook.cpp index 5b1a527c9..45f9288fd 100644 --- a/src/villas-hook.cpp +++ b/src/villas-hook.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-node.cpp b/src/villas-node.cpp index 8117f5cbc..da368af89 100644 --- a/src/villas-node.cpp +++ b/src/villas-node.cpp @@ -1,7 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-pipe.cpp b/src/villas-pipe.cpp index bb85e3765..47478d0f7 100644 --- a/src/villas-pipe.cpp +++ b/src/villas-pipe.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-relay.cpp b/src/villas-relay.cpp index c82fd9392..8c32a7c28 100644 --- a/src/villas-relay.cpp +++ b/src/villas-relay.cpp @@ -1,7 +1,7 @@ /** Simple WebSocket relay facilitating client-to-client connections. * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-signal.cpp b/src/villas-signal.cpp index e751eac84..e64c53925 100644 --- a/src/villas-signal.cpp +++ b/src/villas-signal.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-test-cmp.cpp b/src/villas-test-cmp.cpp index d75812be2..d8bab1674 100644 --- a/src/villas-test-cmp.cpp +++ b/src/villas-test-cmp.cpp @@ -1,7 +1,7 @@ /** Compare two data files. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-test-rtt.cpp b/src/villas-test-rtt.cpp index 6cb719879..8ae798a2c 100644 --- a/src/villas-test-rtt.cpp +++ b/src/villas-test-rtt.cpp @@ -1,7 +1,7 @@ /** Measure round-trip time. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index baf8b9e93..f533f6a3d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/benchmarks/run-benchmark.sh b/tests/benchmarks/run-benchmark.sh index 9e37d0ae0..f0e3e2857 100755 --- a/tests/benchmarks/run-benchmark.sh +++ b/tests/benchmarks/run-benchmark.sh @@ -3,7 +3,7 @@ # Integration Infiniband test using villas-node. # # @author Dennis Potter -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index f3d7e812e..415d28998 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-capabilities.sh b/tests/integration/api-capabilities.sh index ffac498d7..e88dc3a64 100755 --- a/tests/integration/api-capabilities.sh +++ b/tests/integration/api-capabilities.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-config.sh b/tests/integration/api-config.sh index 1bf9e8fc3..2a6e39a46 100755 --- a/tests/integration/api-config.sh +++ b/tests/integration/api-config.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-nodes.sh b/tests/integration/api-nodes.sh index fb17a0bc7..eed7ab219 100755 --- a/tests/integration/api-nodes.sh +++ b/tests/integration/api-nodes.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-restart.sh b/tests/integration/api-restart.sh index 0b3f02614..28795d723 100755 --- a/tests/integration/api-restart.sh +++ b/tests/integration/api-restart.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-shutdown.sh b/tests/integration/api-shutdown.sh index 1f1d385e1..3ec87310b 100755 --- a/tests/integration/api-shutdown.sh +++ b/tests/integration/api-shutdown.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-stress.sh b/tests/integration/api-stress.sh index c3079b278..fc88e8c82 100755 --- a/tests/integration/api-stress.sh +++ b/tests/integration/api-stress.sh @@ -3,7 +3,7 @@ # Stress test for remote API # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/convert.sh b/tests/integration/convert.sh index 67114eb03..cffda1330 100755 --- a/tests/integration/convert.sh +++ b/tests/integration/convert.sh @@ -3,7 +3,7 @@ # Integration test for villas-convert tool # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-cast.sh b/tests/integration/hook-cast.sh index 631a11b6e..be186e76b 100755 --- a/tests/integration/hook-cast.sh +++ b/tests/integration/hook-cast.sh @@ -3,7 +3,7 @@ # Integration test for convert hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-decimate.sh b/tests/integration/hook-decimate.sh index 18a5bdf92..713c084d8 100755 --- a/tests/integration/hook-decimate.sh +++ b/tests/integration/hook-decimate.sh @@ -3,7 +3,7 @@ # Integration test for decimate hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-drop.sh b/tests/integration/hook-drop.sh index 36b28f4d3..c0bb64621 100755 --- a/tests/integration/hook-drop.sh +++ b/tests/integration/hook-drop.sh @@ -3,7 +3,7 @@ # Integration test for drop hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-limit_rate.sh b/tests/integration/hook-limit_rate.sh index 3ee36e5a9..2820cc599 100755 --- a/tests/integration/hook-limit_rate.sh +++ b/tests/integration/hook-limit_rate.sh @@ -3,7 +3,7 @@ # Integration test for limit_rate hook. # # @author Steffen Vogel -# @copyright 2018 Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-print.sh b/tests/integration/hook-print.sh index 087a6c505..837905f10 100755 --- a/tests/integration/hook-print.sh +++ b/tests/integration/hook-print.sh @@ -3,7 +3,7 @@ # Integration test for print hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-scale.sh b/tests/integration/hook-scale.sh index f0741c0e7..0e222dff8 100755 --- a/tests/integration/hook-scale.sh +++ b/tests/integration/hook-scale.sh @@ -3,7 +3,7 @@ # Integration test for scale hook. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-shift_seq.sh b/tests/integration/hook-shift_seq.sh index 477f7a8a2..61151041c 100755 --- a/tests/integration/hook-shift_seq.sh +++ b/tests/integration/hook-shift_seq.sh @@ -3,7 +3,7 @@ # Integration test for shift_seq hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-shift_ts.sh b/tests/integration/hook-shift_ts.sh index 710597032..d485bfe34 100755 --- a/tests/integration/hook-shift_ts.sh +++ b/tests/integration/hook-shift_ts.sh @@ -3,7 +3,7 @@ # Integration test for shift_ts hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-skip_first.sh b/tests/integration/hook-skip_first.sh index 7dd059857..774a48c69 100755 --- a/tests/integration/hook-skip_first.sh +++ b/tests/integration/hook-skip_first.sh @@ -3,7 +3,7 @@ # Integration test for skip_first hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-skip_first2.sh b/tests/integration/hook-skip_first2.sh index 4501e14ed..6be633d42 100755 --- a/tests/integration/hook-skip_first2.sh +++ b/tests/integration/hook-skip_first2.sh @@ -3,7 +3,7 @@ # Integration test for skip_first hook. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-infiniband.sh b/tests/integration/node-infiniband.sh index e73444c9c..411fbd699 100755 --- a/tests/integration/node-infiniband.sh +++ b/tests/integration/node-infiniband.sh @@ -3,7 +3,7 @@ # Integration Infiniband test using villas-node. # # @author Dennis Potter -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-loopback-socket.sh b/tests/integration/node-loopback-socket.sh index 5fc29e51f..cb933a884 100755 --- a/tests/integration/node-loopback-socket.sh +++ b/tests/integration/node-loopback-socket.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-mux_demux.sh b/tests/integration/node-mux_demux.sh index 81ea5d934..2ada0b9ab 100755 --- a/tests/integration/node-mux_demux.sh +++ b/tests/integration/node-mux_demux.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-stats.sh b/tests/integration/node-stats.sh index 0c46cdc1d..b32c1617f 100755 --- a/tests/integration/node-stats.sh +++ b/tests/integration/node-stats.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-test_rtt.sh b/tests/integration/node-test_rtt.sh index 7a27c4f84..61d731e1f 100755 --- a/tests/integration/node-test_rtt.sh +++ b/tests/integration/node-test_rtt.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-file-advio.sh b/tests/integration/pipe-file-advio.sh index e4d408a69..720529b64 100755 --- a/tests/integration/pipe-file-advio.sh +++ b/tests/integration/pipe-file-advio.sh @@ -3,7 +3,7 @@ # Integration test for remote file IO of file node-type. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-amqp.sh b/tests/integration/pipe-loopback-amqp.sh index e7e3ab955..5957e7e51 100755 --- a/tests/integration/pipe-loopback-amqp.sh +++ b/tests/integration/pipe-loopback-amqp.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-file.sh b/tests/integration/pipe-loopback-file.sh index 04e37390b..4310d0379 100755 --- a/tests/integration/pipe-loopback-file.sh +++ b/tests/integration/pipe-loopback-file.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-iec61850-9-2.sh b/tests/integration/pipe-loopback-iec61850-9-2.sh index b86a3ed02..a9b625803 100755 --- a/tests/integration/pipe-loopback-iec61850-9-2.sh +++ b/tests/integration/pipe-loopback-iec61850-9-2.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-loopback.sh b/tests/integration/pipe-loopback-loopback.sh index 9d05efbac..5054b2e00 100755 --- a/tests/integration/pipe-loopback-loopback.sh +++ b/tests/integration/pipe-loopback-loopback.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-mqtt.sh b/tests/integration/pipe-loopback-mqtt.sh index ac3dd5658..2059e51bf 100755 --- a/tests/integration/pipe-loopback-mqtt.sh +++ b/tests/integration/pipe-loopback-mqtt.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-nanomsg.sh b/tests/integration/pipe-loopback-nanomsg.sh index 76cc7827b..2f2ffe733 100755 --- a/tests/integration/pipe-loopback-nanomsg.sh +++ b/tests/integration/pipe-loopback-nanomsg.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index 405c04c9f..a0d2d9906 100755 --- a/tests/integration/pipe-loopback-rtp.sh +++ b/tests/integration/pipe-loopback-rtp.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-shmem.sh b/tests/integration/pipe-loopback-shmem.sh index 8f5184de6..33eaa3629 100755 --- a/tests/integration/pipe-loopback-shmem.sh +++ b/tests/integration/pipe-loopback-shmem.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-socket-multicast.sh b/tests/integration/pipe-loopback-socket-multicast.sh index a03cb4c29..22310995a 100755 --- a/tests/integration/pipe-loopback-socket-multicast.sh +++ b/tests/integration/pipe-loopback-socket-multicast.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-socket-netem.sh b/tests/integration/pipe-loopback-socket-netem.sh index 685523b3e..c0e89131f 100755 --- a/tests/integration/pipe-loopback-socket-netem.sh +++ b/tests/integration/pipe-loopback-socket-netem.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-socket.sh b/tests/integration/pipe-loopback-socket.sh index bf56a63d7..9463379ce 100755 --- a/tests/integration/pipe-loopback-socket.sh +++ b/tests/integration/pipe-loopback-socket.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-websocket.sh b/tests/integration/pipe-loopback-websocket.sh index e38eaa4a4..2b47a5dba 100755 --- a/tests/integration/pipe-loopback-websocket.sh +++ b/tests/integration/pipe-loopback-websocket.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-zeromq.sh b/tests/integration/pipe-loopback-zeromq.sh index eb5d4e63d..cd92683fc 100755 --- a/tests/integration/pipe-loopback-zeromq.sh +++ b/tests/integration/pipe-loopback-zeromq.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-python-protobuf.sh b/tests/integration/pipe-python-protobuf.sh index 430f6d61b..7159e74ae 100755 --- a/tests/integration/pipe-python-protobuf.sh +++ b/tests/integration/pipe-python-protobuf.sh @@ -3,7 +3,7 @@ # Test protobuf serialization with Python client # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/test-cmp.sh b/tests/integration/test-cmp.sh index 863ff0fa0..58d29b2c1 100755 --- a/tests/integration/test-cmp.sh +++ b/tests/integration/test-cmp.sh @@ -3,7 +3,7 @@ # Integration test for villas-test-cmp. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index ab4d4b5bf..2cab31ca5 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/unit/config_json.cpp b/tests/unit/config_json.cpp index 55939451e..5dd1c1e63 100644 --- a/tests/unit/config_json.cpp +++ b/tests/unit/config_json.cpp @@ -1,7 +1,7 @@ /** Unit tests libconfig to jansson converters. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/io.cpp b/tests/unit/io.cpp index 00c9082cd..35bcf0635 100644 --- a/tests/unit/io.cpp +++ b/tests/unit/io.cpp @@ -1,7 +1,7 @@ /** Unit tests for IO formats. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/json.cpp b/tests/unit/json.cpp index 252484090..4fcf6e21d 100644 --- a/tests/unit/json.cpp +++ b/tests/unit/json.cpp @@ -1,7 +1,7 @@ /** Unit tests for libjansson helpers * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/main.cpp b/tests/unit/main.cpp index f096c898a..087c4199c 100644 --- a/tests/unit/main.cpp +++ b/tests/unit/main.cpp @@ -1,7 +1,7 @@ /** Custom main() for Criterion * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/mapping.cpp b/tests/unit/mapping.cpp index af6e5e697..df3958277 100644 --- a/tests/unit/mapping.cpp +++ b/tests/unit/mapping.cpp @@ -1,7 +1,7 @@ /** Unit tests for sample value mapping. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/memory.cpp b/tests/unit/memory.cpp index c81cac5b1..4be803fdb 100644 --- a/tests/unit/memory.cpp +++ b/tests/unit/memory.cpp @@ -1,7 +1,7 @@ /** Unit tests for memory management * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/pool.cpp b/tests/unit/pool.cpp index 14abc9414..69cfb9a7e 100644 --- a/tests/unit/pool.cpp +++ b/tests/unit/pool.cpp @@ -1,7 +1,7 @@ /** Unit tests for memory pool * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/queue.cpp b/tests/unit/queue.cpp index ac04eb046..ab867fee0 100644 --- a/tests/unit/queue.cpp +++ b/tests/unit/queue.cpp @@ -1,7 +1,7 @@ /** Unit tests for queue * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/queue_signalled.cpp b/tests/unit/queue_signalled.cpp index ab1127425..802356cbf 100644 --- a/tests/unit/queue_signalled.cpp +++ b/tests/unit/queue_signalled.cpp @@ -1,7 +1,7 @@ /** Unit tests for queue_signalled * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 3fed724fa..e5450ba4e 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/conf2json.cpp b/tools/conf2json.cpp index 02db3001c..3a6fb4077 100644 --- a/tools/conf2json.cpp +++ b/tools/conf2json.cpp @@ -1,7 +1,7 @@ /** Convert old style config to new JSON format. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/docker.sh b/tools/docker.sh index 8e3ff35fc..bf5036ca7 100755 --- a/tools/docker.sh +++ b/tools/docker.sh @@ -5,7 +5,7 @@ # $ source tools/docker.sh # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/fiware/fiware-query.sh b/tools/fiware/fiware-query.sh index 7187a80bc..1adca15dd 100755 --- a/tools/fiware/fiware-query.sh +++ b/tools/fiware/fiware-query.sh @@ -3,7 +3,7 @@ # Query FIWARE Orion Context Broker # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/fiware/fiware-update.sh b/tools/fiware/fiware-update.sh index f950ee922..8a28ce72a 100755 --- a/tools/fiware/fiware-update.sh +++ b/tools/fiware/fiware-update.sh @@ -3,7 +3,7 @@ # Update context of FIRWARE ORION Context Broker. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/integration-tests-helper.sh b/tools/integration-tests-helper.sh index 2d80e22c6..8c55e68fe 100755 --- a/tools/integration-tests-helper.sh +++ b/tools/integration-tests-helper.sh @@ -3,7 +3,7 @@ # Some helper functions for our integration test suite # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index 504e17e67..2db8bfc30 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -3,7 +3,7 @@ # Run integration tests # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/rmsem.cpp b/tools/rmsem.cpp index c63035c8b..e28e061dc 100644 --- a/tools/rmsem.cpp +++ b/tools/rmsem.cpp @@ -1,7 +1,7 @@ /** Delete semaphores. * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/rmshm.cpp b/tools/rmshm.cpp index 009d53d6a..182b3a6be 100644 --- a/tools/rmshm.cpp +++ b/tools/rmshm.cpp @@ -1,7 +1,7 @@ /** Delete shared memory regions. * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/tc/tc-dump.sh b/tools/tc/tc-dump.sh index 71fe9a979..e97b5eeaf 100755 --- a/tools/tc/tc-dump.sh +++ b/tools/tc/tc-dump.sh @@ -3,7 +3,7 @@ # Dump Linux traffic control state to screen. # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/tc/tc-netem.sh b/tools/tc/tc-netem.sh index 6ddbf41b2..3e0d703e0 100755 --- a/tools/tc/tc-netem.sh +++ b/tools/tc/tc-netem.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/tc/tc-netem2.sh b/tools/tc/tc-netem2.sh index 3b4abe8c2..6fa210d13 100755 --- a/tools/tc/tc-netem2.sh +++ b/tools/tc/tc-netem2.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/villas-signal.sh b/tools/villas-signal.sh index 8e0433b63..0cd8207fd 100755 --- a/tools/villas-signal.sh +++ b/tools/villas-signal.sh @@ -2,7 +2,7 @@ # Wrapper around villas-pipe which uses the signal generator node-type # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode @@ -46,7 +46,7 @@ function usage() { echo " -l NUM only send LIMIT messages and stop" echo echo "VILLASnode $(villas-node -v)" - echo " Copyright 2014-2018, Institute for Automation of Complex Power Systems, EONERC" + echo " Copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC" echo " Steffen Vogel " exit 1 } diff --git a/tools/villas.sh b/tools/villas.sh index 16eaac845..d46f090bc 100755 --- a/tools/villas.sh +++ b/tools/villas.sh @@ -8,7 +8,7 @@ # $ make install # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/web/CMakeLists.txt b/web/CMakeLists.txt index edf2cc5ed..85747d699 100644 --- a/web/CMakeLists.txt +++ b/web/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/web/socket/api.js b/web/socket/api.js index e8b915fe4..bf9f1f60e 100644 --- a/web/socket/api.js +++ b/web/socket/api.js @@ -1,7 +1,7 @@ /** Remote API. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/app.js b/web/socket/app.js index dbaa467df..612152166 100644 --- a/web/socket/app.js +++ b/web/socket/app.js @@ -1,7 +1,7 @@ /** VILLASnode WebMockup Javascript application. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/file.js b/web/socket/file.js index 1fdc950d9..8772607ac 100644 --- a/web/socket/file.js +++ b/web/socket/file.js @@ -1,7 +1,7 @@ /** Read from a local file. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/msg.js b/web/socket/msg.js index 97b4f7d14..45e91a40b 100644 --- a/web/socket/msg.js +++ b/web/socket/msg.js @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/utils.js b/web/socket/utils.js index d49d882d0..d37d5ffbb 100644 --- a/web/socket/utils.js +++ b/web/socket/utils.js @@ -1,7 +1,7 @@ /** Utilities. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode