diff --git a/CMakeLists.txt b/CMakeLists.txt index 6eb04c01c..97e3a68b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Main CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt index 68e38cee0..0335622b0 100644 --- a/clients/CMakeLists.txt +++ b/clients/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 3cb7f0218..98060847b 100644 --- a/clients/matlab/receiver.m +++ b/clients/matlab/receiver.m @@ -2,7 +2,7 @@ % % @author Megha Gupta % @author Steffen Vogel -% @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +% @copyright 2014-2022, 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 af38c5994..2b3ba3bc7 100644 --- a/clients/opal/CMakeLists.txt +++ b/clients/opal/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 cff5e513e..b4025ced0 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 8f930f59e..b2d8a98fa 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 069f58ee1..dd1cf0e3b 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode @@ -48,4 +48,4 @@ void msg_hton(struct msg *m); * @retval 0 The message header is valid. * @retval <0 The message header is invalid. */ -int msg_verify(struct msg *m); \ No newline at end of file +int msg_verify(struct msg *m); diff --git a/clients/opal/models/send_receive/include/msg_format.h b/clients/opal/models/send_receive/include/msg_format.h index 1442e9aa3..457f6624a 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 4778554e1..796d1b433 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 e02cd2448..c3066edf0 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 d4bf5d7ce..34051e95a 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 6adabe77e..1aeb6b73a 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 707ea7f23..27440f992 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 6f29ebe7b..c2e1f7076 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 d24216898..66417d29a 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 e03bec92f..6acec93d7 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 4e727688d..3c255b1bb 100644 --- a/clients/shmem/CMakeLists.txt +++ b/clients/shmem/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 7eb14b141..65d817a11 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 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 7f23b5614..dc2b93c82 100644 --- a/cmake/FindIBVerbs.cmake +++ b/cmake/FindIBVerbs.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 5700d24e3..5cc62ef3a 100644 --- a/cmake/FindOpal.cmake +++ b/cmake/FindOpal.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 ee792c14c..c813bb567 100644 --- a/cmake/FindRDMACM.cmake +++ b/cmake/FindRDMACM.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/FindSymbol.cmake b/cmake/FindSymbol.cmake index ad7eb40b7..e4e871560 100644 --- a/cmake/FindSymbol.cmake +++ b/cmake/FindSymbol.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 9e212fb56..336dce8ad 100644 --- a/cmake/VILLASnodePackaging.cmake +++ b/cmake/VILLASnodePackaging.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 3f7a0b904..d3f990f57 100644 --- a/cmake/config/Coverage.cmake +++ b/cmake/config/Coverage.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 3a60bc19f..ef564a25f 100644 --- a/cmake/config/Debug.cmake +++ b/cmake/config/Debug.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 d3dc0702e..93f3e1fc1 100644 --- a/cmake/config/Profiling.cmake +++ b/cmake/config/Profiling.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode @@ -50,5 +50,3 @@ mark_as_advanced( CMAKE_EXE_LINKER_FLAGS_PROFILING CMAKE_SHARED_LINKER_FLAGS_PROFILING ) - - diff --git a/cmake/config/Release.cmake b/cmake/config/Release.cmake index 3a60bc19f..ef564a25f 100644 --- a/cmake/config/Release.cmake +++ b/cmake/config/Release.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/common b/common index 294bd7392..8e701c35e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 294bd73920557f27f0b8475fc665d781cd0fc725 +Subproject commit 8e701c35e37c105b10bb5448cd531f5a957a7295 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 241c50403..e9b9cbca6 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 fb83095d6..baaeca4db 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/etc/examples/example.conf b/etc/examples/example.conf index c3b708174..66cc540d6 100644 --- a/etc/examples/example.conf +++ b/etc/examples/example.conf @@ -9,7 +9,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/examples/global.conf b/etc/examples/global.conf index c93d1db78..6660a80a7 100644 --- a/etc/examples/global.conf +++ b/etc/examples/global.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 deb718c3b..9eef31ae0 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 931904903..9ed7034bb 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 9c934db9d..3a9533542 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ded3aa2ca..1fd42bb8c 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 760758475..311bca1ba 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 a72b85df1..364d4f859 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 b3f97b0d2..7e02355f2 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 c4bb5866c..27120ddd5 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 5132810a3..058248592 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/python/example.py b/etc/python/example.py index 54606961c..9e11e5247 100644 --- a/etc/python/example.py +++ b/etc/python/example.py @@ -9,7 +9,7 @@ villas node <(python3 etc/python/example.py) @author Steffen Vogel - @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + @copyright 2014-2022, 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 da6e37fa8..9193d156e 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 a5e8e3090..e33214b54 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 520bbe01a..ccc72a23f 100644 --- a/include/villas/api.hpp +++ b/include/villas/api.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/node_request.hpp b/include/villas/api/node_request.hpp index 8622c5167..791ac5487 100644 --- a/include/villas/api/node_request.hpp +++ b/include/villas/api/node_request.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/path_request.hpp b/include/villas/api/path_request.hpp index 50dfa36b2..ec10b0f41 100644 --- a/include/villas/api/path_request.hpp +++ b/include/villas/api/path_request.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/request.hpp b/include/villas/api/request.hpp index 42055251f..e475f915e 100644 --- a/include/villas/api/request.hpp +++ b/include/villas/api/request.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/response.hpp b/include/villas/api/response.hpp index 6cae32f3b..e5d45c18c 100644 --- a/include/villas/api/response.hpp +++ b/include/villas/api/response.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 778ba41ef..5920567b2 100644 --- a/include/villas/api/session.hpp +++ b/include/villas/api/session.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/capabilities.hpp b/include/villas/capabilities.hpp index b939f29f7..d0eba6a56 100644 --- a/include/villas/capabilities.hpp +++ b/include/villas/capabilities.hpp @@ -1,7 +1,7 @@ /** Capabilities * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/config_class.hpp b/include/villas/config_class.hpp index 8d1e126b4..1ef92854a 100644 --- a/include/villas/config_class.hpp +++ b/include/villas/config_class.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/config_helper.hpp b/include/villas/config_helper.hpp index 731dbb25b..ecedc3bd9 100644 --- a/include/villas/config_helper.hpp +++ b/include/villas/config_helper.hpp @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/dumper.hpp b/include/villas/dumper.hpp index 97e0014dc..fc44e9991 100644 --- a/include/villas/dumper.hpp +++ b/include/villas/dumper.hpp @@ -2,7 +2,7 @@ * * @file * @author Manuel Pitz - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/format.hpp b/include/villas/format.hpp index 099285b29..b9bf00c26 100644 --- a/include/villas/format.hpp +++ b/include/villas/format.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/column.hpp b/include/villas/formats/column.hpp index 04afda612..fe031608a 100644 --- a/include/villas/formats/column.hpp +++ b/include/villas/formats/column.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/iotagent_ul.hpp b/include/villas/formats/iotagent_ul.hpp index 731e61e3f..2ee7151de 100644 --- a/include/villas/formats/iotagent_ul.hpp +++ b/include/villas/formats/iotagent_ul.hpp @@ -1,7 +1,7 @@ /** UltraLight format for FISMEP project. * * @author Iris Koester - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json.hpp b/include/villas/formats/json.hpp index 8e8702ca8..0b9dcb43b 100644 --- a/include/villas/formats/json.hpp +++ b/include/villas/formats/json.hpp @@ -1,7 +1,7 @@ /** JSON serializtion sample data. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json_edgeflex.hpp b/include/villas/formats/json_edgeflex.hpp index 4066a48e8..5bcbdf324 100644 --- a/include/villas/formats/json_edgeflex.hpp +++ b/include/villas/formats/json_edgeflex.hpp @@ -1,7 +1,7 @@ /** JSON serializtion for edgeFlex project. * * @author Manuel Pitz - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json_kafka.hpp b/include/villas/formats/json_kafka.hpp index 48c723971..1e12136b2 100644 --- a/include/villas/formats/json_kafka.hpp +++ b/include/villas/formats/json_kafka.hpp @@ -1,7 +1,7 @@ /** JSON serializtion for Kafka schema/payloads. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json_reserve.hpp b/include/villas/formats/json_reserve.hpp index 3c65b801a..f036e1620 100644 --- a/include/villas/formats/json_reserve.hpp +++ b/include/villas/formats/json_reserve.hpp @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/line.hpp b/include/villas/formats/line.hpp index 6be52610e..13d734c00 100644 --- a/include/villas/formats/line.hpp +++ b/include/villas/formats/line.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/msg.hpp b/include/villas/formats/msg.hpp index 73fa4747d..0d4237b87 100644 --- a/include/villas/formats/msg.hpp +++ b/include/villas/formats/msg.hpp @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/msg_format.hpp b/include/villas/formats/msg_format.hpp index 70144ecad..09cde2b22 100644 --- a/include/villas/formats/msg_format.hpp +++ b/include/villas/formats/msg_format.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/opal_asyncip.hpp b/include/villas/formats/opal_asyncip.hpp index 6040a9d92..7bccb2c75 100644 --- a/include/villas/formats/opal_asyncip.hpp +++ b/include/villas/formats/opal_asyncip.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/protobuf.hpp b/include/villas/formats/protobuf.hpp index 58fd6ce97..28ec2c3e4 100644 --- a/include/villas/formats/protobuf.hpp +++ b/include/villas/formats/protobuf.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/raw.hpp b/include/villas/formats/raw.hpp index b14d39cff..635e277f7 100644 --- a/include/villas/formats/raw.hpp +++ b/include/villas/formats/raw.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/value.hpp b/include/villas/formats/value.hpp index 4b9b9159d..88b6a8bb5 100644 --- a/include/villas/formats/value.hpp +++ b/include/villas/formats/value.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/villas_binary.hpp b/include/villas/formats/villas_binary.hpp index c94c0fef9..adcbdc865 100644 --- a/include/villas/formats/villas_binary.hpp +++ b/include/villas/formats/villas_binary.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/villas_human.hpp b/include/villas/formats/villas_human.hpp index 4550e96f3..9ade0ebf3 100644 --- a/include/villas/formats/villas_human.hpp +++ b/include/villas/formats/villas_human.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hook.hpp b/include/villas/hook.hpp index 9b0804c4f..04dd79167 100644 --- a/include/villas/hook.hpp +++ b/include/villas/hook.hpp @@ -6,7 +6,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hook_list.hpp b/include/villas/hook_list.hpp index 2281e5f54..9de3d6759 100644 --- a/include/villas/hook_list.hpp +++ b/include/villas/hook_list.hpp @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hooks/decimate.hpp b/include/villas/hooks/decimate.hpp index 304bf98f8..fe6ee3436 100644 --- a/include/villas/hooks/decimate.hpp +++ b/include/villas/hooks/decimate.hpp @@ -1,7 +1,7 @@ /** Decimate hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hooks/limit_rate.hpp b/include/villas/hooks/limit_rate.hpp index 2eeaaf0db..530d96990 100644 --- a/include/villas/hooks/limit_rate.hpp +++ b/include/villas/hooks/limit_rate.hpp @@ -1,7 +1,7 @@ /** Rate-limiting hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hooks/lua.hpp b/include/villas/hooks/lua.hpp index 4ce20bea7..82670c5e6 100644 --- a/include/villas/hooks/lua.hpp +++ b/include/villas/hooks/lua.hpp @@ -1,7 +1,7 @@ /** Lua expressions hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/if.hpp b/include/villas/kernel/if.hpp index 6d39faeb2..433d645e2 100644 --- a/include/villas/kernel/if.hpp +++ b/include/villas/kernel/if.hpp @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/nl.hpp b/include/villas/kernel/nl.hpp index 75c91d64b..8336f0e0b 100644 --- a/include/villas/kernel/nl.hpp +++ b/include/villas/kernel/nl.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/tc.hpp b/include/villas/kernel/tc.hpp index c846061e5..525415f3b 100644 --- a/include/villas/kernel/tc.hpp +++ b/include/villas/kernel/tc.hpp @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/tc_netem.hpp b/include/villas/kernel/tc_netem.hpp index 94331e5c8..e2a7b6016 100644 --- a/include/villas/kernel/tc_netem.hpp +++ b/include/villas/kernel/tc_netem.hpp @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/log_opal_sink.hpp b/include/villas/log_opal_sink.hpp index bbb19daf8..d30c580d4 100644 --- a/include/villas/log_opal_sink.hpp +++ b/include/villas/log_opal_sink.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/include/villas/mapping.hpp b/include/villas/mapping.hpp index 196842f58..a786ce429 100644 --- a/include/villas/mapping.hpp +++ b/include/villas/mapping.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/mapping_list.hpp b/include/villas/mapping_list.hpp index fe751e427..9a1c78828 100644 --- a/include/villas/mapping_list.hpp +++ b/include/villas/mapping_list.hpp @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 4e6468e13..da574f328 100644 --- a/include/villas/memory/ib.h +++ b/include/villas/memory/ib.h @@ -2,7 +2,7 @@ * * @file * @author Dennis Potter - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node.hpp b/include/villas/node.hpp index 7416ac1c6..8f12c0caf 100644 --- a/include/villas/node.hpp +++ b/include/villas/node.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node/config.hpp.in b/include/villas/node/config.hpp.in index 7e81a5c88..2c139cb22 100644 --- a/include/villas/node/config.hpp.in +++ b/include/villas/node/config.hpp.in @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node/exceptions.hpp b/include/villas/node/exceptions.hpp index 76133fb01..768619a5c 100644 --- a/include/villas/node/exceptions.hpp +++ b/include/villas/node/exceptions.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node/memory.hpp b/include/villas/node/memory.hpp index 4ba1a74eb..ccddcecd7 100644 --- a/include/villas/node/memory.hpp +++ b/include/villas/node/memory.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node/memory_type.hpp b/include/villas/node/memory_type.hpp index a7d62d43f..a9d2d5ebe 100644 --- a/include/villas/node/memory_type.hpp +++ b/include/villas/node/memory_type.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_compat.hpp b/include/villas/node_compat.hpp index fcf744eeb..75b6d6114 100644 --- a/include/villas/node_compat.hpp +++ b/include/villas/node_compat.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_compat_type.hpp b/include/villas/node_compat_type.hpp index 9e0739ae5..1761cdf1c 100644 --- a/include/villas/node_compat_type.hpp +++ b/include/villas/node_compat_type.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_direction.hpp b/include/villas/node_direction.hpp index 0e6f75e4e..907d43379 100644 --- a/include/villas/node_direction.hpp +++ b/include/villas/node_direction.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_list.hpp b/include/villas/node_list.hpp index de26e25c6..b78aa2974 100644 --- a/include/villas/node_list.hpp +++ b/include/villas/node_list.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/amqp.hpp b/include/villas/nodes/amqp.hpp index 904ab15fb..4fe26541d 100644 --- a/include/villas/nodes/amqp.hpp +++ b/include/villas/nodes/amqp.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/can.hpp b/include/villas/nodes/can.hpp index ca24ede52..2162a718a 100644 --- a/include/villas/nodes/can.hpp +++ b/include/villas/nodes/can.hpp @@ -2,7 +2,7 @@ * * @file * @author Niklas Eiling - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/comedi.hpp b/include/villas/nodes/comedi.hpp index d865eaf18..be15e0b7a 100644 --- a/include/villas/nodes/comedi.hpp +++ b/include/villas/nodes/comedi.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/example.hpp b/include/villas/nodes/example.hpp index 44ac02520..7c02887a5 100644 --- a/include/villas/nodes/example.hpp +++ b/include/villas/nodes/example.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/exec.hpp b/include/villas/nodes/exec.hpp index cd9cf4756..c293077b8 100644 --- a/include/villas/nodes/exec.hpp +++ b/include/villas/nodes/exec.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/file.hpp b/include/villas/nodes/file.hpp index 56ff2f48f..46adc2bd3 100644 --- a/include/villas/nodes/file.hpp +++ b/include/villas/nodes/file.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/fpga.hpp b/include/villas/nodes/fpga.hpp index c09aa002c..c439cc0eb 100644 --- a/include/villas/nodes/fpga.hpp +++ b/include/villas/nodes/fpga.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/iec61850.hpp b/include/villas/nodes/iec61850.hpp index 53b2621f2..f6ef95973 100644 --- a/include/villas/nodes/iec61850.hpp +++ b/include/villas/nodes/iec61850.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/iec61850_sv.hpp b/include/villas/nodes/iec61850_sv.hpp index 8d5b274e1..096541eec 100644 --- a/include/villas/nodes/iec61850_sv.hpp +++ b/include/villas/nodes/iec61850_sv.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/infiniband.hpp b/include/villas/nodes/infiniband.hpp index 0b846b32d..b699b4f1e 100644 --- a/include/villas/nodes/infiniband.hpp +++ b/include/villas/nodes/infiniband.hpp @@ -2,7 +2,7 @@ * * @file * @author Dennis Potter - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/influxdb.hpp b/include/villas/nodes/influxdb.hpp index 61582c75f..ec0bfcaa5 100644 --- a/include/villas/nodes/influxdb.hpp +++ b/include/villas/nodes/influxdb.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/loopback.hpp b/include/villas/nodes/loopback.hpp index 9733230dc..90c6272fc 100644 --- a/include/villas/nodes/loopback.hpp +++ b/include/villas/nodes/loopback.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/loopback_internal.hpp b/include/villas/nodes/loopback_internal.hpp index a19dbbe1c..6f8d5f393 100644 --- a/include/villas/nodes/loopback_internal.hpp +++ b/include/villas/nodes/loopback_internal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/mqtt.hpp b/include/villas/nodes/mqtt.hpp index add269db9..3672b97e2 100644 --- a/include/villas/nodes/mqtt.hpp +++ b/include/villas/nodes/mqtt.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/nanomsg.hpp b/include/villas/nodes/nanomsg.hpp index 74c883c8b..15c17947f 100644 --- a/include/villas/nodes/nanomsg.hpp +++ b/include/villas/nodes/nanomsg.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/ngsi.hpp b/include/villas/nodes/ngsi.hpp index e21825a0c..760061a90 100644 --- a/include/villas/nodes/ngsi.hpp +++ b/include/villas/nodes/ngsi.hpp @@ -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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/opal.hpp b/include/villas/nodes/opal.hpp index 2fdc1b635..5cc59fb30 100644 --- a/include/villas/nodes/opal.hpp +++ b/include/villas/nodes/opal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/redis.hpp b/include/villas/nodes/redis.hpp index 9364bb18e..93217abd1 100644 --- a/include/villas/nodes/redis.hpp +++ b/include/villas/nodes/redis.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/redis_helpers.hpp b/include/villas/nodes/redis_helpers.hpp index 2b9f979f3..0cb7cd9b4 100644 --- a/include/villas/nodes/redis_helpers.hpp +++ b/include/villas/nodes/redis_helpers.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/rtp.hpp b/include/villas/nodes/rtp.hpp index 29ac1e380..7c5b0967c 100644 --- a/include/villas/nodes/rtp.hpp +++ b/include/villas/nodes/rtp.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Marvin Klimke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/shmem.hpp b/include/villas/nodes/shmem.hpp index bf06fbf3e..3c8600cdd 100644 --- a/include/villas/nodes/shmem.hpp +++ b/include/villas/nodes/shmem.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/signal.hpp b/include/villas/nodes/signal.hpp index 939e6a729..590204c77 100644 --- a/include/villas/nodes/signal.hpp +++ b/include/villas/nodes/signal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/signal_old.hpp b/include/villas/nodes/signal_old.hpp index 19bf883cb..e8096b208 100644 --- a/include/villas/nodes/signal_old.hpp +++ b/include/villas/nodes/signal_old.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/socket.hpp b/include/villas/nodes/socket.hpp index e21d01369..0a6dd5eb4 100644 --- a/include/villas/nodes/socket.hpp +++ b/include/villas/nodes/socket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/stats.hpp b/include/villas/nodes/stats.hpp index be94e7099..c750c7bf9 100644 --- a/include/villas/nodes/stats.hpp +++ b/include/villas/nodes/stats.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/temper.hpp b/include/villas/nodes/temper.hpp index 1038c7278..bbaf128a1 100644 --- a/include/villas/nodes/temper.hpp +++ b/include/villas/nodes/temper.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/test_rtt.hpp b/include/villas/nodes/test_rtt.hpp index e2ab75303..6ec8e6fe2 100644 --- a/include/villas/nodes/test_rtt.hpp +++ b/include/villas/nodes/test_rtt.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/uldaq.hpp b/include/villas/nodes/uldaq.hpp index 09d15ec11..8ae92d3c9 100644 --- a/include/villas/nodes/uldaq.hpp +++ b/include/villas/nodes/uldaq.hpp @@ -3,7 +3,7 @@ * @file * @author Manuel Pitz * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/websocket.hpp b/include/villas/nodes/websocket.hpp index 1cfbdb3e3..b2d039a04 100644 --- a/include/villas/nodes/websocket.hpp +++ b/include/villas/nodes/websocket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/zeromq.hpp b/include/villas/nodes/zeromq.hpp index 83fd0474c..a991de46f 100644 --- a/include/villas/nodes/zeromq.hpp +++ b/include/villas/nodes/zeromq.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path.hpp b/include/villas/path.hpp index 64ad69ffb..157d566c4 100644 --- a/include/villas/path.hpp +++ b/include/villas/path.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path_destination.hpp b/include/villas/path_destination.hpp index 200984d4e..ca6389c87 100644 --- a/include/villas/path_destination.hpp +++ b/include/villas/path_destination.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path_list.hpp b/include/villas/path_list.hpp index f2d5a83d7..8cf1e6cd2 100644 --- a/include/villas/path_list.hpp +++ b/include/villas/path_list.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path_source.hpp b/include/villas/path_source.hpp index 85515cf46..4d62814eb 100644 --- a/include/villas/path_source.hpp +++ b/include/villas/path_source.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/pool.hpp b/include/villas/pool.hpp index 7fb4b5bbe..678835ec3 100644 --- a/include/villas/pool.hpp +++ b/include/villas/pool.hpp @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/queue.hpp b/include/villas/queue.hpp index 0966d6269..060a4d4bb 100644 --- a/include/villas/queue.hpp +++ b/include/villas/queue.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 dcc6e39f4..c099f16c4 100644 --- a/include/villas/queue_signalled.h +++ b/include/villas/queue_signalled.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 80a11af02..0467f6ef6 100644 --- a/include/villas/queue_signalled.hpp +++ b/include/villas/queue_signalled.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/sample.hpp b/include/villas/sample.hpp index ab54fbd5b..87789e762 100644 --- a/include/villas/sample.hpp +++ b/include/villas/sample.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/shmem.hpp b/include/villas/shmem.hpp index 498aa0abd..f6536667c 100644 --- a/include/villas/shmem.hpp +++ b/include/villas/shmem.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/signal.hpp b/include/villas/signal.hpp index aa22e1c34..cee92a083 100644 --- a/include/villas/signal.hpp +++ b/include/villas/signal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/signal_data.hpp b/include/villas/signal_data.hpp index fbdfef793..5e8ae952a 100644 --- a/include/villas/signal_data.hpp +++ b/include/villas/signal_data.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/signal_list.hpp b/include/villas/signal_list.hpp index 8d4ddb4ee..adde72e38 100644 --- a/include/villas/signal_list.hpp +++ b/include/villas/signal_list.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/signal_type.hpp b/include/villas/signal_type.hpp index 9d0b0abcf..a3177558d 100644 --- a/include/villas/signal_type.hpp +++ b/include/villas/signal_type.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/socket_addr.hpp b/include/villas/socket_addr.hpp index 8931d2574..cf9af6cdb 100644 --- a/include/villas/socket_addr.hpp +++ b/include/villas/socket_addr.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/stats.hpp b/include/villas/stats.hpp index 679541c32..1c5dacdf6 100644 --- a/include/villas/stats.hpp +++ b/include/villas/stats.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 cabb068ab..4a1779b0c 100644 --- a/include/villas/super_node.hpp +++ b/include/villas/super_node.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/usb.hpp b/include/villas/usb.hpp index 1049bb064..45dc3acf7 100644 --- a/include/villas/usb.hpp +++ b/include/villas/usb.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 2dbd2ffb8..c57217241 100644 --- a/include/villas/web.hpp +++ b/include/villas/web.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 467fbfe6a..fc44d9676 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 828db44d2..c15c2454c 100644 --- a/lib/api.cpp +++ b/lib/api.cpp @@ -1,7 +1,7 @@ /** REST-API-releated functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 25a0d6302..5e4a45c04 100644 --- a/lib/api/CMakeLists.txt +++ b/lib/api/CMakeLists.txt @@ -2,7 +2,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/api/node_request.cpp b/lib/api/node_request.cpp index 3a3a66634..760021252 100644 --- a/lib/api/node_request.cpp +++ b/lib/api/node_request.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/path_request.cpp b/lib/api/path_request.cpp index bfeab18eb..134bbf295 100644 --- a/lib/api/path_request.cpp +++ b/lib/api/path_request.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/request.cpp b/lib/api/request.cpp index c2c975385..a09fe988a 100644 --- a/lib/api/request.cpp +++ b/lib/api/request.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/capabiltities.cpp b/lib/api/requests/capabiltities.cpp index 94095b736..46ccc6e70 100644 --- a/lib/api/requests/capabiltities.cpp +++ b/lib/api/requests/capabiltities.cpp @@ -1,7 +1,7 @@ /** The "capabiltities" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/config.cpp b/lib/api/requests/config.cpp index 17488c413..3cd1f95d4 100644 --- a/lib/api/requests/config.cpp +++ b/lib/api/requests/config.cpp @@ -1,7 +1,7 @@ /** The "config" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/graph.cpp b/lib/api/requests/graph.cpp index f530b7b1c..dc6f1d45b 100644 --- a/lib/api/requests/graph.cpp +++ b/lib/api/requests/graph.cpp @@ -1,7 +1,7 @@ /** The "stats" API request. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/node_action.cpp b/lib/api/requests/node_action.cpp index d01cc08b8..54b19bfec 100644 --- a/lib/api/requests/node_action.cpp +++ b/lib/api/requests/node_action.cpp @@ -1,7 +1,7 @@ /** The API ressource for start/stop/pause/resume nodes. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/node_file.cpp b/lib/api/requests/node_file.cpp index c6fb6d9d0..1e3507857 100644 --- a/lib/api/requests/node_file.cpp +++ b/lib/api/requests/node_file.cpp @@ -1,7 +1,7 @@ /** The "file" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/node_info.cpp b/lib/api/requests/node_info.cpp index 03cf2877d..d111989c3 100644 --- a/lib/api/requests/node_info.cpp +++ b/lib/api/requests/node_info.cpp @@ -1,7 +1,7 @@ /** The "node" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/node_stats.cpp b/lib/api/requests/node_stats.cpp index da640faa6..2bcb75eca 100644 --- a/lib/api/requests/node_stats.cpp +++ b/lib/api/requests/node_stats.cpp @@ -1,7 +1,7 @@ /** The API ressource for querying statistics. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/node_stats_reset.cpp b/lib/api/requests/node_stats_reset.cpp index c6b6dc461..6bb8ab0c5 100644 --- a/lib/api/requests/node_stats_reset.cpp +++ b/lib/api/requests/node_stats_reset.cpp @@ -1,7 +1,7 @@ /** The API ressource for resetting statistics. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/nodes.cpp b/lib/api/requests/nodes.cpp index e605018b9..f0a78f826 100644 --- a/lib/api/requests/nodes.cpp +++ b/lib/api/requests/nodes.cpp @@ -1,7 +1,7 @@ /** The "nodes" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/path_action.cpp b/lib/api/requests/path_action.cpp index 6c69ebf88..0c41b0f92 100644 --- a/lib/api/requests/path_action.cpp +++ b/lib/api/requests/path_action.cpp @@ -1,7 +1,7 @@ /** The API ressource for start/stop/pause/resume paths. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/path_info.cpp b/lib/api/requests/path_info.cpp index a74b656db..6c21a32e2 100644 --- a/lib/api/requests/path_info.cpp +++ b/lib/api/requests/path_info.cpp @@ -1,7 +1,7 @@ /** The "path" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/paths.cpp b/lib/api/requests/paths.cpp index df08bf5f7..fdd7de7de 100644 --- a/lib/api/requests/paths.cpp +++ b/lib/api/requests/paths.cpp @@ -1,7 +1,7 @@ /** The "paths" API ressource. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/restart.cpp b/lib/api/requests/restart.cpp index 92563da71..bfb6767a0 100644 --- a/lib/api/requests/restart.cpp +++ b/lib/api/requests/restart.cpp @@ -1,7 +1,7 @@ /** The "restart" API request. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/shutdown.cpp b/lib/api/requests/shutdown.cpp index 57131cffe..336bf68cf 100644 --- a/lib/api/requests/shutdown.cpp +++ b/lib/api/requests/shutdown.cpp @@ -1,7 +1,7 @@ /** The "shutdown" API request. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/requests/status.cpp b/lib/api/requests/status.cpp index c72287517..0263159ba 100644 --- a/lib/api/requests/status.cpp +++ b/lib/api/requests/status.cpp @@ -1,7 +1,7 @@ /** The "status" API request. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/response.cpp b/lib/api/response.cpp index 2a8dc83ac..74ad8983e 100644 --- a/lib/api/response.cpp +++ b/lib/api/response.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 1981619cc..0dcb94c6f 100644 --- a/lib/api/session.cpp +++ b/lib/api/session.cpp @@ -1,7 +1,7 @@ /** API session. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/capabilities.cpp b/lib/capabilities.cpp index 8a7d24b9b..f1fe433c9 100644 --- a/lib/capabilities.cpp +++ b/lib/capabilities.cpp @@ -1,7 +1,7 @@ /** Capabilities * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/config.cpp b/lib/config.cpp index 2e5bd23c1..595e61e56 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -2,7 +2,7 @@ /** Configuration file parsing. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/config_helper.cpp b/lib/config_helper.cpp index f6630f14d..d26db7d11 100644 --- a/lib/config_helper.cpp +++ b/lib/config_helper.cpp @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/dumper.cpp b/lib/dumper.cpp index 4edd2227e..7de6b4b4d 100644 --- a/lib/dumper.cpp +++ b/lib/dumper.cpp @@ -1,7 +1,7 @@ /** Dump fields and values in a socket to plot them with villasDump.py. * * @author Manuel Pitz - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/format.cpp b/lib/format.cpp index 9b0a8d9a5..7049daf8c 100644 --- a/lib/format.cpp +++ b/lib/format.cpp @@ -1,7 +1,7 @@ /** Reading and writing simulation samples in various formats. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 2bf20a3d3..988ea6a9b 100644 --- a/lib/formats/CMakeLists.txt +++ b/lib/formats/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/formats/column.cpp b/lib/formats/column.cpp index 060ac6fb1..f79b242ab 100644 --- a/lib/formats/column.cpp +++ b/lib/formats/column.cpp @@ -1,7 +1,7 @@ /** Comma-separated values. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/iotagent_ul.cpp b/lib/formats/iotagent_ul.cpp index 6653e44e3..c80b59322 100644 --- a/lib/formats/iotagent_ul.cpp +++ b/lib/formats/iotagent_ul.cpp @@ -3,7 +3,7 @@ * See: https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html * * @author Iris Koester - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json.cpp b/lib/formats/json.cpp index 4b0c34d8f..492460420 100644 --- a/lib/formats/json.cpp +++ b/lib/formats/json.cpp @@ -1,7 +1,7 @@ /** JSON serializtion of sample data. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json_edgeflex.cpp b/lib/formats/json_edgeflex.cpp index 3ff89492f..73f512edf 100644 --- a/lib/formats/json_edgeflex.cpp +++ b/lib/formats/json_edgeflex.cpp @@ -1,7 +1,7 @@ /** JSON serializtion for edgeFlex project. * * @author Manuel Pitz - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json_kafka.cpp b/lib/formats/json_kafka.cpp index a94ad526d..22f02022b 100644 --- a/lib/formats/json_kafka.cpp +++ b/lib/formats/json_kafka.cpp @@ -1,7 +1,7 @@ /** JSON serializtion for Kafka schema/payloads. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json_reserve.cpp b/lib/formats/json_reserve.cpp index 148440e97..6aa97bde3 100644 --- a/lib/formats/json_reserve.cpp +++ b/lib/formats/json_reserve.cpp @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/line.cpp b/lib/formats/line.cpp index a2110a67e..8ac9d8104 100644 --- a/lib/formats/line.cpp +++ b/lib/formats/line.cpp @@ -1,7 +1,7 @@ /** Line-based formats * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/msg.cpp b/lib/formats/msg.cpp index b0250595c..27f07ab81 100644 --- a/lib/formats/msg.cpp +++ b/lib/formats/msg.cpp @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/opal_asyncip.cpp b/lib/formats/opal_asyncip.cpp index 7d79f0bdd..cc2f51ae6 100644 --- a/lib/formats/opal_asyncip.cpp +++ b/lib/formats/opal_asyncip.cpp @@ -1,7 +1,7 @@ /** A custom format for OPAL-RTs AsyncIP example * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/protobuf.cpp b/lib/formats/protobuf.cpp index ea1cefdf7..9b04bf20e 100644 --- a/lib/formats/protobuf.cpp +++ b/lib/formats/protobuf.cpp @@ -1,7 +1,7 @@ /** Protobuf IO format * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/raw.cpp b/lib/formats/raw.cpp index 0b5f83857..101f6cfc0 100644 --- a/lib/formats/raw.cpp +++ b/lib/formats/raw.cpp @@ -1,7 +1,7 @@ /** RAW IO format * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/value.cpp b/lib/formats/value.cpp index 3be17d7b6..0aa4d2e12 100644 --- a/lib/formats/value.cpp +++ b/lib/formats/value.cpp @@ -1,7 +1,7 @@ /** Bare text values. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 086228b2c..96d38ae73 100644 --- a/lib/formats/villas.proto +++ b/lib/formats/villas.proto @@ -2,7 +2,7 @@ /// /// @file /// @author Steffen Vogel -/// @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +/// @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC /// @license GNU General Public License (version 3) /// /// VILLASnode diff --git a/lib/formats/villas_binary.cpp b/lib/formats/villas_binary.cpp index 1dfd23aba..fee0b7e24 100644 --- a/lib/formats/villas_binary.cpp +++ b/lib/formats/villas_binary.cpp @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/villas_human.cpp b/lib/formats/villas_human.cpp index 7678ff68e..47d3f2515 100644 --- a/lib/formats/villas_human.cpp +++ b/lib/formats/villas_human.cpp @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hook.cpp b/lib/hook.cpp index fe2856c9a..f18ef4bf9 100644 --- a/lib/hook.cpp +++ b/lib/hook.cpp @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hook_list.cpp b/lib/hook_list.cpp index 3f089ddfa..e187478d5 100644 --- a/lib/hook_list.cpp +++ b/lib/hook_list.cpp @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ff83826bd..e5eee3a55 100644 --- a/lib/hooks/CMakeLists.txt +++ b/lib/hooks/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/hooks/average.cpp b/lib/hooks/average.cpp index 48f65e368..7f9162c4c 100644 --- a/lib/hooks/average.cpp +++ b/lib/hooks/average.cpp @@ -1,7 +1,7 @@ /** Average hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/cast.cpp b/lib/hooks/cast.cpp index d5f0bcfe7..c14cab177 100644 --- a/lib/hooks/cast.cpp +++ b/lib/hooks/cast.cpp @@ -2,7 +2,7 @@ /** Cast hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/decimate.cpp b/lib/hooks/decimate.cpp index b04eed6f4..61570f4ea 100644 --- a/lib/hooks/decimate.cpp +++ b/lib/hooks/decimate.cpp @@ -1,7 +1,7 @@ /** Decimate hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/dp.cpp b/lib/hooks/dp.cpp index 53e770236..0d335abb6 100644 --- a/lib/hooks/dp.cpp +++ b/lib/hooks/dp.cpp @@ -1,7 +1,7 @@ /** Dynamic Phasor Interface Algorithm hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/drop.cpp b/lib/hooks/drop.cpp index b659d4eae..d62a1904c 100644 --- a/lib/hooks/drop.cpp +++ b/lib/hooks/drop.cpp @@ -1,7 +1,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/dump.cpp b/lib/hooks/dump.cpp index aecb16a5a..c6a4f84cd 100644 --- a/lib/hooks/dump.cpp +++ b/lib/hooks/dump.cpp @@ -2,7 +2,7 @@ /** Dump hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/ebm.cpp b/lib/hooks/ebm.cpp index 598f98704..679223022 100644 --- a/lib/hooks/ebm.cpp +++ b/lib/hooks/ebm.cpp @@ -1,7 +1,7 @@ /** Energy-based Metric hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/fix.cpp b/lib/hooks/fix.cpp index 88c0bd078..cf5f9beb6 100644 --- a/lib/hooks/fix.cpp +++ b/lib/hooks/fix.cpp @@ -2,7 +2,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/gate.cpp b/lib/hooks/gate.cpp index 8fa566fb3..0ba6f838f 100644 --- a/lib/hooks/gate.cpp +++ b/lib/hooks/gate.cpp @@ -1,7 +1,7 @@ /** Gate hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/jitter_calc.cpp b/lib/hooks/jitter_calc.cpp index 659187336..15393bed0 100644 --- a/lib/hooks/jitter_calc.cpp +++ b/lib/hooks/jitter_calc.cpp @@ -1,7 +1,7 @@ /** Calc jitter, mean and variance of GPS vs NTP TS. * * @author Umar Farooq - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/limit_rate.cpp b/lib/hooks/limit_rate.cpp index c9ae5022c..7ae0a3ea2 100644 --- a/lib/hooks/limit_rate.cpp +++ b/lib/hooks/limit_rate.cpp @@ -1,7 +1,7 @@ /** Rate-limiting hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/limit_value.cpp b/lib/hooks/limit_value.cpp index 1269ec690..628cc7efe 100644 --- a/lib/hooks/limit_value.cpp +++ b/lib/hooks/limit_value.cpp @@ -1,7 +1,7 @@ /** Limit hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/lua.cpp b/lib/hooks/lua.cpp index a1e91e455..0edcff1b2 100644 --- a/lib/hooks/lua.cpp +++ b/lib/hooks/lua.cpp @@ -2,7 +2,7 @@ /** Lua expressions hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/ma.cpp b/lib/hooks/ma.cpp index 1ae12b20e..8d45c7c17 100644 --- a/lib/hooks/ma.cpp +++ b/lib/hooks/ma.cpp @@ -2,7 +2,7 @@ /** Moving average filter. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/pmu_dft.cpp b/lib/hooks/pmu_dft.cpp index f81111dc3..2d9bf0036 100644 --- a/lib/hooks/pmu_dft.cpp +++ b/lib/hooks/pmu_dft.cpp @@ -1,7 +1,7 @@ /** DFT hook. * * @author Manuel Pitz - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/pps_ts.cpp b/lib/hooks/pps_ts.cpp index 29730c557..95eee147c 100644 --- a/lib/hooks/pps_ts.cpp +++ b/lib/hooks/pps_ts.cpp @@ -1,7 +1,7 @@ /** Timestamp hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/print.cpp b/lib/hooks/print.cpp index 58b17ce8e..4efe097fb 100644 --- a/lib/hooks/print.cpp +++ b/lib/hooks/print.cpp @@ -1,7 +1,7 @@ /** Print hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/restart.cpp b/lib/hooks/restart.cpp index 98d5e905d..f3a155668 100644 --- a/lib/hooks/restart.cpp +++ b/lib/hooks/restart.cpp @@ -1,7 +1,7 @@ /** Path restart hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/rms.cpp b/lib/hooks/rms.cpp index a20cdc7ec..4909419eb 100644 --- a/lib/hooks/rms.cpp +++ b/lib/hooks/rms.cpp @@ -1,7 +1,7 @@ /** RMS hook. * * @author Manuel Pitz - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/scale.cpp b/lib/hooks/scale.cpp index 1ff4617bf..bfcf2e367 100644 --- a/lib/hooks/scale.cpp +++ b/lib/hooks/scale.cpp @@ -1,7 +1,7 @@ /** Scale hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/shift_seq.cpp b/lib/hooks/shift_seq.cpp index ee0f13097..b7d4068ee 100644 --- a/lib/hooks/shift_seq.cpp +++ b/lib/hooks/shift_seq.cpp @@ -1,7 +1,7 @@ /** Shift sequence number of samples * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/shift_ts.cpp b/lib/hooks/shift_ts.cpp index b65f35b27..7316cbd71 100644 --- a/lib/hooks/shift_ts.cpp +++ b/lib/hooks/shift_ts.cpp @@ -1,7 +1,7 @@ /** Shift timestamps of samples. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/skip_first.cpp b/lib/hooks/skip_first.cpp index 2346aadf5..cc429e1dd 100644 --- a/lib/hooks/skip_first.cpp +++ b/lib/hooks/skip_first.cpp @@ -1,7 +1,7 @@ /** Skip first hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/stats.cpp b/lib/hooks/stats.cpp index 5d85131b6..a84cc97ff 100644 --- a/lib/hooks/stats.cpp +++ b/lib/hooks/stats.cpp @@ -1,7 +1,7 @@ /** Statistic hooks. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/ts.cpp b/lib/hooks/ts.cpp index aed5b8629..a296d2e13 100644 --- a/lib/hooks/ts.cpp +++ b/lib/hooks/ts.cpp @@ -1,7 +1,7 @@ /** Timestamp hook. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/if.cpp b/lib/kernel/if.cpp index 12493d482..1b08ba61f 100644 --- a/lib/kernel/if.cpp +++ b/lib/kernel/if.cpp @@ -1,7 +1,7 @@ /** Interface related functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/nl.cpp b/lib/kernel/nl.cpp index 122585c25..159a72fe0 100644 --- a/lib/kernel/nl.cpp +++ b/lib/kernel/nl.cpp @@ -3,7 +3,7 @@ * VILLASnode uses libnl3 to talk to the Linux kernel to gather networking related information * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/tc.cpp b/lib/kernel/tc.cpp index 1f9777525..3ecfffca4 100644 --- a/lib/kernel/tc.cpp +++ b/lib/kernel/tc.cpp @@ -3,7 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/tc_netem.cpp b/lib/kernel/tc_netem.cpp index 717d380c2..858f6d91d 100644 --- a/lib/kernel/tc_netem.cpp +++ b/lib/kernel/tc_netem.cpp @@ -3,7 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/mapping.cpp b/lib/mapping.cpp index 1923d8e4d..864e8e976 100644 --- a/lib/mapping.cpp +++ b/lib/mapping.cpp @@ -1,7 +1,7 @@ /** Sample value remapping for mux. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/mapping_list.cpp b/lib/mapping_list.cpp index 85b4467e6..c71ede701 100644 --- a/lib/mapping_list.cpp +++ b/lib/mapping_list.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory.cpp b/lib/memory.cpp index 89322fa75..98077d50e 100644 --- a/lib/memory.cpp +++ b/lib/memory.cpp @@ -1,7 +1,7 @@ /** Memory allocators. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/heap.cpp b/lib/memory/heap.cpp index c82913b05..ac5e9cd80 100644 --- a/lib/memory/heap.cpp +++ b/lib/memory/heap.cpp @@ -1,7 +1,7 @@ /** Heap memory allocator. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/ib.cpp b/lib/memory/ib.cpp index 57c280a18..e6459f18b 100644 --- a/lib/memory/ib.cpp +++ b/lib/memory/ib.cpp @@ -1,7 +1,7 @@ /** Infiniband memory allocator. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/managed.cpp b/lib/memory/managed.cpp index a69de0b6a..d8aa7d771 100644 --- a/lib/memory/managed.cpp +++ b/lib/memory/managed.cpp @@ -1,7 +1,7 @@ /** Managed memory allocator. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory/mmap.cpp b/lib/memory/mmap.cpp index dab89b6ee..d3632581a 100644 --- a/lib/memory/mmap.cpp +++ b/lib/memory/mmap.cpp @@ -1,7 +1,7 @@ /** mmap memory allocator. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node.cpp b/lib/node.cpp index 497d51076..837ae9a14 100644 --- a/lib/node.cpp +++ b/lib/node.cpp @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node_compat.cpp b/lib/node_compat.cpp index 8310fba0f..47f34df7e 100644 --- a/lib/node_compat.cpp +++ b/lib/node_compat.cpp @@ -1,7 +1,7 @@ /** Legacy nodes. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node_direction.cpp b/lib/node_direction.cpp index e03fea682..04912314a 100644 --- a/lib/node_direction.cpp +++ b/lib/node_direction.cpp @@ -2,7 +2,7 @@ /** Node direction * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node_list.cpp b/lib/node_list.cpp index 3397e88f2..4f8d6afc3 100644 --- a/lib/node_list.cpp +++ b/lib/node_list.cpp @@ -1,7 +1,7 @@ /** Node list * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 73fe4bdd8..8c791a5da 100644 --- a/lib/nodes/CMakeLists.txt +++ b/lib/nodes/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/nodes/amqp.cpp b/lib/nodes/amqp.cpp index 06e8627e7..a05475e6b 100644 --- a/lib/nodes/amqp.cpp +++ b/lib/nodes/amqp.cpp @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/can.cpp b/lib/nodes/can.cpp index bcdbd3b6f..9dfdccda6 100644 --- a/lib/nodes/can.cpp +++ b/lib/nodes/can.cpp @@ -1,7 +1,7 @@ /** Node-type: CAN bus * * @author Niklas Eiling - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/comedi.cpp b/lib/nodes/comedi.cpp index 17370b2a6..dbe5f8a7e 100644 --- a/lib/nodes/comedi.cpp +++ b/lib/nodes/comedi.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/example.cpp b/lib/nodes/example.cpp index 7998b6002..8b08d25d8 100644 --- a/lib/nodes/example.cpp +++ b/lib/nodes/example.cpp @@ -1,7 +1,7 @@ /** An example get started with new implementations of new node-types * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/exec.cpp b/lib/nodes/exec.cpp index cb354457e..9a68dde07 100644 --- a/lib/nodes/exec.cpp +++ b/lib/nodes/exec.cpp @@ -1,7 +1,7 @@ /** Node-type for subprocess node-types. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/file.cpp b/lib/nodes/file.cpp index 28214fc50..2ca1aaf04 100644 --- a/lib/nodes/file.cpp +++ b/lib/nodes/file.cpp @@ -1,7 +1,7 @@ /** Node type: File * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index 9f1023b65..4d740e61d 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -1,7 +1,7 @@ /** Communicate with VILLASfpga Xilinx FPGA boards * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/iec61850.cpp b/lib/nodes/iec61850.cpp index bf7c0075d..1443aab2f 100644 --- a/lib/nodes/iec61850.cpp +++ b/lib/nodes/iec61850.cpp @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/iec61850_sv.cpp b/lib/nodes/iec61850_sv.cpp index 7ad333e47..881bf1b9e 100644 --- a/lib/nodes/iec61850_sv.cpp +++ b/lib/nodes/iec61850_sv.cpp @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/infiniband.cpp b/lib/nodes/infiniband.cpp index 84162e0ea..344204b04 100644 --- a/lib/nodes/infiniband.cpp +++ b/lib/nodes/infiniband.cpp @@ -1,7 +1,7 @@ /** Node type: infiniband * * @author Dennis Potter - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/influxdb.cpp b/lib/nodes/influxdb.cpp index 8284027d9..a29bdca95 100644 --- a/lib/nodes/influxdb.cpp +++ b/lib/nodes/influxdb.cpp @@ -1,7 +1,7 @@ /** Node-type for InfluxDB. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/loopback.cpp b/lib/nodes/loopback.cpp index bd73dfb40..5f164518b 100644 --- a/lib/nodes/loopback.cpp +++ b/lib/nodes/loopback.cpp @@ -1,7 +1,7 @@ /** Node-type for loopback connections. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/loopback_internal.cpp b/lib/nodes/loopback_internal.cpp index 75d0eb3be..d818138ff 100644 --- a/lib/nodes/loopback_internal.cpp +++ b/lib/nodes/loopback_internal.cpp @@ -1,7 +1,7 @@ /** Node-type for internal loopback_internal connections. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/mqtt.cpp b/lib/nodes/mqtt.cpp index dac739a6d..1a669d406 100644 --- a/lib/nodes/mqtt.cpp +++ b/lib/nodes/mqtt.cpp @@ -1,7 +1,7 @@ /** Node type: mqtt * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/nanomsg.cpp b/lib/nodes/nanomsg.cpp index a0e51af5f..c2df500af 100644 --- a/lib/nodes/nanomsg.cpp +++ b/lib/nodes/nanomsg.cpp @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/ngsi.cpp b/lib/nodes/ngsi.cpp index ec7ceaa35..7aabc8a86 100644 --- a/lib/nodes/ngsi.cpp +++ b/lib/nodes/ngsi.cpp @@ -1,7 +1,7 @@ /** Node type: OMA Next Generation Services Interface 9 (NGSI) (FIWARE context broker) * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/opal.cpp b/lib/nodes/opal.cpp index cc1b5a790..0b2cece4e 100644 --- a/lib/nodes/opal.cpp +++ b/lib/nodes/opal.cpp @@ -3,7 +3,7 @@ * This file implements the opal subtype for nodes. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/redis.cpp b/lib/nodes/redis.cpp index fd952b51f..c58951689 100644 --- a/lib/nodes/redis.cpp +++ b/lib/nodes/redis.cpp @@ -1,7 +1,7 @@ /** Redis node-type * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/rtp.cpp b/lib/nodes/rtp.cpp index e8b6f686f..0f659d09b 100644 --- a/lib/nodes/rtp.cpp +++ b/lib/nodes/rtp.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Marvin Klimke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/shmem.cpp b/lib/nodes/shmem.cpp index 1b1ccda1f..76a226f97 100644 --- a/lib/nodes/shmem.cpp +++ b/lib/nodes/shmem.cpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/signal.cpp b/lib/nodes/signal.cpp index f93a50bf0..f348b5505 100644 --- a/lib/nodes/signal.cpp +++ b/lib/nodes/signal.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/signal_v1.cpp b/lib/nodes/signal_v1.cpp index d1c5ed13d..540b46c8f 100644 --- a/lib/nodes/signal_v1.cpp +++ b/lib/nodes/signal_v1.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/socket.cpp b/lib/nodes/socket.cpp index 580af51f8..8a836d18c 100644 --- a/lib/nodes/socket.cpp +++ b/lib/nodes/socket.cpp @@ -1,7 +1,7 @@ /** The socket node-type for Layer 2, 3, 4 BSD-style sockets * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/stats.cpp b/lib/nodes/stats.cpp index 958897e81..1bb204a3e 100644 --- a/lib/nodes/stats.cpp +++ b/lib/nodes/stats.cpp @@ -1,7 +1,7 @@ /** Sending statistics to another node. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/test_rtt.cpp b/lib/nodes/test_rtt.cpp index 3963deee8..0a758cff3 100644 --- a/lib/nodes/test_rtt.cpp +++ b/lib/nodes/test_rtt.cpp @@ -2,7 +2,7 @@ /** Node type: Node-type for testing Round-trip Time. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/uldaq.cpp b/lib/nodes/uldaq.cpp index 1ff137cde..cdc30dcc6 100644 --- a/lib/nodes/uldaq.cpp +++ b/lib/nodes/uldaq.cpp @@ -3,7 +3,7 @@ * @file * @author Manuel Pitz * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/websocket.cpp b/lib/nodes/websocket.cpp index 335faf21f..dec8a85ba 100644 --- a/lib/nodes/websocket.cpp +++ b/lib/nodes/websocket.cpp @@ -1,7 +1,7 @@ /** Node type: Websockets (libwebsockets) * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/zeromq.cpp b/lib/nodes/zeromq.cpp index b41c2cb3d..6319a38c0 100644 --- a/lib/nodes/zeromq.cpp +++ b/lib/nodes/zeromq.cpp @@ -1,7 +1,7 @@ /** Node type: ZeroMQ * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/path.cpp b/lib/path.cpp index bec536847..8f4cabf3e 100644 --- a/lib/path.cpp +++ b/lib/path.cpp @@ -1,7 +1,7 @@ /** Message paths. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/path_destination.cpp b/lib/path_destination.cpp index 2dde4dbe2..1fd1ee908 100644 --- a/lib/path_destination.cpp +++ b/lib/path_destination.cpp @@ -1,7 +1,7 @@ /** Path destination * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/path_list.cpp b/lib/path_list.cpp index 275749768..2e0747845 100644 --- a/lib/path_list.cpp +++ b/lib/path_list.cpp @@ -1,7 +1,7 @@ /** Path list * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/path_source.cpp b/lib/path_source.cpp index f901b34d3..8db5e0e91 100644 --- a/lib/path_source.cpp +++ b/lib/path_source.cpp @@ -1,7 +1,7 @@ /** Path source * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/pool.cpp b/lib/pool.cpp index 8330ec086..3252699c6 100644 --- a/lib/pool.cpp +++ b/lib/pool.cpp @@ -1,7 +1,7 @@ /** Memory pool for fixed size objects. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/queue_signalled.cpp b/lib/queue_signalled.cpp index e27b297b0..a19bfd87c 100644 --- a/lib/queue_signalled.cpp +++ b/lib/queue_signalled.cpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/sample.cpp b/lib/sample.cpp index dc71ce725..2f597507f 100644 --- a/lib/sample.cpp +++ b/lib/sample.cpp @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/shmem.cpp b/lib/shmem.cpp index c21411303..065a133ed 100644 --- a/lib/shmem.cpp +++ b/lib/shmem.cpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/signal.cpp b/lib/signal.cpp index eff771ff1..5dd4a7dde 100644 --- a/lib/signal.cpp +++ b/lib/signal.cpp @@ -1,7 +1,7 @@ /** Signal meta data. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/signal_data.cpp b/lib/signal_data.cpp index 249cee826..79d900e78 100644 --- a/lib/signal_data.cpp +++ b/lib/signal_data.cpp @@ -1,7 +1,7 @@ /** Signal data. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/signal_list.cpp b/lib/signal_list.cpp index 3cc6a03f2..38ce33094 100644 --- a/lib/signal_list.cpp +++ b/lib/signal_list.cpp @@ -1,7 +1,7 @@ /** Signal metadata list. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/signal_type.cpp b/lib/signal_type.cpp index 5d1d290fa..bb7c93151 100644 --- a/lib/signal_type.cpp +++ b/lib/signal_type.cpp @@ -1,7 +1,7 @@ /** Signal types. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/socket_addr.cpp b/lib/socket_addr.cpp index 5ac1275c4..9e6504f86 100644 --- a/lib/socket_addr.cpp +++ b/lib/socket_addr.cpp @@ -1,7 +1,7 @@ /** Various functions to work with socket addresses * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/stats.cpp b/lib/stats.cpp index 6e26873d2..bbd6a93dc 100644 --- a/lib/stats.cpp +++ b/lib/stats.cpp @@ -1,7 +1,7 @@ /** Statistic collection. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 29c9f646c..5cdf0f65c 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/usb.cpp b/lib/usb.cpp index a91178846..c20767da6 100644 --- a/lib/usb.cpp +++ b/lib/usb.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 2b05126fd..de1829f21 100644 --- a/lib/web.cpp +++ b/lib/web.cpp @@ -1,7 +1,7 @@ /** LWS-releated functions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 f4e45c657..d8fb0325e 100644 --- a/packaging/CMakeLists.txt +++ b/packaging/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.debian b/packaging/docker/Dockerfile.debian index 4892e5ff7..df51f90ef 100644 --- a/packaging/docker/Dockerfile.debian +++ b/packaging/docker/Dockerfile.debian @@ -1,7 +1,7 @@ # Debian Dockerfile # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.debian-multiarch b/packaging/docker/Dockerfile.debian-multiarch index 3afa5ce7e..3c555dafa 100644 --- a/packaging/docker/Dockerfile.debian-multiarch +++ b/packaging/docker/Dockerfile.debian-multiarch @@ -1,7 +1,7 @@ # Debian Multiarch Dockerfile # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.fedora b/packaging/docker/Dockerfile.fedora index 1b2ea4e27..32c676358 100644 --- a/packaging/docker/Dockerfile.fedora +++ b/packaging/docker/Dockerfile.fedora @@ -1,7 +1,7 @@ # Fedora Dockerfile # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.fedora-minimal b/packaging/docker/Dockerfile.fedora-minimal index 59b6b19ba..004fb0cc8 100644 --- a/packaging/docker/Dockerfile.fedora-minimal +++ b/packaging/docker/Dockerfile.fedora-minimal @@ -1,7 +1,7 @@ # Minimal Fedora Dockerfile # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.rocky b/packaging/docker/Dockerfile.rocky index e54373039..b8474947e 100644 --- a/packaging/docker/Dockerfile.rocky +++ b/packaging/docker/Dockerfile.rocky @@ -1,7 +1,7 @@ # Rockylinux Dockerfile # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.ubuntu b/packaging/docker/Dockerfile.ubuntu index b265a9c27..c5ed3d5bc 100644 --- a/packaging/docker/Dockerfile.ubuntu +++ b/packaging/docker/Dockerfile.ubuntu @@ -1,7 +1,7 @@ # Ubuntu Dockerfile # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 a6533911c..cd3cf5b7f 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/plugins/example_hook.cpp b/plugins/example_hook.cpp index b2f9c7fec..095d697e8 100644 --- a/plugins/example_hook.cpp +++ b/plugins/example_hook.cpp @@ -1,7 +1,7 @@ /** A simple example hook function which can be loaded as a plugin. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ae696216d..e477ca2f2 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 16e614672..8e38606a1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/src/villas-compare.cpp b/src/villas-compare.cpp index 3454eb034..731554a3a 100644 --- a/src/villas-compare.cpp +++ b/src/villas-compare.cpp @@ -1,7 +1,7 @@ /** Compare two data files. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-conf2json.cpp b/src/villas-conf2json.cpp index d0e924b8e..de0b53b8d 100644 --- a/src/villas-conf2json.cpp +++ b/src/villas-conf2json.cpp @@ -1,7 +1,7 @@ /** Convert old style config to new JSON format. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 5d97767cd..a1bb3a9ab 100644 --- a/src/villas-convert.cpp +++ b/src/villas-convert.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-graph.cpp b/src/villas-graph.cpp index daf247823..551e4f308 100644 --- a/src/villas-graph.cpp +++ b/src/villas-graph.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 9e155b193..312e94a94 100644 --- a/src/villas-hook.cpp +++ b/src/villas-hook.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 6375b60ac..56878d0f6 100644 --- a/src/villas-node.cpp +++ b/src/villas-node.cpp @@ -1,7 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 37cb992b6..789b2de21 100644 --- a/src/villas-pipe.cpp +++ b/src/villas-pipe.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 4e17e9eac..bdc791047 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-relay.hpp b/src/villas-relay.hpp index 5f3291921..1b49631ec 100644 --- a/src/villas-relay.hpp +++ b/src/villas-relay.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ec11a9db3..4047d454b 100644 --- a/src/villas-signal.cpp +++ b/src/villas-signal.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-test-config.cpp b/src/villas-test-config.cpp index 64d01e571..06af3fe07 100644 --- a/src/villas-test-config.cpp +++ b/src/villas-test-config.cpp @@ -1,7 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 b3948f8ec..b89316d89 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ac7e7a745..24b0fed33 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 13301ab97..75d1e2a03 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 1d1044b75..33770fc2d 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 a8dd190ab..548b1327c 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 eb7905f45..e891cbf01 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 dadc29c0f..cfe34eeaa 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/api-paths.sh b/tests/integration/api-paths.sh index 8bc408a66..9a8e6144c 100755 --- a/tests/integration/api-paths.sh +++ b/tests/integration/api-paths.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 a0f6d112c..97f8f5ef8 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 dbd281c77..c7023ba46 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 8a9fcb3ac..6c24d9c6d 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/compare.sh b/tests/integration/compare.sh index 7bb99dea9..53f803a73 100755 --- a/tests/integration/compare.sh +++ b/tests/integration/compare.sh @@ -3,7 +3,7 @@ # Integration test for villas compare. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 00fc64f34..d55c7ee28 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-average.sh b/tests/integration/hook-average.sh index d1c3bef90..a2e76e53a 100755 --- a/tests/integration/hook-average.sh +++ b/tests/integration/hook-average.sh @@ -3,7 +3,7 @@ # Integration test for average hook. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 b49ef967e..c80f207ee 100755 --- a/tests/integration/hook-cast.sh +++ b/tests/integration/hook-cast.sh @@ -3,7 +3,7 @@ # Integration test for cast hook. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 7a851db0e..fd4d1f635 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 015c6fc8f..8ce714050 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-gate.sh b/tests/integration/hook-gate.sh index 3de757161..771d566b4 100755 --- a/tests/integration/hook-gate.sh +++ b/tests/integration/hook-gate.sh @@ -3,7 +3,7 @@ # Integration test for gate hook. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 e71895acd..6da915bd4 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-lua.sh b/tests/integration/hook-lua.sh index 3d67aa1c6..daa1a1905 100755 --- a/tests/integration/hook-lua.sh +++ b/tests/integration/hook-lua.sh @@ -3,7 +3,7 @@ # Integration test for scale hook. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-lua_script.sh b/tests/integration/hook-lua_script.sh index af4550d34..ba9a24672 100755 --- a/tests/integration/hook-lua_script.sh +++ b/tests/integration/hook-lua_script.sh @@ -3,7 +3,7 @@ # Integration test for scale hook. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 02f73634c..558996243 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 1894d3df6..7cb85fcd0 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 aacef7477..e762bf6e5 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 c3f8cc54e..71aebe305 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 d912f6950..f9c78f5c9 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 5a26f1378..7f777a7c9 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/missing-example-configs.sh b/tests/integration/missing-example-configs.sh index e73de4848..cff5195dc 100755 --- a/tests/integration/missing-example-configs.sh +++ b/tests/integration/missing-example-configs.sh @@ -4,7 +4,7 @@ # Test example configurations # # @author Steffen Vogel -# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-can.sh b/tests/integration/node-can.sh index db05e716a..cf3c0a5a4 100755 --- a/tests/integration/node-can.sh +++ b/tests/integration/node-can.sh @@ -3,7 +3,7 @@ # Integration can test using villas node. # # @author Niklas Eiling -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-hook.sh b/tests/integration/node-hook.sh index b348e5154..08a7dcf17 100755 --- a/tests/integration/node-hook.sh +++ b/tests/integration/node-hook.sh @@ -3,7 +3,7 @@ # Test hooks in villas node # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 87c5e48db..a0451760c 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 b8a3ae994..c53c44a39 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-mapping.sh b/tests/integration/node-mapping.sh index a61bf5889..75ef2f8a3 100755 --- a/tests/integration/node-mapping.sh +++ b/tests/integration/node-mapping.sh @@ -5,7 +5,7 @@ # Test test checks if source mapping features for a path. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-multiple-destinations.sh b/tests/integration/node-multiple-destinations.sh index fbe53a15d..d5294cb59 100755 --- a/tests/integration/node-multiple-destinations.sh +++ b/tests/integration/node-multiple-destinations.sh @@ -6,7 +6,7 @@ # in multiple paths. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-multiple-sources.sh b/tests/integration/node-multiple-sources.sh index f6e8425ea..2d37601bb 100755 --- a/tests/integration/node-multiple-sources.sh +++ b/tests/integration/node-multiple-sources.sh @@ -6,7 +6,7 @@ # in multiple paths. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-multiplexing.sh b/tests/integration/node-multiplexing.sh index b5031ad09..9a73406cf 100755 --- a/tests/integration/node-multiplexing.sh +++ b/tests/integration/node-multiplexing.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas node. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-rate.sh b/tests/integration/node-rate.sh index 62fe74790..27cd4d727 100755 --- a/tests/integration/node-rate.sh +++ b/tests/integration/node-rate.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas node. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 51819fae9..21834039c 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 8a62a3939..ea496d5ff 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 8f07702b9..e36b22c8d 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-exec.sh b/tests/integration/pipe-loopback-exec.sh index 9a800f5eb..fae499386 100755 --- a/tests/integration/pipe-loopback-exec.sh +++ b/tests/integration/pipe-loopback-exec.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas pipe. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 7e22660e3..1c867b019 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 44ee23718..d56f1c1eb 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 8a4fa1ed1..1e4ad0442 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 9dafbd99f..b5a67a013 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 b98130817..274833f82 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-redis.sh b/tests/integration/pipe-loopback-redis.sh index 0708b65f0..397000334 100755 --- a/tests/integration/pipe-loopback-redis.sh +++ b/tests/integration/pipe-loopback-redis.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas pipe. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index c10fd7c5c..693fb5e4e 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -4,7 +4,7 @@ # # @author Steffen Vogel # @author Marvin Klimke -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-rtp-remote.sh b/tests/integration/pipe-loopback-rtp-remote.sh index ed82a5cc2..373ea1471 100755 --- a/tests/integration/pipe-loopback-rtp-remote.sh +++ b/tests/integration/pipe-loopback-rtp-remote.sh @@ -4,7 +4,7 @@ # # @author Steffen Vogel # @author Marvin Klimke -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-loopback-rtp-tbf.sh b/tests/integration/pipe-loopback-rtp-tbf.sh index 50ceaa4b5..35e9d62b1 100755 --- a/tests/integration/pipe-loopback-rtp-tbf.sh +++ b/tests/integration/pipe-loopback-rtp-tbf.sh @@ -4,7 +4,7 @@ # # @author Steffen Vogel # @author Marvin Klimke -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 a46761799..488542012 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 bd31aaedc..a4777c112 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 138e1b3fb..e75143ea6 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 18baea86b..89b889959 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 4f42434f1..227ee3a3f 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 9d333f37d..0f72643a5 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 6c8cea73d..69d312180 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 492c14b3e..fb339aae7 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/relay.sh b/tests/integration/relay.sh index 548e3ad9e..0a4f9276a 100755 --- a/tests/integration/relay.sh +++ b/tests/integration/relay.sh @@ -3,7 +3,7 @@ # Integration test for villas relay # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/signal.sh b/tests/integration/signal.sh index 0daefcb19..2c8e7fbb2 100755 --- a/tests/integration/signal.sh +++ b/tests/integration/signal.sh @@ -3,7 +3,7 @@ # Integration test for villas signal tool # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/test-config.sh b/tests/integration/test-config.sh index d7bb5e24f..6b7a092e4 100755 --- a/tests/integration/test-config.sh +++ b/tests/integration/test-config.sh @@ -4,7 +4,7 @@ # Test example configurations # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 7232c053d..8df05c366 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/unit/config.cpp b/tests/unit/config.cpp index cec617934..734e1fe25 100644 --- a/tests/unit/config.cpp +++ b/tests/unit/config.cpp @@ -1,7 +1,7 @@ /** Unit tests for config features. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 c70bdec8f..df53f1874 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/format.cpp b/tests/unit/format.cpp index 724e7c706..38f61c8b7 100644 --- a/tests/unit/format.cpp +++ b/tests/unit/format.cpp @@ -1,7 +1,7 @@ /** Unit tests for formatters. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ca88a9613..52c84a601 100644 --- a/tests/unit/json.cpp +++ b/tests/unit/json.cpp @@ -1,7 +1,7 @@ /** Unit tests for libjansson helpers * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 0eea928e6..a0285a5ca 100644 --- a/tests/unit/main.cpp +++ b/tests/unit/main.cpp @@ -1,7 +1,7 @@ /** Custom main() for Criterion * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 260da20e1..a200e8b92 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 9d7d826a6..845248f19 100644 --- a/tests/unit/memory.cpp +++ b/tests/unit/memory.cpp @@ -1,7 +1,7 @@ /** Unit tests for memory management * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 89aa560c6..486135c41 100644 --- a/tests/unit/pool.cpp +++ b/tests/unit/pool.cpp @@ -1,7 +1,7 @@ /** Unit tests for memory pool * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 d8d8c1fdb..9d9731efc 100644 --- a/tests/unit/queue.cpp +++ b/tests/unit/queue.cpp @@ -1,7 +1,7 @@ /** Unit tests for queue * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 fbfbe6dbd..93a438c04 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 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/signal.cpp b/tests/unit/signal.cpp index 128a9a0f6..f76339f65 100644 --- a/tests/unit/signal.cpp +++ b/tests/unit/signal.cpp @@ -1,7 +1,7 @@ /** Unit tests for memory management * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 ed3a5d3ea..435002513 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/docker-dev.sh b/tools/docker-dev.sh index 1fc45cec2..6f352bf00 100755 --- a/tools/docker-dev.sh +++ b/tools/docker-dev.sh @@ -3,7 +3,7 @@ # Start a Docker based development environment # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 f07f79b9a..01b9a99bf 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -3,7 +3,7 @@ # Run integration tests # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, 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 9aea5d141..202dfb1af 100644 --- a/tools/rmsem.cpp +++ b/tools/rmsem.cpp @@ -1,7 +1,7 @@ /** Delete semaphores. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, 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 2a254134f..e3b90521e 100644 --- a/tools/rmshm.cpp +++ b/tools/rmshm.cpp @@ -1,7 +1,7 @@ /** Delete shared memory regions. * * @author Steffen Vogel - * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/tc-dump.sh b/tools/tc-dump.sh index 3ba807b28..77d96c8c7 100755 --- a/tools/tc-dump.sh +++ b/tools/tc-dump.sh @@ -3,7 +3,7 @@ # Dump Linux traffic control state to screen. # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/tc-netem.sh b/tools/tc-netem.sh index 8bbd6ae1e..379ab373e 100755 --- a/tools/tc-netem.sh +++ b/tools/tc-netem.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/tc-netem2.sh b/tools/tc-netem2.sh index b56165962..d1dcf5b02 100755 --- a/tools/tc-netem2.sh +++ b/tools/tc-netem2.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/villas b/tools/villas index 81b92bd80..323e62cec 100755 --- a/tools/villas +++ b/tools/villas @@ -8,7 +8,7 @@ # $ make install # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/villas-helper.sh b/tools/villas-helper.sh index 628979c64..c97392dd1 100755 --- a/tools/villas-helper.sh +++ b/tools/villas-helper.sh @@ -3,7 +3,7 @@ # Some helper functions for our integration test suite # # @author Steffen Vogel -# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode