diff --git a/CMakeLists.txt b/CMakeLists.txt index 830e0eae1..b6902079d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Main CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode @@ -28,7 +28,7 @@ project(villas-node # Some more project settings set(PROJECT_AUTHOR "Steffen Vogel") -set(PROJECT_COPYRIGHT "2014-2019, Institute for Automation of Complex Power Systems, RWTH Aachen University") +set(PROJECT_COPYRIGHT "2014-2020, Institute for Automation of Complex Power Systems, RWTH Aachen University") set(PROJECT_HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/") # Several CMake settings/defaults diff --git a/README.md b/README.md index ab4f868f3..811384243 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ User documentation is available here: -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 0a652b1e4..3cb7f0218 100644 --- a/clients/matlab/receiver.m +++ b/clients/matlab/receiver.m @@ -2,7 +2,7 @@ % % @author Megha Gupta % @author Steffen Vogel -% @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +% @copyright 2014-2020, 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 eb5262dcc..af22d07de 100644 --- a/clients/opal/CMakeLists.txt +++ b/clients/opal/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 76f5c353c..1dfe35f83 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 d6d54a904..8f930f59e 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 aa615d26d..069f58ee1 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/opal/models/send_receive/include/msg_format.h b/clients/opal/models/send_receive/include/msg_format.h index 716965d8c..1442e9aa3 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3a2f8b2fb..4778554e1 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3d1c62902..e02cd2448 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 af643a533..1ed03f8b0 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c1b2ec500..6adabe77e 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 b1191b55c..5c2f46865 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 2a9f1341f..6f29ebe7b 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 8ae0ea5f2..d24216898 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 83c35d608..e03bec92f 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 cda319eec..4e727688d 100644 --- a/clients/shmem/CMakeLists.txt +++ b/clients/shmem/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 f5b022d6f..774e24d59 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 68320ce28..bb4ddf5ce 100644 --- a/cmake/FindIBVerbs.cmake +++ b/cmake/FindIBVerbs.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/FindMosquitto.cmake b/cmake/FindMosquitto.cmake index 4acb407eb..e8ac54313 100644 --- a/cmake/FindMosquitto.cmake +++ b/cmake/FindMosquitto.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 3768fc296..311a781be 100644 --- a/cmake/FindOpal.cmake +++ b/cmake/FindOpal.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 d42c9c5da..40cc576a4 100644 --- a/cmake/FindRDMACM.cmake +++ b/cmake/FindRDMACM.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 ba2b90a66..08d8e1ab7 100644 --- a/cmake/VILLASnodePackaging.cmake +++ b/cmake/VILLASnodePackaging.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 164ce96e5..9dbed7abb 100644 --- a/cmake/config/Coverage.cmake +++ b/cmake/config/Coverage.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 226998a21..e55eea4b6 100644 --- a/cmake/config/Debug.cmake +++ b/cmake/config/Debug.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 9466777ac..314f69c5b 100644 --- a/cmake/config/Profiling.cmake +++ b/cmake/config/Profiling.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/cmake/config/Release.cmake b/cmake/config/Release.cmake index 226998a21..e55eea4b6 100644 --- a/cmake/config/Release.cmake +++ b/cmake/config/Release.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/common b/common index 1d7b5661d..c31062d3f 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1d7b5661d173e2517df0a287b145724d61cf1e17 +Subproject commit c31062d3f5ddc09d592ee55e10693093cbb67143 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 529119fb3..0ab37e287 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 2949127c4..e45ee9484 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/etc/WSCC_9bus_MV.conf b/etc/WSCC_9bus_MV.conf new file mode 100644 index 000000000..e88c1db7e --- /dev/null +++ b/etc/WSCC_9bus_MV.conf @@ -0,0 +1,58 @@ +logging = { + level = "info" +} + +http = { + enabled = false +} + +nodes = { + opal = { + type = "socket" + + in = { + address = "*:13000" + + hooks = ( + { type = "stats" } + ), + signals = ( + { type = "float", name = "f0" }, + { type = "float", name = "f1" }, + { type = "float", name = "f2" }, + { type = "float", name = "f3" }, + { type = "float", name = "cnt" } + ) + } + out = { + address = "134.130.169.81:13000" + + netem = { + enabled = true, + + delay = 10000, // 10 ms + jitter = 5000, // 5 ms + distribution = "normal", + loss = 10 + } + } + } +} + +paths = ( + { + in = "opal", + out = "opal", + + hooks = ( + { + type = "average", + offset = 0, + signals = ["f0", "f1", "f2", "f3"] + } +# { +# type = "print" +# } + ) + } +) diff --git a/etc/examples/example.conf b/etc/examples/example.conf index bcad25332..a84a30238 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0787eb2d2..15b1c7626 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/examples/nodes/advio.conf b/etc/examples/nodes/advio.conf index 10cd01009..e1fd6a5e3 100644 --- a/etc/examples/nodes/advio.conf +++ b/etc/examples/nodes/advio.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0e4f68b42..e4f8d453a 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 e75bab261..f6b7d975a 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 12c8a86b7..7fc7251ce 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 df70c441e..cfabce99f 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 fc5e8d91c..883cbd19d 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 13bdd4cfc..fdf1c8787 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 4c51e94c0..f9fad8c77 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c7e6ad112..f43fae2be 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 890207a1e..11e2f4e63 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/syslab-zmq.conf b/etc/syslab-zmq.conf new file mode 100644 index 000000000..dc158bcad --- /dev/null +++ b/etc/syslab-zmq.conf @@ -0,0 +1,26 @@ +nodes = { + b2b = { + type = "zeromq" + format = "protobuf" + + in = { + subscribe = "tcp://*:12000" + bind = true + filter = "syslab" + + hooks = ( + { + type = "stats" + + warmup = 10 + verbose = true + } + ) + } + out = { + publish = "tcp://*:12001" + bind = true + filter = "syslab" + } + } +} diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index 7c49b399c..fd645fccf 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode @@ -41,7 +41,7 @@ nodes = { type = "websocket", destinations = [ - "http://web.villas.fein-aachen.org/ws/relay/test_session" + "https://villas.k8s.fein-aachen.org//ws/relay/node_1" ] } } diff --git a/etc/websocket-demo.conf b/etc/websocket-demo.conf index 8c0869cfe..f2ab40589 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 8e7879928..f721a8672 100644 --- a/include/villas/api.hpp +++ b/include/villas/api.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/action.hpp b/include/villas/api/action.hpp index 311784706..4cc3a0030 100644 --- a/include/villas/api/action.hpp +++ b/include/villas/api/action.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/server.hpp b/include/villas/api/server.hpp index 537149978..cad913bba 100644 --- a/include/villas/api/server.hpp +++ b/include/villas/api/server.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 609d44c3e..9bae28c21 100644 --- a/include/villas/api/session.hpp +++ b/include/villas/api/session.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/http.hpp b/include/villas/api/sessions/http.hpp index 61d8c5761..d41729262 100644 --- a/include/villas/api/sessions/http.hpp +++ b/include/villas/api/sessions/http.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/socket.hpp b/include/villas/api/sessions/socket.hpp index 67eaa01af..840548a0b 100644 --- a/include/villas/api/sessions/socket.hpp +++ b/include/villas/api/sessions/socket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/websocket.hpp b/include/villas/api/sessions/websocket.hpp index 33cf31e43..1ef010803 100644 --- a/include/villas/api/sessions/websocket.hpp +++ b/include/villas/api/sessions/websocket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/sessions/wsi.hpp b/include/villas/api/sessions/wsi.hpp index 69498b335..67ed3fff7 100644 --- a/include/villas/api/sessions/wsi.hpp +++ b/include/villas/api/sessions/wsi.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/config.hpp b/include/villas/config.hpp index c583a1657..bcbb31fd3 100644 --- a/include/villas/config.hpp +++ b/include/villas/config.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 da8dcf21a..e70dc5aff 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/format_type.h b/include/villas/format_type.h index 1947b7a0e..f8ba6631d 100644 --- a/include/villas/format_type.h +++ b/include/villas/format_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/csv.h b/include/villas/formats/csv.h index 51c137575..428a37573 100644 --- a/include/villas/formats/csv.h +++ b/include/villas/formats/csv.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json.h b/include/villas/formats/json.h index da685fa18..991bb8566 100644 --- a/include/villas/formats/json.h +++ b/include/villas/formats/json.h @@ -1,7 +1,7 @@ /** JSON serializtion sample data. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/json_reserve.h b/include/villas/formats/json_reserve.h index 2b10e2537..319128b4f 100644 --- a/include/villas/formats/json_reserve.h +++ b/include/villas/formats/json_reserve.h @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/msg.h b/include/villas/formats/msg.h index 5a06520f5..2b75f870c 100644 --- a/include/villas/formats/msg.h +++ b/include/villas/formats/msg.h @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/msg_format.h b/include/villas/formats/msg_format.h index a1a4c9898..ec3350a35 100644 --- a/include/villas/formats/msg_format.h +++ b/include/villas/formats/msg_format.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/protobuf.h b/include/villas/formats/protobuf.h index fd8e514ab..28cc5926a 100644 --- a/include/villas/formats/protobuf.h +++ b/include/villas/formats/protobuf.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/raw.h b/include/villas/formats/raw.h index 645f4a2d1..552a81712 100644 --- a/include/villas/formats/raw.h +++ b/include/villas/formats/raw.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/villas_binary.h b/include/villas/formats/villas_binary.h index 9f1e46264..d8297a9d5 100644 --- a/include/villas/formats/villas_binary.h +++ b/include/villas/formats/villas_binary.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/formats/villas_human.h b/include/villas/formats/villas_human.h index ea8868ab5..b62d5e251 100644 --- a/include/villas/formats/villas_human.h +++ b/include/villas/formats/villas_human.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 79b0518fc..f4a3edfc4 100644 --- a/include/villas/hook.hpp +++ b/include/villas/hook.hpp @@ -6,7 +6,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 7706c46dc..1418d9309 100644 --- a/include/villas/hook_list.hpp +++ b/include/villas/hook_list.hpp @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 555366999..a00e8a911 100644 --- a/include/villas/hooks/decimate.hpp +++ b/include/villas/hooks/decimate.hpp @@ -1,7 +1,7 @@ /** Decimate hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 7f4547003..1f14dbae6 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/io.h b/include/villas/io.h index 0a1f71aa0..7b8db4959 100644 --- a/include/villas/io.h +++ b/include/villas/io.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/if.h b/include/villas/kernel/if.h index 665a6b0fe..607d238be 100644 --- a/include/villas/kernel/if.h +++ b/include/villas/kernel/if.h @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/nl.h b/include/villas/kernel/nl.h index 727babadf..3bec7cc5c 100644 --- a/include/villas/kernel/nl.h +++ b/include/villas/kernel/nl.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/tc.h b/include/villas/kernel/tc.h index 13cb58a49..9fc6dd9b1 100644 --- a/include/villas/kernel/tc.h +++ b/include/villas/kernel/tc.h @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/tc_netem.h b/include/villas/kernel/tc_netem.h index 36e553502..9239ac649 100644 --- a/include/villas/kernel/tc_netem.h +++ b/include/villas/kernel/tc_netem.h @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/mapping.h b/include/villas/mapping.h index 650bc6284..a8b5ba5db 100644 --- a/include/villas/mapping.h +++ b/include/villas/mapping.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/memory.h b/include/villas/memory.h index a82991fc2..cb53d6534 100644 --- a/include/villas/memory.h +++ b/include/villas/memory.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 6e0f98041..272b35cc4 100644 --- a/include/villas/memory/ib.h +++ b/include/villas/memory/ib.h @@ -2,7 +2,7 @@ * * @file * @author Dennis Potter - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/memory_type.h b/include/villas/memory_type.h index f96e28274..b6a0d66ba 100644 --- a/include/villas/memory_type.h +++ b/include/villas/memory_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node.h b/include/villas/node.h index 2bdaab20e..513fea222 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node/config.h.in b/include/villas/node/config.h.in index ad8d69fcf..ba347672c 100644 --- a/include/villas/node/config.h.in +++ b/include/villas/node/config.h.in @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 36e1aff11..45a70f105 100644 --- a/include/villas/node/exceptions.hpp +++ b/include/villas/node/exceptions.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_direction.h b/include/villas/node_direction.h index 15624eaab..66d63ad2b 100644 --- a/include/villas/node_direction.h +++ b/include/villas/node_direction.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/node_type.h b/include/villas/node_type.h index c2bab7ce1..0e4b31eef 100644 --- a/include/villas/node_type.h +++ b/include/villas/node_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 74b8a7c6b..8eb393073 100644 --- a/include/villas/nodes/amqp.hpp +++ b/include/villas/nodes/amqp.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 ba13435e7..816af269b 100644 --- a/include/villas/nodes/comedi.hpp +++ b/include/villas/nodes/comedi.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 5b5cc9c5a..31a27d904 100644 --- a/include/villas/nodes/exec.hpp +++ b/include/villas/nodes/exec.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 409c627fd..8272df152 100644 --- a/include/villas/nodes/file.hpp +++ b/include/villas/nodes/file.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 4059b08bf..a5c52ced8 100644 --- a/include/villas/nodes/iec61850.hpp +++ b/include/villas/nodes/iec61850.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3172893ef..e6b5212b5 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 e4961c2a5..2e148e39b 100644 --- a/include/villas/nodes/infiniband.hpp +++ b/include/villas/nodes/infiniband.hpp @@ -2,7 +2,7 @@ * * @file * @author Dennis Potter - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0494de032..ba05ed2ad 100644 --- a/include/villas/nodes/influxdb.hpp +++ b/include/villas/nodes/influxdb.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c88a05953..214174c59 100644 --- a/include/villas/nodes/loopback.hpp +++ b/include/villas/nodes/loopback.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1a5feeb36..e3b754e43 100644 --- a/include/villas/nodes/mqtt.hpp +++ b/include/villas/nodes/mqtt.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 a7c2e3bc0..621a63f09 100644 --- a/include/villas/nodes/nanomsg.hpp +++ b/include/villas/nodes/nanomsg.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 88ecf0421..e9f8a4a03 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 884a5c8f1..8a72c555a 100644 --- a/include/villas/nodes/opal.hpp +++ b/include/villas/nodes/opal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 cf130bdb4..cee6c9717 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 60833b2a9..8a0426599 100644 --- a/include/villas/nodes/shmem.hpp +++ b/include/villas/nodes/shmem.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/signal_generator.hpp b/include/villas/nodes/signal_generator.hpp index 857901861..89b75ca56 100644 --- a/include/villas/nodes/signal_generator.hpp +++ b/include/villas/nodes/signal_generator.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0ffb0776a..a1f14320c 100644 --- a/include/villas/nodes/socket.hpp +++ b/include/villas/nodes/socket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 27a507397..3fd24d513 100644 --- a/include/villas/nodes/stats.hpp +++ b/include/villas/nodes/stats.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 6004eb6fc..81a5d3d41 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 fe7d15cff..d0586ccd2 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3d01407ff..8195b0501 100644 --- a/include/villas/nodes/websocket.hpp +++ b/include/villas/nodes/websocket.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 869089b06..7a71fe949 100644 --- a/include/villas/nodes/zeromq.hpp +++ b/include/villas/nodes/zeromq.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path.h b/include/villas/path.h index 1a6f882bc..f63f40034 100644 --- a/include/villas/path.h +++ b/include/villas/path.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path_destination.h b/include/villas/path_destination.h index c65c56073..ad87f8d47 100644 --- a/include/villas/path_destination.h +++ b/include/villas/path_destination.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/path_source.h b/include/villas/path_source.h index bc288249f..5ba00a77f 100644 --- a/include/villas/path_source.h +++ b/include/villas/path_source.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/plugin.h b/include/villas/plugin.h index f1e08f2e0..37e59ec86 100644 --- a/include/villas/plugin.h +++ b/include/villas/plugin.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/pool.h b/include/villas/pool.h index 8deec4774..5f93a805a 100644 --- a/include/villas/pool.h +++ b/include/villas/pool.h @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/queue.h b/include/villas/queue.h index 95113f079..08a51636a 100644 --- a/include/villas/queue.h +++ b/include/villas/queue.h @@ -4,7 +4,7 @@ * http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue * * @author Steffen Vogel - * @copyright 2014-2019, Steffen Vogel + * @copyright 2014-2020, Steffen Vogel * @license BSD 2-Clause License * * All rights reserved. diff --git a/include/villas/queue.hpp b/include/villas/queue.hpp index 2c4bfa08d..10ae9ade2 100644 --- a/include/villas/queue.hpp +++ b/include/villas/queue.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 e51a965ba..86dc3b4d5 100644 --- a/include/villas/queue_signalled.h +++ b/include/villas/queue_signalled.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 f6b1ad664..61d35ab68 100644 --- a/include/villas/queue_signalled.hpp +++ b/include/villas/queue_signalled.hpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/sample.h b/include/villas/sample.h index cde004c57..7e6e85f92 100644 --- a/include/villas/sample.h +++ b/include/villas/sample.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/shmem.h b/include/villas/shmem.h index 5fa6f500a..26635a6f7 100644 --- a/include/villas/shmem.h +++ b/include/villas/shmem.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/signal.h b/include/villas/signal.h index 8e33d3303..d884195c5 100644 --- a/include/villas/signal.h +++ b/include/villas/signal.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/socket_addr.h b/include/villas/socket_addr.h index 19c4e6635..bee5e444c 100644 --- a/include/villas/socket_addr.h +++ b/include/villas/socket_addr.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 7736e2cd0..0660ee066 100644 --- a/include/villas/stats.hpp +++ b/include/villas/stats.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 2238913cd..6ad16b41f 100644 --- a/include/villas/super_node.hpp +++ b/include/villas/super_node.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3f1ff64f2..0d45f3302 100644 --- a/include/villas/web.hpp +++ b/include/villas/web.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 7bc2126b7..98b018bcb 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 87cde2ca0..8e4ca4cca 100644 --- a/lib/api.cpp +++ b/lib/api.cpp @@ -1,7 +1,7 @@ /** REST-API-releated functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 71acd90b3..16a2497bb 100644 --- a/lib/api/CMakeLists.txt +++ b/lib/api/CMakeLists.txt @@ -2,7 +2,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/api/actions/capabiltities.cpp b/lib/api/actions/capabiltities.cpp index faff9566c..892e4bc5a 100644 --- a/lib/api/actions/capabiltities.cpp +++ b/lib/api/actions/capabiltities.cpp @@ -1,7 +1,7 @@ /** The "capabiltities" API ressource. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/config.cpp b/lib/api/actions/config.cpp index 4d5b21024..130f7ab1d 100644 --- a/lib/api/actions/config.cpp +++ b/lib/api/actions/config.cpp @@ -1,7 +1,7 @@ /** The "config" API ressource. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/node.cpp b/lib/api/actions/node.cpp index 956922d66..192a9cfee 100644 --- a/lib/api/actions/node.cpp +++ b/lib/api/actions/node.cpp @@ -1,7 +1,7 @@ /** The API ressource for start/stop/pause/resume nodes. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/nodes.cpp b/lib/api/actions/nodes.cpp index 18e4f90de..0eb4ed7ed 100644 --- a/lib/api/actions/nodes.cpp +++ b/lib/api/actions/nodes.cpp @@ -1,7 +1,7 @@ /** The "nodes" API ressource. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/paths.cpp b/lib/api/actions/paths.cpp index 504398f0b..9d34bfea7 100644 --- a/lib/api/actions/paths.cpp +++ b/lib/api/actions/paths.cpp @@ -1,7 +1,7 @@ /** The "paths" API ressource. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/restart.cpp b/lib/api/actions/restart.cpp index 97aef50f3..5c99b8bb6 100644 --- a/lib/api/actions/restart.cpp +++ b/lib/api/actions/restart.cpp @@ -1,7 +1,7 @@ /** The "restart" API action. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/shutdown.cpp b/lib/api/actions/shutdown.cpp index 9af911dc2..d05212d9b 100644 --- a/lib/api/actions/shutdown.cpp +++ b/lib/api/actions/shutdown.cpp @@ -1,7 +1,7 @@ /** The "shutdown" API action. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/stats.cpp b/lib/api/actions/stats.cpp index f2a2c6d4e..5923459cd 100644 --- a/lib/api/actions/stats.cpp +++ b/lib/api/actions/stats.cpp @@ -1,7 +1,7 @@ /** The API ressource for getting and resetting statistics. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/status.cpp b/lib/api/actions/status.cpp index 5c6670c70..7ede8fa3f 100644 --- a/lib/api/actions/status.cpp +++ b/lib/api/actions/status.cpp @@ -1,7 +1,7 @@ /** The "stats" API action. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/server.cpp b/lib/api/server.cpp index 22a087e94..52ab83643 100644 --- a/lib/api/server.cpp +++ b/lib/api/server.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 5ec79e162..fa1b3be66 100644 --- a/lib/api/session.cpp +++ b/lib/api/session.cpp @@ -1,7 +1,7 @@ /** API session. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/http.cpp b/lib/api/sessions/http.cpp index b8fd922b8..d529c8ca2 100644 --- a/lib/api/sessions/http.cpp +++ b/lib/api/sessions/http.cpp @@ -1,7 +1,7 @@ /** HTTP Api session. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/socket.cpp b/lib/api/sessions/socket.cpp index dcefe7be7..11292026d 100644 --- a/lib/api/sessions/socket.cpp +++ b/lib/api/sessions/socket.cpp @@ -1,7 +1,7 @@ /** Unix domain socket Api session. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/websocket.cpp b/lib/api/sessions/websocket.cpp index 79df5bdb7..c42fcfc7d 100644 --- a/lib/api/sessions/websocket.cpp +++ b/lib/api/sessions/websocket.cpp @@ -1,7 +1,7 @@ /** WebSockets Api session. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/sessions/wsi.cpp b/lib/api/sessions/wsi.cpp index 9f7e7a13f..c176e2e51 100644 --- a/lib/api/sessions/wsi.cpp +++ b/lib/api/sessions/wsi.cpp @@ -1,7 +1,7 @@ /** LWS Api session. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 001b92dae..7c9453bfe 100644 --- a/lib/config.cpp +++ b/lib/config.cpp @@ -2,7 +2,7 @@ /** Configuration file parsing. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 ee93e989a..75b81f026 100644 --- a/lib/config_helper.cpp +++ b/lib/config_helper.cpp @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/format_type.cpp b/lib/format_type.cpp index a76ce8dae..9f376c49d 100644 --- a/lib/format_type.cpp +++ b/lib/format_type.cpp @@ -1,7 +1,7 @@ /** Read / write sample data in different formats. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 d8e3689cb..2333cb69f 100644 --- a/lib/formats/CMakeLists.txt +++ b/lib/formats/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/lib/formats/csv.cpp b/lib/formats/csv.cpp index 164272e62..79f49444b 100644 --- a/lib/formats/csv.cpp +++ b/lib/formats/csv.cpp @@ -1,7 +1,7 @@ /** Comma-separated values. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1b75a0293..48cfc4f31 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 b0102b796..8f5b8eb02 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 9fdcfc456..12c49a357 100644 --- a/lib/formats/msg.cpp +++ b/lib/formats/msg.cpp @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 50aa52586..5619d1e38 100644 --- a/lib/formats/protobuf.cpp +++ b/lib/formats/protobuf.cpp @@ -1,7 +1,7 @@ /** Protobuf IO format * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 ea70126a8..5123c2e43 100644 --- a/lib/formats/raw.cpp +++ b/lib/formats/raw.cpp @@ -1,7 +1,7 @@ /** RAW IO format * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 4b9bd6182..4e5a3d2b3 100644 --- a/lib/formats/villas.proto +++ b/lib/formats/villas.proto @@ -2,7 +2,7 @@ /// /// @file /// @author Steffen Vogel -/// @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +/// @copyright 2014-2020, 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 7c0f58e41..82dff3210 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 f573a4f06..d452e1013 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0f9c9c1f3..4cf8bdb2e 100644 --- a/lib/hook.cpp +++ b/lib/hook.cpp @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 33489f585..ce0b6d836 100644 --- a/lib/hook_list.cpp +++ b/lib/hook_list.cpp @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 17a4f6634..6f621ffab 100644 --- a/lib/hooks/CMakeLists.txt +++ b/lib/hooks/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 fd7e5aa89..bc7e341c6 100644 --- a/lib/hooks/average.cpp +++ b/lib/hooks/average.cpp @@ -1,7 +1,7 @@ /** Average hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 fc2c9762a..bcd5522e3 100644 --- a/lib/hooks/cast.cpp +++ b/lib/hooks/cast.cpp @@ -2,7 +2,7 @@ /** Cast hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 b99b0356d..c61c90c52 100644 --- a/lib/hooks/decimate.cpp +++ b/lib/hooks/decimate.cpp @@ -1,7 +1,7 @@ /** Decimate hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 f26e24b9e..d13ec3b1f 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 98fbb3c04..c5d268a6b 100644 --- a/lib/hooks/drop.cpp +++ b/lib/hooks/drop.cpp @@ -1,7 +1,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c15e46e82..f182fced4 100644 --- a/lib/hooks/dump.cpp +++ b/lib/hooks/dump.cpp @@ -2,7 +2,7 @@ /** Dump hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 f45072bd7..98313c506 100644 --- a/lib/hooks/ebm.cpp +++ b/lib/hooks/ebm.cpp @@ -1,7 +1,7 @@ /** Energy-based Metric hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 44b2b95c0..2233b33df 100644 --- a/lib/hooks/fix.cpp +++ b/lib/hooks/fix.cpp @@ -2,7 +2,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 39b30dd92..cb303aa09 100644 --- a/lib/hooks/gate.cpp +++ b/lib/hooks/gate.cpp @@ -1,7 +1,7 @@ /** Gate hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 89fa43e96..bdc35524f 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 f806f2e05..2baad3446 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0cbc04b4c..b1531445c 100644 --- a/lib/hooks/pps_ts.cpp +++ b/lib/hooks/pps_ts.cpp @@ -1,7 +1,7 @@ /** Timestamp hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1b3841dba..d8ed424aa 100644 --- a/lib/hooks/print.cpp +++ b/lib/hooks/print.cpp @@ -1,7 +1,7 @@ /** Print hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 902446e5b..76fbf4f5c 100644 --- a/lib/hooks/restart.cpp +++ b/lib/hooks/restart.cpp @@ -1,7 +1,7 @@ /** Path restart hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 ef0af7b72..360a24c58 100644 --- a/lib/hooks/scale.cpp +++ b/lib/hooks/scale.cpp @@ -1,7 +1,7 @@ /** Scale hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 ca2ecf469..43b28858f 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 48e533efd..6dad11137 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0900dcad2..5caf4f700 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 598a8e413..2d4e5690a 100644 --- a/lib/hooks/stats.cpp +++ b/lib/hooks/stats.cpp @@ -1,7 +1,7 @@ /** Statistic hooks. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 71813574f..5def0adc0 100644 --- a/lib/hooks/ts.cpp +++ b/lib/hooks/ts.cpp @@ -1,7 +1,7 @@ /** Timestamp hook. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/io.cpp b/lib/io.cpp index 98412657e..665b37fcf 100644 --- a/lib/io.cpp +++ b/lib/io.cpp @@ -1,7 +1,7 @@ /** Reading and writing simulation samples in various formats. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 9ec234745..7af9b1669 100644 --- a/lib/kernel/if.cpp +++ b/lib/kernel/if.cpp @@ -1,7 +1,7 @@ /** Interface related functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 5646a139f..cd072b1d8 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 dc8abff1d..4813cd618 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 052ec3ffd..40a9e15d6 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3616bb918..fd9ced677 100644 --- a/lib/mapping.cpp +++ b/lib/mapping.cpp @@ -1,7 +1,7 @@ /** Sample value remapping for mux. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 7adb5211a..126b8c7bd 100644 --- a/lib/memory.cpp +++ b/lib/memory.cpp @@ -1,7 +1,7 @@ /** Memory allocators. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 75c249f9c..20cb616a3 100644 --- a/lib/memory/heap.cpp +++ b/lib/memory/heap.cpp @@ -1,7 +1,7 @@ /** Heap memory allocator. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 add545d1c..a2da92242 100644 --- a/lib/memory/ib.cpp +++ b/lib/memory/ib.cpp @@ -1,7 +1,7 @@ /** Infiniband memory allocator. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 42e17409d..b016cb7af 100644 --- a/lib/memory/managed.cpp +++ b/lib/memory/managed.cpp @@ -1,7 +1,7 @@ /** Managed memory allocator. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3c4a3ad4d..e11085f81 100644 --- a/lib/memory/mmap.cpp +++ b/lib/memory/mmap.cpp @@ -1,7 +1,7 @@ /** mmap memory allocator. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 6bcc61404..c437c2c29 100644 --- a/lib/node.cpp +++ b/lib/node.cpp @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 2875c9cf8..553ea55ac 100644 --- a/lib/node_direction.cpp +++ b/lib/node_direction.cpp @@ -2,7 +2,7 @@ /** Node direction * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node_type.cpp b/lib/node_type.cpp index 3ab35e5ba..804f41888 100644 --- a/lib/node_type.cpp +++ b/lib/node_type.cpp @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 516743f66..8610ac24c 100644 --- a/lib/nodes/CMakeLists.txt +++ b/lib/nodes/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 7652b5483..dd340de7a 100644 --- a/lib/nodes/amqp.cpp +++ b/lib/nodes/amqp.cpp @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 5adaaa6c2..60b327804 100644 --- a/lib/nodes/comedi.cpp +++ b/lib/nodes/comedi.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 96e07fd30..3123d4357 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 28c5415f9..71f820f70 100644 --- a/lib/nodes/file.cpp +++ b/lib/nodes/file.cpp @@ -1,7 +1,7 @@ /** Node type: File * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 6f8935bf1..48e273397 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 8be64c3e5..2e5338cf4 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 d2faabec7..e1809bb81 100644 --- a/lib/nodes/infiniband.cpp +++ b/lib/nodes/infiniband.cpp @@ -1,7 +1,7 @@ /** Node type: infiniband * * @author Dennis Potter - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 9711c3a5e..98953388e 100644 --- a/lib/nodes/influxdb.cpp +++ b/lib/nodes/influxdb.cpp @@ -1,7 +1,7 @@ /** Node-type for InfluxDB. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1aba21327..a95989a4c 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1c57e761e..f1921a867 100644 --- a/lib/nodes/mqtt.cpp +++ b/lib/nodes/mqtt.cpp @@ -1,7 +1,7 @@ /** Node type: mqtt * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 52233b911..d8f662182 100644 --- a/lib/nodes/nanomsg.cpp +++ b/lib/nodes/nanomsg.cpp @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 949fdc4f2..905098fcf 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 d1bb69aa0..25706821a 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 ff0941096..1799e1508 100644 --- a/lib/nodes/rtp.cpp +++ b/lib/nodes/rtp.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Marvin Klimke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 94422147b..d4e329bec 100644 --- a/lib/nodes/shmem.cpp +++ b/lib/nodes/shmem.cpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/signal_generator.cpp b/lib/nodes/signal_generator.cpp index f3832c14d..cf2f44d9e 100644 --- a/lib/nodes/signal_generator.cpp +++ b/lib/nodes/signal_generator.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c7e9202d8..311b54711 100644 --- a/lib/nodes/socket.cpp +++ b/lib/nodes/socket.cpp @@ -1,7 +1,7 @@ /** Various socket related functions * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 69e08acba..f105f26f7 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 d9517f8b3..f85f13758 100644 --- a/lib/nodes/test_rtt.cpp +++ b/lib/nodes/test_rtt.cpp @@ -1,7 +1,7 @@ /** Node type: Node-type for testing Round-trip Time. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 687f0999a..5142e0520 100644 --- a/lib/nodes/uldaq.cpp +++ b/lib/nodes/uldaq.cpp @@ -3,7 +3,7 @@ * @file * @author Manuel Pitz * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 a9ec5f6b7..51cae46c6 100644 --- a/lib/nodes/websocket.cpp +++ b/lib/nodes/websocket.cpp @@ -1,7 +1,7 @@ /** Node type: Websockets (libwebsockets) * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 edca6d554..331fc06e5 100644 --- a/lib/nodes/zeromq.cpp +++ b/lib/nodes/zeromq.cpp @@ -1,7 +1,7 @@ /** Node type: ZeroMQ * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 2eb915ebf..ac142942e 100644 --- a/lib/path.cpp +++ b/lib/path.cpp @@ -1,7 +1,7 @@ /** Message paths. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3324c50d9..b65f63095 100644 --- a/lib/path_destination.cpp +++ b/lib/path_destination.cpp @@ -1,7 +1,7 @@ /** Path destination * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 becee51ae..1c19b5249 100644 --- a/lib/path_source.cpp +++ b/lib/path_source.cpp @@ -1,7 +1,7 @@ /** Path source * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/plugin.cpp b/lib/plugin.cpp index 752095878..276e6d390 100644 --- a/lib/plugin.cpp +++ b/lib/plugin.cpp @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 eb854530a..b2ad1cc56 100644 --- a/lib/pool.cpp +++ b/lib/pool.cpp @@ -1,7 +1,7 @@ /** Memory pool for fixed size objects. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 6599fb95c..5111ff7b1 100644 --- a/lib/queue_signalled.cpp +++ b/lib/queue_signalled.cpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 631ac2b13..076669a38 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 4f45c7ad2..2f6bccbca 100644 --- a/lib/shmem.cpp +++ b/lib/shmem.cpp @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 972d69f79..ae922e086 100644 --- a/lib/signal.cpp +++ b/lib/signal.cpp @@ -1,7 +1,7 @@ /** Signal meta data. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 f8fbe78a5..f688218a2 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 a6ebb73e1..417fbd4c5 100644 --- a/lib/stats.cpp +++ b/lib/stats.cpp @@ -1,7 +1,7 @@ /** Statistic collection. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 bbeb0ec1c..da4366b5b 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 8b60c1484..7e50e7e2f 100644 --- a/lib/web.cpp +++ b/lib/web.cpp @@ -1,7 +1,7 @@ /** LWS-releated functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 690a15fcc..0a75786a2 100644 --- a/packaging/CMakeLists.txt +++ b/packaging/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/CMakeLists.txt b/packaging/docker/CMakeLists.txt index 77c9532f3..b4f32c0f5 100644 --- a/packaging/docker/CMakeLists.txt +++ b/packaging/docker/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.app b/packaging/docker/Dockerfile.app index 98602548c..6b4bd14ff 100644 --- a/packaging/docker/Dockerfile.app +++ b/packaging/docker/Dockerfile.app @@ -5,7 +5,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.app-raspbian b/packaging/docker/Dockerfile.app-raspbian index 6c593a8a7..93f8871bb 100644 --- a/packaging/docker/Dockerfile.app-raspbian +++ b/packaging/docker/Dockerfile.app-raspbian @@ -1,7 +1,7 @@ # Dockerfile # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev b/packaging/docker/Dockerfile.dev index 7901f5ecf..c21979a94 100644 --- a/packaging/docker/Dockerfile.dev +++ b/packaging/docker/Dockerfile.dev @@ -9,7 +9,7 @@ # make docker-dev # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev-centos b/packaging/docker/Dockerfile.dev-centos index bed2e1c73..c491f7294 100644 --- a/packaging/docker/Dockerfile.dev-centos +++ b/packaging/docker/Dockerfile.dev-centos @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev-debian-multiarch b/packaging/docker/Dockerfile.dev-debian-multiarch index c09716b91..8a3ea7b83 100644 --- a/packaging/docker/Dockerfile.dev-debian-multiarch +++ b/packaging/docker/Dockerfile.dev-debian-multiarch @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev-raspbian b/packaging/docker/Dockerfile.dev-raspbian index 6b3b2bb80..57b3f8ccb 100644 --- a/packaging/docker/Dockerfile.dev-raspbian +++ b/packaging/docker/Dockerfile.dev-raspbian @@ -1,7 +1,7 @@ # Dockerfile for cross-compilation in Docker targeting the Raspberyy Pi. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/packaging/docker/Dockerfile.dev-ubuntu b/packaging/docker/Dockerfile.dev-ubuntu index 1ed1e16eb..3dabd98f0 100644 --- a/packaging/docker/Dockerfile.dev-ubuntu +++ b/packaging/docker/Dockerfile.dev-ubuntu @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 c01f370b6..6240c45eb 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 0cb9659e3..9cdd9b367 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c02d846c7..e8f19756f 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/python/README.md b/python/README.md index de6dc1ece..19aa45977 100644 --- a/python/README.md +++ b/python/README.md @@ -12,7 +12,7 @@ User documentation is available here: -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 e16e9c53e..1c5df55bf 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3a3f3413b..d669dc40e 100644 --- a/src/villas-convert.cpp +++ b/src/villas-convert.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 6b2f2b4b8..4bf685138 100644 --- a/src/villas-hook.cpp +++ b/src/villas-hook.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 342c2d96a..0e79186ba 100644 --- a/src/villas-node.cpp +++ b/src/villas-node.cpp @@ -1,7 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 9e1a1f63e..6f5d35742 100644 --- a/src/villas-pipe.cpp +++ b/src/villas-pipe.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 cc23e9f0d..923ddeb91 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0308cefb8..50ff20446 100644 --- a/src/villas-relay.hpp +++ b/src/villas-relay.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 446ba5e16..051d20b3a 100644 --- a/src/villas-signal.cpp +++ b/src/villas-signal.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-test-cmp.cpp b/src/villas-test-cmp.cpp index 080f43fae..a1dc9dd69 100644 --- a/src/villas-test-cmp.cpp +++ b/src/villas-test-cmp.cpp @@ -1,7 +1,7 @@ /** Compare two data files. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c1b697ed7..48ceee214 100644 --- a/src/villas-test-config.cpp +++ b/src/villas-test-config.cpp @@ -1,7 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 42898f805..cf2c25245 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 8e5d45fed..5037a6da1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 707f24ff0..3cfaf4d52 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 415d28998..a82068c4e 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 e88dc3a64..a26a3fc3a 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 2a6e39a46..aa07bac4e 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 eed7ab219..95660832c 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 28795d723..7509e0794 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 3ec87310b..a8915d86e 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 fc88e8c82..4820259a7 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 cffda1330..f830f32b3 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 50de2cbf2..b56c40d23 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 dd08a522a..7b8f10ab7 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 713c084d8..db7de51f9 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/hook-dp.sh b/tests/integration/hook-dp.sh index 3b3f9c417..de97f16a9 100755 --- a/tests/integration/hook-dp.sh +++ b/tests/integration/hook-dp.sh @@ -3,7 +3,7 @@ # Integration test for dp hook. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 c0bb64621..495d84779 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 34417da57..9960acc2c 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 2820cc599..d5b422d2e 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 837905f10..85a59b6c7 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 0518974ce..b69fe8bcc 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 61151041c..938aa9da1 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 d485bfe34..1f102dcb1 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 774a48c69..d185b30bf 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 6be633d42..92ae88441 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 b8eea6368..33ad1db36 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 5c0fed3ff..270b256b4 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 ed4454d2d..09752c937 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/node-mux_demux.sh b/tests/integration/node-mux_demux.sh index cdf453ce6..ac94a88a8 100755 --- a/tests/integration/node-mux_demux.sh +++ b/tests/integration/node-mux_demux.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 090f6e69a..59840be72 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 6dd133fa5..d3cd074cd 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/pipe-file-advio.sh b/tests/integration/pipe-file-advio.sh index 52b09a7ee..6f527c00e 100755 --- a/tests/integration/pipe-file-advio.sh +++ b/tests/integration/pipe-file-advio.sh @@ -3,7 +3,7 @@ # Integration test for remote file IO of file node-type. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 b2137286a..f9c8ed6f0 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 f5ddd9934..ca8451846 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 4310d0379..4240d33a5 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 b3faac286..8cb0a5a50 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 5054b2e00..af7e5ea69 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 0be1dfd78..48451fa92 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 f6aded6bf..a7f9ac5ca 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 a786f0dcc..1856829f1 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 1aaed6a29..3ac2f2d1d 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 81d1a3851..ca1b086c1 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 d8006b1a9..838e25f61 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 33eaa3629..1d0a16933 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 22310995a..61988ab81 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 c0e89131f..01e73559b 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 9ea103c4b..b660d45b5 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 e62af21e6..57858a6db 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 537a0177a..8b2a5b107 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 756322ff7..3d00f3f4b 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/integration/test-cmp.sh b/tests/integration/test-cmp.sh index 58d29b2c1..3c14d853a 100755 --- a/tests/integration/test-cmp.sh +++ b/tests/integration/test-cmp.sh @@ -3,7 +3,7 @@ # Integration test for villas-test-cmp. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 a1faf06eb..96e4d3d89 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 1a099de33..6ec8a8ae1 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 ca6c82580..6f42ffd43 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/io.cpp b/tests/unit/io.cpp index 43d9f059f..81fefa31b 100644 --- a/tests/unit/io.cpp +++ b/tests/unit/io.cpp @@ -1,7 +1,7 @@ /** Unit tests for IO formats. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 939e8ba21..9db7999ba 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 087c4199c..40a5f021d 100644 --- a/tests/unit/main.cpp +++ b/tests/unit/main.cpp @@ -1,7 +1,7 @@ /** Custom main() for Criterion * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c736d5363..c11416de7 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 65d5eaef8..0fffc114d 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1b3d5b538..8f9272340 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 652d42431..771c69fbe 100644 --- a/tests/unit/queue.cpp +++ b/tests/unit/queue.cpp @@ -1,7 +1,7 @@ /** Unit tests for queue * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 eae3a9af2..4262c4222 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1bf3a51a4..9e894b086 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-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 c23009ac4..1a0d13c84 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 1268364e2..fc7cdbf58 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/fiware/fiware-query.sh b/tools/fiware/fiware-query.sh index 1adca15dd..f67ba1069 100755 --- a/tools/fiware/fiware-query.sh +++ b/tools/fiware/fiware-query.sh @@ -3,7 +3,7 @@ # Query FIWARE Orion Context Broker # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/fiware/fiware-update.sh b/tools/fiware/fiware-update.sh index 8a28ce72a..13007dbc1 100755 --- a/tools/fiware/fiware-update.sh +++ b/tools/fiware/fiware-update.sh @@ -3,7 +3,7 @@ # Update context of FIRWARE ORION Context Broker. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 4c8712a3a..a8eb3a91a 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -3,7 +3,7 @@ # Run integration tests # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 e28e061dc..cb9355187 100644 --- a/tools/rmsem.cpp +++ b/tools/rmsem.cpp @@ -1,7 +1,7 @@ /** Delete semaphores. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 182b3a6be..f3e18fb86 100644 --- a/tools/rmshm.cpp +++ b/tools/rmshm.cpp @@ -1,7 +1,7 @@ /** Delete shared memory regions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/tc/tc-dump.sh b/tools/tc/tc-dump.sh index e97b5eeaf..9df3487d5 100755 --- a/tools/tc/tc-dump.sh +++ b/tools/tc/tc-dump.sh @@ -3,7 +3,7 @@ # Dump Linux traffic control state to screen. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/tc/tc-netem.sh b/tools/tc/tc-netem.sh index 3e0d703e0..add3603ce 100755 --- a/tools/tc/tc-netem.sh +++ b/tools/tc/tc-netem.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/tc/tc-netem2.sh b/tools/tc/tc-netem2.sh index 6fa210d13..7a6fc6cc7 100755 --- a/tools/tc/tc-netem2.sh +++ b/tools/tc/tc-netem2.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, 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 8c55e68fe..93d938fc3 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-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/villas-signal.sh b/tools/villas-signal.sh index 0cd8207fd..9642da744 100755 --- a/tools/villas-signal.sh +++ b/tools/villas-signal.sh @@ -2,7 +2,7 @@ # Wrapper around villas-pipe which uses the signal generator node-type # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode @@ -46,7 +46,7 @@ function usage() { echo " -l NUM only send LIMIT messages and stop" echo echo "VILLASnode $(villas-node -v)" - echo " Copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC" + echo " Copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC" echo " Steffen Vogel " exit 1 } diff --git a/tools/villas.sh b/tools/villas.sh index a6dc29bfb..62ee214f2 100755 --- a/tools/villas.sh +++ b/tools/villas.sh @@ -8,7 +8,7 @@ # $ make install # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/web/CMakeLists.txt b/web/CMakeLists.txt index 85747d699..787e17c7c 100644 --- a/web/CMakeLists.txt +++ b/web/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/web/socket/api.js b/web/socket/api.js index bf9f1f60e..944af0d0c 100644 --- a/web/socket/api.js +++ b/web/socket/api.js @@ -1,7 +1,7 @@ /** Remote API. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/app.js b/web/socket/app.js index 612152166..28e747916 100644 --- a/web/socket/app.js +++ b/web/socket/app.js @@ -1,7 +1,7 @@ /** VILLASnode WebMockup Javascript application. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/file.js b/web/socket/file.js index 8772607ac..4eadc648c 100644 --- a/web/socket/file.js +++ b/web/socket/file.js @@ -1,7 +1,7 @@ /** Read from a local file. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/msg.js b/web/socket/msg.js index 45e91a40b..5ccb5fc3e 100644 --- a/web/socket/msg.js +++ b/web/socket/msg.js @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/web/socket/utils.js b/web/socket/utils.js index d37d5ffbb..25acca757 100644 --- a/web/socket/utils.js +++ b/web/socket/utils.js @@ -1,7 +1,7 @@ /** Utilities. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode