diff --git a/clients/opal/models/send_receive/Makefile.mk b/clients/opal/models/send_receive/Makefile.mk index ebce763ae..19394185f 100644 --- a/clients/opal/models/send_receive/Makefile.mk +++ b/clients/opal/models/send_receive/Makefile.mk @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 9e854f783..29d28a0ea 100644 --- a/clients/opal/models/send_receive/include/config.h +++ b/clients/opal/models/send_receive/include/config.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 594662b41..9133c2cab 100644 --- a/clients/opal/models/send_receive/include/msg.h +++ b/clients/opal/models/send_receive/include/msg.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 3b544e09f..5bcd01872 100644 --- a/clients/opal/models/send_receive/include/msg_format.h +++ b/clients/opal/models/send_receive/include/msg_format.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 dd5c633be..011d4296c 100644 --- a/clients/opal/models/send_receive/include/socket.h +++ b/clients/opal/models/send_receive/include/socket.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 acb8e100f..70f48a154 100644 --- a/clients/opal/models/send_receive/include/utils.h +++ b/clients/opal/models/send_receive/include/utils.h @@ -4,7 +4,7 @@ * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 dd10ada9b..ddb82f5bf 100644 --- a/clients/opal/models/send_receive/src/compat.c +++ b/clients/opal/models/send_receive/src/compat.c @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 ffb726cbd..f6d2d9fc2 100644 --- a/clients/opal/models/send_receive/src/main.asv +++ b/clients/opal/models/send_receive/src/main.asv @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 e89138002..e4770e515 100644 --- a/clients/opal/models/send_receive/src/main.c +++ b/clients/opal/models/send_receive/src/main.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 65fea1606..3af278a06 100644 --- a/clients/opal/models/send_receive/src/msg.c +++ b/clients/opal/models/send_receive/src/msg.c @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 d260049cd..84525468a 100644 --- a/clients/opal/models/send_receive/src/socket.c +++ b/clients/opal/models/send_receive/src/socket.c @@ -1,7 +1,7 @@ /** Helper functions for sockets. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 6e9ebf3e3..98ecfa01e 100644 --- a/clients/opal/models/send_receive/src/utils.c +++ b/clients/opal/models/send_receive/src/utils.c @@ -3,7 +3,7 @@ * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/clients/python/CMakeLists.txt b/clients/python/CMakeLists.txt index 632bf86ad..6c1ae56bb 100644 --- a/clients/python/CMakeLists.txt +++ b/clients/python/CMakeLists.txt @@ -1,7 +1,7 @@ # Makefile. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/etc/advio.conf b/etc/advio.conf index ddf0eab51..67eabe76d 100644 --- a/etc/advio.conf +++ b/etc/advio.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/example.conf b/etc/example.conf index c0a5a1970..48102ab7c 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -9,7 +9,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/global.conf b/etc/global.conf index 496dcd4e0..a4e40dd4b 100644 --- a/etc/global.conf +++ b/etc/global.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 6f5eb9858..ece3b222c 100644 --- a/etc/gtnet-skt/emulate_gtnet.conf +++ b/etc/gtnet-skt/emulate_gtnet.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 4b4482a3a..f2c34949c 100644 --- a/etc/gtnet-skt/test1.conf +++ b/etc/gtnet-skt/test1.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 afa463635..18fddd313 100644 --- a/etc/gtnet-skt/test2.conf +++ b/etc/gtnet-skt/test2.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 db055a684..05f69eb54 100644 --- a/etc/gtnet-skt/test3.conf +++ b/etc/gtnet-skt/test3.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 9bcd116bb..0a101d671 100644 --- a/etc/gtnet-skt/test4.conf +++ b/etc/gtnet-skt/test4.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 6a8e9ef87..772131358 100644 --- a/etc/gtnet-skt/test5.conf +++ b/etc/gtnet-skt/test5.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 1858d0523..87b71f78a 100644 --- a/etc/js/config.js +++ b/etc/js/config.js @@ -8,7 +8,7 @@ * villas node <(node /etc/villas/node/js/config.js) * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 194e0b654..f64ccbef7 100644 --- a/etc/js/global.js +++ b/etc/js/global.js @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html//Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 c99ffdc7f..f70ac44f3 100644 --- a/etc/loopback.conf +++ b/etc/loopback.conf @@ -26,7 +26,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/plugins.conf b/etc/plugins.conf index 4eaf69a12..e3859bd6d 100644 --- a/etc/plugins.conf +++ b/etc/plugins.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/websocket-demo.conf b/etc/websocket-demo.conf index fb1a303ff..0cf07e05f 100644 --- a/etc/websocket-demo.conf +++ b/etc/websocket-demo.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/etc/websocket-demo2.conf b/etc/websocket-demo2.conf index 19972cf88..b4f505cad 100644 --- a/etc/websocket-demo2.conf +++ b/etc/websocket-demo2.conf @@ -5,7 +5,7 @@ * http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/advio.h b/include/villas/advio.h index a48692505..ca65b4645 100644 --- a/include/villas/advio.h +++ b/include/villas/advio.h @@ -1,7 +1,7 @@ /** libcurl based advanced IO aka ADVIO. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api.h b/include/villas/api.h index f64a511bf..ec3f46425 100644 --- a/include/villas/api.h +++ b/include/villas/api.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/api/session.h b/include/villas/api/session.h index eb70d1684..b4b59dd70 100644 --- a/include/villas/api/session.h +++ b/include/villas/api/session.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/atomic.h b/include/villas/atomic.h index 2ae1a84be..c32562975 100644 --- a/include/villas/atomic.h +++ b/include/villas/atomic.h @@ -2,7 +2,7 @@ * * @file * @author Georg Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/bitset.h b/include/villas/bitset.h index 7e61147cd..60690d414 100644 --- a/include/villas/bitset.h +++ b/include/villas/bitset.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/buffer.h b/include/villas/buffer.h index 4e7fa03f9..442760f21 100644 --- a/include/villas/buffer.h +++ b/include/villas/buffer.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/common.h b/include/villas/common.h index 51bb57bce..92b9895b8 100644 --- a/include/villas/common.h +++ b/include/villas/common.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/compat.h b/include/villas/compat.h index 1cac42afb..f06cdc2b5 100644 --- a/include/villas/compat.h +++ b/include/villas/compat.h @@ -1,7 +1,7 @@ /** Compatability for different library versions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/config.h.in b/include/villas/config.h.in index 1702829fe..31877d14b 100644 --- a/include/villas/config.h.in +++ b/include/villas/config.h.in @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/config_helper.h b/include/villas/config_helper.h index f3c666a65..96bdf704f 100644 --- a/include/villas/config_helper.h +++ b/include/villas/config_helper.h @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/crypt.h b/include/villas/crypt.h index f8ca71ec4..38dcbd4fe 100644 --- a/include/villas/crypt.h +++ b/include/villas/crypt.h @@ -1,7 +1,7 @@ /** Crypto helpers. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 83ce9be55..1ed8fdb7d 100644 --- a/include/villas/format_type.h +++ b/include/villas/format_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 16d2ae532..a0f1c3f90 100644 --- a/include/villas/formats/csv.h +++ b/include/villas/formats/csv.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 20ff4a712..71f243abe 100644 --- a/include/villas/formats/json-reserve.h +++ b/include/villas/formats/json-reserve.h @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 6706bd7fa..f3ed54784 100644 --- a/include/villas/formats/json.h +++ b/include/villas/formats/json.h @@ -1,7 +1,7 @@ /** JSON serializtion sample data. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 7b3b91b9e..d726ab2ed 100644 --- a/include/villas/formats/msg.h +++ b/include/villas/formats/msg.h @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 1dc4f87b5..8ebd62b88 100644 --- a/include/villas/formats/msg_format.h +++ b/include/villas/formats/msg_format.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 79468c0b8..3023999a7 100644 --- a/include/villas/formats/protobuf.h +++ b/include/villas/formats/protobuf.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 024a21d31..fff6cc1eb 100644 --- a/include/villas/formats/raw.h +++ b/include/villas/formats/raw.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 c01f61f95..f04dc7fcc 100644 --- a/include/villas/formats/villas_binary.h +++ b/include/villas/formats/villas_binary.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 2865b6f71..8e79626b9 100644 --- a/include/villas/formats/villas_human.h +++ b/include/villas/formats/villas_human.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hist.h b/include/villas/hist.h index b3043deb8..a68b38f15 100644 --- a/include/villas/hist.h +++ b/include/villas/hist.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hook.h b/include/villas/hook.h index 1fc54ff53..9c129ec01 100644 --- a/include/villas/hook.h +++ b/include/villas/hook.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/hook_type.h b/include/villas/hook_type.h index 2cffb74d2..7fb8beedb 100644 --- a/include/villas/hook_type.h +++ b/include/villas/hook_type.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 98271cb39..beef38af5 100644 --- a/include/villas/io.h +++ b/include/villas/io.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 f156a46df..63b6fe9f5 100644 --- a/include/villas/kernel/if.h +++ b/include/villas/kernel/if.h @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/kernel.h b/include/villas/kernel/kernel.h index 2a2e2eb50..130f44b37 100644 --- a/include/villas/kernel/kernel.h +++ b/include/villas/kernel/kernel.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 13f03eff1..e54cf9ee3 100644 --- a/include/villas/kernel/nl.h +++ b/include/villas/kernel/nl.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/kernel/rt.h b/include/villas/kernel/rt.h index 9877882d1..4ef0aeb5f 100644 --- a/include/villas/kernel/rt.h +++ b/include/villas/kernel/rt.h @@ -3,7 +3,7 @@ * @see: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 5520fc38d..cf1827596 100644 --- a/include/villas/kernel/tc.h +++ b/include/villas/kernel/tc.h @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 53a812498..7db538a2b 100644 --- a/include/villas/kernel/tc_netem.h +++ b/include/villas/kernel/tc_netem.h @@ -7,7 +7,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/log.h b/include/villas/log.h index c5c299fa3..36ce7aead 100644 --- a/include/villas/log.h +++ b/include/villas/log.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/log_config.h b/include/villas/log_config.h index e323211b4..808942f12 100644 --- a/include/villas/log_config.h +++ b/include/villas/log_config.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 54691695b..7337fb440 100644 --- a/include/villas/mapping.h +++ b/include/villas/mapping.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 e3a5401a8..98af3afbc 100644 --- a/include/villas/memory.h +++ b/include/villas/memory.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 ea3144bba..9bd09cbbf 100644 --- a/include/villas/memory_type.h +++ b/include/villas/memory_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 73ffe1929..27aace9fa 100644 --- a/include/villas/node.h +++ b/include/villas/node.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 bbb40835f..82eaa743e 100644 --- a/include/villas/node_type.h +++ b/include/villas/node_type.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/amqp.h b/include/villas/nodes/amqp.h index 6c46a70d6..50d41e6db 100644 --- a/include/villas/nodes/amqp.h +++ b/include/villas/nodes/amqp.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/file.h b/include/villas/nodes/file.h index 6598dc1bb..410c85c93 100644 --- a/include/villas/nodes/file.h +++ b/include/villas/nodes/file.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/iec61850.h b/include/villas/nodes/iec61850.h index ff643d5ad..a5010defb 100644 --- a/include/villas/nodes/iec61850.h +++ b/include/villas/nodes/iec61850.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/iec61850_sv.h b/include/villas/nodes/iec61850_sv.h index d19072c0b..cf4d0f3c8 100644 --- a/include/villas/nodes/iec61850_sv.h +++ b/include/villas/nodes/iec61850_sv.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/influxdb.h b/include/villas/nodes/influxdb.h index 2d9167961..c27b30640 100644 --- a/include/villas/nodes/influxdb.h +++ b/include/villas/nodes/influxdb.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/loopback.h b/include/villas/nodes/loopback.h index c80939440..75160e835 100644 --- a/include/villas/nodes/loopback.h +++ b/include/villas/nodes/loopback.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/mqtt.h b/include/villas/nodes/mqtt.h index d7cbe1698..45ca5534a 100644 --- a/include/villas/nodes/mqtt.h +++ b/include/villas/nodes/mqtt.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/nanomsg.h b/include/villas/nodes/nanomsg.h index c180f49ff..69e66211d 100644 --- a/include/villas/nodes/nanomsg.h +++ b/include/villas/nodes/nanomsg.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/ngsi.h b/include/villas/nodes/ngsi.h index 090a446f7..0c4d02de0 100644 --- a/include/villas/nodes/ngsi.h +++ b/include/villas/nodes/ngsi.h @@ -8,7 +8,7 @@ * @see http://technical.openmobilealliance.org/Technical/Release_Program/docs/NGSI/V1_0-20120529-A/OMA-TS-NGSI_Context_Management-V1_0-20120529-A.pdf * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/opal.h b/include/villas/nodes/opal.h index f2dfdf5e6..3d7526e0c 100644 --- a/include/villas/nodes/opal.h +++ b/include/villas/nodes/opal.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/shmem.h b/include/villas/nodes/shmem.h index b2091af9c..853dea45d 100644 --- a/include/villas/nodes/shmem.h +++ b/include/villas/nodes/shmem.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/signal_generator.h b/include/villas/nodes/signal_generator.h index 87555824a..29dd7b0d5 100644 --- a/include/villas/nodes/signal_generator.h +++ b/include/villas/nodes/signal_generator.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/socket.h b/include/villas/nodes/socket.h index c538ed71d..4da97bc39 100644 --- a/include/villas/nodes/socket.h +++ b/include/villas/nodes/socket.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/stats.h b/include/villas/nodes/stats.h index 2f111d409..91de317d3 100644 --- a/include/villas/nodes/stats.h +++ b/include/villas/nodes/stats.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/test_rtt.h b/include/villas/nodes/test_rtt.h index 6f0375232..9f1c623d4 100644 --- a/include/villas/nodes/test_rtt.h +++ b/include/villas/nodes/test_rtt.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/websocket.h b/include/villas/nodes/websocket.h index 2016ba23f..82c16e17c 100644 --- a/include/villas/nodes/websocket.h +++ b/include/villas/nodes/websocket.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/nodes/zeromq.h b/include/villas/nodes/zeromq.h index 87c477a67..bc2c47003 100644 --- a/include/villas/nodes/zeromq.h +++ b/include/villas/nodes/zeromq.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 edb3f6750..39a6d8227 100644 --- a/include/villas/path.h +++ b/include/villas/path.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 c34519ba3..15d651aa2 100644 --- a/include/villas/plugin.h +++ b/include/villas/plugin.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 047ba0341..49fdbaee9 100644 --- a/include/villas/pool.h +++ b/include/villas/pool.h @@ -4,7 +4,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 8eb63b4fe..5f935f78e 100644 --- a/include/villas/queue_signalled.h +++ b/include/villas/queue_signalled.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 1aaa5c233..0fc8f9b38 100644 --- a/include/villas/sample.h +++ b/include/villas/sample.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 5ee575b8c..f96eacfdf 100644 --- a/include/villas/shmem.h +++ b/include/villas/shmem.h @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/stats.h b/include/villas/stats.h index dde2f426b..a65feb300 100644 --- a/include/villas/stats.h +++ b/include/villas/stats.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/super_node.h b/include/villas/super_node.h index f81e2122a..68f3034dc 100644 --- a/include/villas/super_node.h +++ b/include/villas/super_node.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/table.h b/include/villas/table.h index 18998b2c4..dacf4165c 100644 --- a/include/villas/table.h +++ b/include/villas/table.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/task.h b/include/villas/task.h index c41512b45..beeb98637 100644 --- a/include/villas/task.h +++ b/include/villas/task.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/timing.h b/include/villas/timing.h index 33c67f994..c005fee19 100644 --- a/include/villas/timing.h +++ b/include/villas/timing.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/utils.h b/include/villas/utils.h index c194493e7..5037d232c 100644 --- a/include/villas/utils.h +++ b/include/villas/utils.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/include/villas/web.h b/include/villas/web.h index c7b06ea95..fb0645b87 100644 --- a/include/villas/web.h +++ b/include/villas/web.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/advio.c b/lib/advio.c index 1fac70d97..bcb7de067 100644 --- a/lib/advio.c +++ b/lib/advio.c @@ -3,7 +3,7 @@ * This example requires libcurl 7.9.7 or later. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api.c b/lib/api.c index d46035edb..70c63731a 100644 --- a/lib/api.c +++ b/lib/api.c @@ -1,7 +1,7 @@ /** REST-API-releated functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/capabiltities.c b/lib/api/actions/capabiltities.c index 3e4edbf60..10cd91826 100644 --- a/lib/api/actions/capabiltities.c +++ b/lib/api/actions/capabiltities.c @@ -1,7 +1,7 @@ /** The "capabiltities" API ressource. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/config.c b/lib/api/actions/config.c index aa749f14b..278b10963 100644 --- a/lib/api/actions/config.c +++ b/lib/api/actions/config.c @@ -1,7 +1,7 @@ /** The "config" API ressource. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/nodes.c b/lib/api/actions/nodes.c index 66bd292bf..9f4499e0c 100644 --- a/lib/api/actions/nodes.c +++ b/lib/api/actions/nodes.c @@ -1,7 +1,7 @@ /** The "nodes" API ressource. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/paths.c b/lib/api/actions/paths.c index e46dd7533..ab3b15e6c 100644 --- a/lib/api/actions/paths.c +++ b/lib/api/actions/paths.c @@ -1,7 +1,7 @@ /** The "paths" API ressource. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/restart.c b/lib/api/actions/restart.c index 32e88e00b..f4415dd65 100644 --- a/lib/api/actions/restart.c +++ b/lib/api/actions/restart.c @@ -1,7 +1,7 @@ /** The "restart" API action. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/shutdown.c b/lib/api/actions/shutdown.c index 7905273ec..0fff3e214 100644 --- a/lib/api/actions/shutdown.c +++ b/lib/api/actions/shutdown.c @@ -1,7 +1,7 @@ /** The "shutdown" API action. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/actions/status.c b/lib/api/actions/status.c index 2ab944ac6..a694c4202 100644 --- a/lib/api/actions/status.c +++ b/lib/api/actions/status.c @@ -1,7 +1,7 @@ /** The "stats" API action. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/api/session.c b/lib/api/session.c index 01c1320e0..68cd392a2 100644 --- a/lib/api/session.c +++ b/lib/api/session.c @@ -1,7 +1,7 @@ /** API session. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/bitset.c b/lib/bitset.c index 9aecb66bf..89c20e635 100644 --- a/lib/bitset.c +++ b/lib/bitset.c @@ -1,7 +1,7 @@ /** A datastructure storing bitsets of arbitrary dimensions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/buffer.c b/lib/buffer.c index 8e1a72314..4a335c439 100644 --- a/lib/buffer.c +++ b/lib/buffer.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/compat.c b/lib/compat.c index 14b105e7b..af3fece78 100644 --- a/lib/compat.c +++ b/lib/compat.c @@ -1,7 +1,7 @@ /** Compatability for different library versions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/config_helper.c b/lib/config_helper.c index cb5edc140..9592da4bb 100644 --- a/lib/config_helper.c +++ b/lib/config_helper.c @@ -1,7 +1,7 @@ /** Helpers for configuration parsers. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/crypt.c b/lib/crypt.c index 63b8a7329..ae4f4434d 100644 --- a/lib/crypt.c +++ b/lib/crypt.c @@ -1,7 +1,7 @@ /** Crypto helpers. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/format_type.c b/lib/format_type.c index f27585389..09feb7932 100644 --- a/lib/format_type.c +++ b/lib/format_type.c @@ -1,7 +1,7 @@ /** Read / write sample data in different formats. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/csv.c b/lib/formats/csv.c index aa14e12de..7d23554dd 100644 --- a/lib/formats/csv.c +++ b/lib/formats/csv.c @@ -1,7 +1,7 @@ /** Comma-separated values. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json.c b/lib/formats/json.c index 1a9aba7e3..bb60663e7 100644 --- a/lib/formats/json.c +++ b/lib/formats/json.c @@ -1,7 +1,7 @@ /** JSON serializtion of sample data. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/json_reserve.c b/lib/formats/json_reserve.c index 4e718407b..0ed76efa1 100644 --- a/lib/formats/json_reserve.c +++ b/lib/formats/json_reserve.c @@ -1,7 +1,7 @@ /** JSON serializtion for RESERVE project. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/msg.c b/lib/formats/msg.c index e3a5f5d69..732b11844 100644 --- a/lib/formats/msg.c +++ b/lib/formats/msg.c @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/protobuf.c b/lib/formats/protobuf.c index 051556f46..d0324ae9a 100644 --- a/lib/formats/protobuf.c +++ b/lib/formats/protobuf.c @@ -1,7 +1,7 @@ /** Protobuf IO format * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/raw.c b/lib/formats/raw.c index 3e0429480..7805edcd6 100644 --- a/lib/formats/raw.c +++ b/lib/formats/raw.c @@ -1,7 +1,7 @@ /** RAW IO format * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 cdc46d8c9..f43f4dcdc 100644 --- a/lib/formats/villas.proto +++ b/lib/formats/villas.proto @@ -2,7 +2,7 @@ /// /// @file /// @author Steffen Vogel -/// @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +/// @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC /// @license GNU General Public License (version 3) /// /// VILLASnode diff --git a/lib/formats/villas_binary.c b/lib/formats/villas_binary.c index 0e51a94c0..fa28a22fe 100644 --- a/lib/formats/villas_binary.c +++ b/lib/formats/villas_binary.c @@ -1,7 +1,7 @@ /** Message related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/formats/villas_human.c b/lib/formats/villas_human.c index 007e9be0b..e7d71d201 100644 --- a/lib/formats/villas_human.c +++ b/lib/formats/villas_human.c @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hist.c b/lib/hist.c index ac1b4def7..ddf72e03e 100644 --- a/lib/hist.c +++ b/lib/hist.c @@ -1,7 +1,7 @@ /** Histogram functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hook.c b/lib/hook.c index d2fd1f2ad..65ca2340b 100644 --- a/lib/hook.c +++ b/lib/hook.c @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hook_type.c b/lib/hook_type.c index ab0756378..573a9f916 100644 --- a/lib/hook_type.c +++ b/lib/hook_type.c @@ -1,7 +1,7 @@ /** Hook-releated functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/decimate.c b/lib/hooks/decimate.c index 63be064c9..7b0359526 100644 --- a/lib/hooks/decimate.c +++ b/lib/hooks/decimate.c @@ -1,7 +1,7 @@ /** Decimate hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/drop.c b/lib/hooks/drop.c index e4e00ff40..a3e6f6aad 100644 --- a/lib/hooks/drop.c +++ b/lib/hooks/drop.c @@ -1,7 +1,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/fix.c b/lib/hooks/fix.c index 2e34c0728..3541eb568 100644 --- a/lib/hooks/fix.c +++ b/lib/hooks/fix.c @@ -2,7 +2,7 @@ /** Drop hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/jitter_calc.c b/lib/hooks/jitter_calc.c index a4a326f69..8108f76ea 100644 --- a/lib/hooks/jitter_calc.c +++ b/lib/hooks/jitter_calc.c @@ -1,7 +1,7 @@ /** Calc jitter, mean and variance of GPS vs NTP TS. * * @author Umar Farooq - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/limit_rate.c b/lib/hooks/limit_rate.c index f6526bab4..22881a85a 100644 --- a/lib/hooks/limit_rate.c +++ b/lib/hooks/limit_rate.c @@ -1,7 +1,7 @@ /** Rate-limiting hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/print.c b/lib/hooks/print.c index 9856fbef8..7625b798e 100644 --- a/lib/hooks/print.c +++ b/lib/hooks/print.c @@ -1,7 +1,7 @@ /** Print hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/restart.c b/lib/hooks/restart.c index a1ef369ba..909ea8aaa 100644 --- a/lib/hooks/restart.c +++ b/lib/hooks/restart.c @@ -1,7 +1,7 @@ /** Path restart hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/shift_seq.c b/lib/hooks/shift_seq.c index 84428d761..646cd3561 100644 --- a/lib/hooks/shift_seq.c +++ b/lib/hooks/shift_seq.c @@ -1,7 +1,7 @@ /** Shift sequence number of samples * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/shift_ts.c b/lib/hooks/shift_ts.c index db308c26d..55bc56966 100644 --- a/lib/hooks/shift_ts.c +++ b/lib/hooks/shift_ts.c @@ -1,7 +1,7 @@ /** Shift timestamps of samples. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/skip_first.c b/lib/hooks/skip_first.c index f1c5d1398..04fc43116 100644 --- a/lib/hooks/skip_first.c +++ b/lib/hooks/skip_first.c @@ -1,7 +1,7 @@ /** Skip first hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/stats.c b/lib/hooks/stats.c index b8f69a4da..1e5ee92e7 100644 --- a/lib/hooks/stats.c +++ b/lib/hooks/stats.c @@ -1,7 +1,7 @@ /** Statistic hooks. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/hooks/ts.c b/lib/hooks/ts.c index 5a73a9545..1c26f9fe4 100644 --- a/lib/hooks/ts.c +++ b/lib/hooks/ts.c @@ -1,7 +1,7 @@ /** Timestamp hook. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/io.c b/lib/io.c index 4ab978b6c..172ff9e04 100644 --- a/lib/io.c +++ b/lib/io.c @@ -1,7 +1,7 @@ /** Reading and writing simulation samples in various formats. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/if.c b/lib/kernel/if.c index f0c050e17..78d813fed 100644 --- a/lib/kernel/if.c +++ b/lib/kernel/if.c @@ -1,7 +1,7 @@ /** Interface related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/kernel.c b/lib/kernel/kernel.c index 7da8d3a77..0cd835157 100644 --- a/lib/kernel/kernel.c +++ b/lib/kernel/kernel.c @@ -1,7 +1,7 @@ /** Linux kernel related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/nl.c b/lib/kernel/nl.c index ae111d90b..8a19f8673 100644 --- a/lib/kernel/nl.c +++ b/lib/kernel/nl.c @@ -3,7 +3,7 @@ * VILLASnode uses libnl3 to talk to the Linux kernel to gather networking related information * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/rt.c b/lib/kernel/rt.c index de1fd0b21..2c71f3473 100644 --- a/lib/kernel/rt.c +++ b/lib/kernel/rt.c @@ -1,7 +1,7 @@ /** Linux specific real-time optimizations * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/tc.c b/lib/kernel/tc.c index fd74a6b83..c92131b8b 100644 --- a/lib/kernel/tc.c +++ b/lib/kernel/tc.c @@ -3,7 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/kernel/tc_netem.c b/lib/kernel/tc_netem.c index e33a3a253..f63daf5ee 100644 --- a/lib/kernel/tc_netem.c +++ b/lib/kernel/tc_netem.c @@ -3,7 +3,7 @@ * VILLASnode uses these functions to setup the network emulation feature. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/list.c b/lib/list.c index 70f81a543..65056471e 100644 --- a/lib/list.c +++ b/lib/list.c @@ -3,7 +3,7 @@ * Linked lists a used for several data structures in the code. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/log.c b/lib/log.c index 9578449ca..9fddeac62 100644 --- a/lib/log.c +++ b/lib/log.c @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/log_config.c b/lib/log_config.c index 6266f0095..4319511f2 100644 --- a/lib/log_config.c +++ b/lib/log_config.c @@ -1,7 +1,7 @@ /** Logging routines that depend on jansson. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/log_helper.c b/lib/log_helper.c index aca907f69..e263ee0c6 100644 --- a/lib/log_helper.c +++ b/lib/log_helper.c @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/mapping.c b/lib/mapping.c index 69a1c273c..2caec07ed 100644 --- a/lib/mapping.c +++ b/lib/mapping.c @@ -1,7 +1,7 @@ /** Sample value remapping for mux. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/memory.c b/lib/memory.c index 72edeca8e..436527198 100644 --- a/lib/memory.c +++ b/lib/memory.c @@ -1,7 +1,7 @@ /** Memory allocators. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/node.c b/lib/node.c index a867e2dd0..21e20b2f2 100644 --- a/lib/node.c +++ b/lib/node.c @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode @@ -487,7 +487,7 @@ int node_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned *re char * node_name(struct node *n) { if (!n->_name) - strcatf(&n->_name, CLR_RED("%s") "(" CLR_YEL("%s") ")", n->name, plugin_name(node_type(n))); + strcatf(&n->_name, CLR_RED("%s") "(" CLR_YEL("%s") ")", n->name, node_type_name(n->vt))); return n->_name; } diff --git a/lib/node_type.c b/lib/node_type.c index 7059cf467..0f87b7a04 100644 --- a/lib/node_type.c +++ b/lib/node_type.c @@ -1,7 +1,7 @@ /** Nodes. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/amqp.c b/lib/nodes/amqp.c index bad31cf7b..b1f29d220 100644 --- a/lib/nodes/amqp.c +++ b/lib/nodes/amqp.c @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/file.c b/lib/nodes/file.c index 4c57f8aa8..4f499fa53 100644 --- a/lib/nodes/file.c +++ b/lib/nodes/file.c @@ -1,7 +1,7 @@ /** Node type: File * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/iec61850.c b/lib/nodes/iec61850.c index 8542a4b6e..81e8545a2 100644 --- a/lib/nodes/iec61850.c +++ b/lib/nodes/iec61850.c @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/iec61850_sv.c b/lib/nodes/iec61850_sv.c index 73eb9e49f..9cb3d5cfe 100644 --- a/lib/nodes/iec61850_sv.c +++ b/lib/nodes/iec61850_sv.c @@ -1,7 +1,7 @@ /** Node type: IEC 61850-9-2 (Sampled Values) * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/influxdb.c b/lib/nodes/influxdb.c index 342cdcda8..315afd608 100644 --- a/lib/nodes/influxdb.c +++ b/lib/nodes/influxdb.c @@ -1,7 +1,7 @@ /** Node-type for InfluxDB. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/loopback.c b/lib/nodes/loopback.c index db32e276a..4bb23e25c 100644 --- a/lib/nodes/loopback.c +++ b/lib/nodes/loopback.c @@ -1,7 +1,7 @@ /** Node-type for loopback connections. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/mqtt.c b/lib/nodes/mqtt.c index 18eaf3f96..df1bae3eb 100644 --- a/lib/nodes/mqtt.c +++ b/lib/nodes/mqtt.c @@ -1,7 +1,7 @@ /** Node type: mqtt * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/nanomsg.c b/lib/nodes/nanomsg.c index 0abaf7a32..8d69cc4d8 100644 --- a/lib/nodes/nanomsg.c +++ b/lib/nodes/nanomsg.c @@ -1,7 +1,7 @@ /** Node type: nanomsg * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/ngsi.c b/lib/nodes/ngsi.c index a1aaa7f9f..60d5628a4 100644 --- a/lib/nodes/ngsi.c +++ b/lib/nodes/ngsi.c @@ -1,7 +1,7 @@ /** Node type: OMA Next Generation Services Interface 9 (NGSI) (FIWARE context broker) * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/opal.c b/lib/nodes/opal.c index b742a8814..ecf79272a 100644 --- a/lib/nodes/opal.c +++ b/lib/nodes/opal.c @@ -3,7 +3,7 @@ * This file implements the opal subtype for nodes. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/shmem.c b/lib/nodes/shmem.c index 06ebb4541..90c3090d2 100644 --- a/lib/nodes/shmem.c +++ b/lib/nodes/shmem.c @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/signal_generator.c b/lib/nodes/signal_generator.c index 2d6bf85bc..319e56004 100644 --- a/lib/nodes/signal_generator.c +++ b/lib/nodes/signal_generator.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/socket.c b/lib/nodes/socket.c index 6493df554..4d449e62a 100644 --- a/lib/nodes/socket.c +++ b/lib/nodes/socket.c @@ -1,7 +1,7 @@ /** Various socket related functions * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/stats.c b/lib/nodes/stats.c index 85a4fe97e..bc8ac255e 100644 --- a/lib/nodes/stats.c +++ b/lib/nodes/stats.c @@ -1,7 +1,7 @@ /** Sending statistics to another node. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/test_rtt.c b/lib/nodes/test_rtt.c index 3b90434a3..367785f7f 100644 --- a/lib/nodes/test_rtt.c +++ b/lib/nodes/test_rtt.c @@ -1,7 +1,7 @@ /** Node type: Node-type for testing Round-trip Time. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/websocket.c b/lib/nodes/websocket.c index 0696a3424..ac88fe1f1 100644 --- a/lib/nodes/websocket.c +++ b/lib/nodes/websocket.c @@ -1,7 +1,7 @@ /** Node type: Websockets (libwebsockets) * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/nodes/zeromq.c b/lib/nodes/zeromq.c index 4c19f5b50..733db7e4e 100644 --- a/lib/nodes/zeromq.c +++ b/lib/nodes/zeromq.c @@ -1,7 +1,7 @@ /** Node type: ZeroMQ * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/path.c b/lib/path.c index f4db9f1f9..b76fefeff 100644 --- a/lib/path.c +++ b/lib/path.c @@ -1,7 +1,7 @@ /** Message paths. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/plugin.c b/lib/plugin.c index 5422eac5c..42c0233fc 100644 --- a/lib/plugin.c +++ b/lib/plugin.c @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/pool.c b/lib/pool.c index b025982ae..ac17f00ea 100644 --- a/lib/pool.c +++ b/lib/pool.c @@ -1,7 +1,7 @@ /** Memory pool for fixed size objects. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/queue_signalled.c b/lib/queue_signalled.c index 6728cf85c..bbc2f8fa6 100644 --- a/lib/queue_signalled.c +++ b/lib/queue_signalled.c @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/sample.c b/lib/sample.c index 6f86da5eb..8e37fa045 100644 --- a/lib/sample.c +++ b/lib/sample.c @@ -1,7 +1,7 @@ /** The internal datastructure for a sample of simulation data. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/shmem.c b/lib/shmem.c index 89fef51b3..64d037b58 100644 --- a/lib/shmem.c +++ b/lib/shmem.c @@ -2,7 +2,7 @@ * * @file * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/signal.c b/lib/signal.c index ccfb554fd..6ba2926d5 100644 --- a/lib/signal.c +++ b/lib/signal.c @@ -1,7 +1,7 @@ /** Signal meta data. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/stats.c b/lib/stats.c index 5c773349c..94a19cbd7 100644 --- a/lib/stats.c +++ b/lib/stats.c @@ -1,7 +1,7 @@ /** Statistic collection. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/super_node.c b/lib/super_node.c index d6c81041d..79d9c9462 100644 --- a/lib/super_node.c +++ b/lib/super_node.c @@ -1,7 +1,7 @@ /** The super node object holding the state of the application. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/table.c b/lib/table.c index e7784cf87..7147cd130 100644 --- a/lib/table.c +++ b/lib/table.c @@ -1,7 +1,7 @@ /** Print fancy tables. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/task.c b/lib/task.c index b2b2c1382..4617391dc 100644 --- a/lib/task.c +++ b/lib/task.c @@ -1,7 +1,7 @@ /** Run tasks periodically. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/timing.c b/lib/timing.c index dda4e6ad4..4ac408a25 100644 --- a/lib/timing.c +++ b/lib/timing.c @@ -1,7 +1,7 @@ /** Time related functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/utils.c b/lib/utils.c index f99d7edb5..c4b6a7fde 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1,7 +1,7 @@ /** General purpose helper functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/lib/web.c b/lib/web.c index 161b9d99d..64ea4021d 100644 --- a/lib/web.c +++ b/lib/web.c @@ -1,7 +1,7 @@ /** LWS-releated functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 f38186511..a5cf2768a 100644 --- a/packaging/docker/Dockerfile.dev-centos +++ b/packaging/docker/Dockerfile.dev-centos @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 c628df2c8..76af511a8 100644 --- a/packaging/docker/Dockerfile.dev-ubuntu +++ b/packaging/docker/Dockerfile.dev-ubuntu @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/plugins/hooks/example_hook.c b/plugins/hooks/example_hook.c index f0b931c3e..0ed37c59c 100644 --- a/plugins/hooks/example_hook.c +++ b/plugins/hooks/example_hook.c @@ -1,7 +1,7 @@ /** A simple example hook function which can be loaded as a plugin. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/plugins/models/simple_circuit.c b/plugins/models/simple_circuit.c index bb3327130..d8cd9e415 100644 --- a/plugins/models/simple_circuit.c +++ b/plugins/models/simple_circuit.c @@ -21,7 +21,7 @@ * % * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 3070d9b01..e1d406f82 100644 --- a/src/villas-convert.cpp +++ b/src/villas-convert.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 a119968c8..8cca55003 100644 --- a/src/villas-hook.cpp +++ b/src/villas-hook.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 f962f69ae..6b7e9e8e3 100644 --- a/src/villas-node.cpp +++ b/src/villas-node.cpp @@ -1,7 +1,7 @@ /** Main routine. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 7aafd2d03..1e2aded99 100644 --- a/src/villas-pipe.cpp +++ b/src/villas-pipe.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 fa65272fc..92752e7ef 100644 --- a/src/villas-signal.cpp +++ b/src/villas-signal.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 43d476684..1e27cd6d5 100644 --- a/src/villas-test-cmp.cpp +++ b/src/villas-test-cmp.cpp @@ -1,7 +1,7 @@ /** Compare two data files. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 1e4dca6ad..739dfdef3 100644 --- a/src/villas-test-rtt.cpp +++ b/src/villas-test-rtt.cpp @@ -1,7 +1,7 @@ /** Measure round-trip time. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/src/villas-test-shmem.cpp b/src/villas-test-shmem.cpp index 5e645f325..b9b38d965 100644 --- a/src/villas-test-shmem.cpp +++ b/src/villas-test-shmem.cpp @@ -4,7 +4,7 @@ * back to the other queue. * * @author Georg Martin Reinke - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 7664ab3a4..152f738dc 100755 --- a/tests/integration/api-config.sh +++ b/tests/integration/api-config.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode @@ -49,4 +49,4 @@ RC=$? rm -f ${FETCHED_CONF} -exit $RC \ No newline at end of file +exit $RC diff --git a/tests/integration/api-nodes.sh b/tests/integration/api-nodes.sh index ace5b4686..746bdf350 100755 --- a/tests/integration/api-nodes.sh +++ b/tests/integration/api-nodes.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 f9f4855e3..336c30d1c 100755 --- a/tests/integration/api-restart.sh +++ b/tests/integration/api-restart.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 8e91b96ae..d92aad6d5 100755 --- a/tests/integration/api-shutdown.sh +++ b/tests/integration/api-shutdown.sh @@ -3,7 +3,7 @@ # Integration test for remote API # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 27cacf7cb..c372924a2 100755 --- a/tests/integration/api-stress.sh +++ b/tests/integration/api-stress.sh @@ -3,7 +3,7 @@ # Stress test for remote API # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 e92a6743d..8677ecd8c 100755 --- a/tests/integration/hook-decimate.sh +++ b/tests/integration/hook-decimate.sh @@ -3,7 +3,7 @@ # Integration test for decimate hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 2684ec9c5..36b28f4d3 100755 --- a/tests/integration/hook-drop.sh +++ b/tests/integration/hook-drop.sh @@ -3,7 +3,7 @@ # Integration test for drop hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 75ed63e5f..bf9f7f648 100755 --- a/tests/integration/hook-print.sh +++ b/tests/integration/hook-print.sh @@ -3,7 +3,7 @@ # Integration test for print hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 6a2ad6844..3faf23380 100755 --- a/tests/integration/hook-shift_seq.sh +++ b/tests/integration/hook-shift_seq.sh @@ -3,7 +3,7 @@ # Integration test for shift_seq hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 9b5b5aed6..0f114da3c 100755 --- a/tests/integration/hook-shift_ts.sh +++ b/tests/integration/hook-shift_ts.sh @@ -3,7 +3,7 @@ # Integration test for shift_ts hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 4482b84dc..6f79f3419 100755 --- a/tests/integration/hook-skip_first.sh +++ b/tests/integration/hook-skip_first.sh @@ -3,7 +3,7 @@ # Integration test for skip_first hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 eb7e1407e..6fa126ddc 100755 --- a/tests/integration/hook-skip_first2.sh +++ b/tests/integration/hook-skip_first2.sh @@ -3,7 +3,7 @@ # Integration test for skip_first hook. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 108c62e90..ed4ecfdc8 100755 --- a/tests/integration/node-loopback-socket.sh +++ b/tests/integration/node-loopback-socket.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 bd27a079f..81ea5d934 100755 --- a/tests/integration/node-mux_demux.sh +++ b/tests/integration/node-mux_demux.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 342dfddad..0c46cdc1d 100755 --- a/tests/integration/node-stats.sh +++ b/tests/integration/node-stats.sh @@ -3,7 +3,7 @@ # Integration loopback test using villas-node. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 fdb042102..3bb4c8033 100755 --- a/tests/integration/pipe-file-advio.sh +++ b/tests/integration/pipe-file-advio.sh @@ -3,7 +3,7 @@ # Integration test for remote file IO of file node-type. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 73e0f78b5..359cae453 100755 --- a/tests/integration/pipe-loopback-amqp.sh +++ b/tests/integration/pipe-loopback-amqp.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 abf497186..3233a8ff8 100755 --- a/tests/integration/pipe-loopback-file.sh +++ b/tests/integration/pipe-loopback-file.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 ec055ae30..8eaea8098 100755 --- a/tests/integration/pipe-loopback-iec61850-9-2.sh +++ b/tests/integration/pipe-loopback-iec61850-9-2.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 a3f443c19..e964989b9 100755 --- a/tests/integration/pipe-loopback-loopback.sh +++ b/tests/integration/pipe-loopback-loopback.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 586bab532..63964cdb6 100755 --- a/tests/integration/pipe-loopback-mqtt.sh +++ b/tests/integration/pipe-loopback-mqtt.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 9b9d1f6fa..41553e736 100755 --- a/tests/integration/pipe-loopback-nanomsg.sh +++ b/tests/integration/pipe-loopback-nanomsg.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 67f13dbce..2e4dd8b62 100755 --- a/tests/integration/pipe-loopback-shmem.sh +++ b/tests/integration/pipe-loopback-shmem.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 b3b22fa02..09a513b73 100755 --- a/tests/integration/pipe-loopback-socket-multicast.sh +++ b/tests/integration/pipe-loopback-socket-multicast.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 92b1439c8..c5886529b 100755 --- a/tests/integration/pipe-loopback-socket.sh +++ b/tests/integration/pipe-loopback-socket.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 44d8c21fe..40b41292e 100755 --- a/tests/integration/pipe-loopback-websocket.sh +++ b/tests/integration/pipe-loopback-websocket.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 a49ffdf59..2a3cef237 100755 --- a/tests/integration/pipe-loopback-zeromq.sh +++ b/tests/integration/pipe-loopback-zeromq.sh @@ -3,7 +3,7 @@ # Integration loopback test for villas-pipe. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 ca975386c..4fb1a3d3b 100755 --- a/tests/integration/pipe-python-protobuf.sh +++ b/tests/integration/pipe-python-protobuf.sh @@ -3,7 +3,7 @@ # Test protobuf serialization with Python client # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 a3be92987..863ff0fa0 100755 --- a/tests/integration/test-cmp.sh +++ b/tests/integration/test-cmp.sh @@ -3,7 +3,7 @@ # Integration test for villas-test-cmp. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tests/unit/advio.c b/tests/unit/advio.c index d69d63542..18125d018 100644 --- a/tests/unit/advio.c +++ b/tests/unit/advio.c @@ -1,7 +1,7 @@ /** Unit tests for advio * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/bitset.c b/tests/unit/bitset.c index 4fce6bca1..ef75e90bf 100644 --- a/tests/unit/bitset.c +++ b/tests/unit/bitset.c @@ -1,7 +1,7 @@ /** Unit tests for advio * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/config_json.c b/tests/unit/config_json.c index 274e653ff..9d282b4fb 100644 --- a/tests/unit/config_json.c +++ b/tests/unit/config_json.c @@ -1,7 +1,7 @@ /** Unit tests libconfig to jansson converters. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/hist.c b/tests/unit/hist.c index 84bdf0868..2d7711067 100644 --- a/tests/unit/hist.c +++ b/tests/unit/hist.c @@ -1,7 +1,7 @@ /** Unit tests for histogram * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/io.c b/tests/unit/io.c index d7185b28a..32440ff5e 100644 --- a/tests/unit/io.c +++ b/tests/unit/io.c @@ -1,7 +1,7 @@ /** Unit tests for IO formats. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/json.c b/tests/unit/json.c index 923731145..2585f0cbf 100644 --- a/tests/unit/json.c +++ b/tests/unit/json.c @@ -1,7 +1,7 @@ /** Unit tests for libjansson helpers * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/kernel.c b/tests/unit/kernel.c index 0462eb496..1632b4a0f 100644 --- a/tests/unit/kernel.c +++ b/tests/unit/kernel.c @@ -1,7 +1,7 @@ /** Unit tests for kernel functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/list.c b/tests/unit/list.c index 012bea982..33996ad22 100644 --- a/tests/unit/list.c +++ b/tests/unit/list.c @@ -1,7 +1,7 @@ /** Unit tests for array-based list * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/log.c b/tests/unit/log.c index 6636afb89..2e08f14fb 100644 --- a/tests/unit/log.c +++ b/tests/unit/log.c @@ -1,7 +1,7 @@ /** Unit tests for log functions * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/main.c b/tests/unit/main.c index 5ef46db97..af47e52cc 100644 --- a/tests/unit/main.c +++ b/tests/unit/main.c @@ -1,7 +1,7 @@ /** Custom main() for Criterion * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/mapping.c b/tests/unit/mapping.c index 302e6e454..a981a6691 100644 --- a/tests/unit/mapping.c +++ b/tests/unit/mapping.c @@ -1,7 +1,7 @@ /** Unit tests for sample value mapping. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/memory.c b/tests/unit/memory.c index 1d8d87613..6f1a91c54 100644 --- a/tests/unit/memory.c +++ b/tests/unit/memory.c @@ -1,7 +1,7 @@ /** Unit tests for memory management * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/pool.c b/tests/unit/pool.c index 8c3020a8a..47cfa92ea 100644 --- a/tests/unit/pool.c +++ b/tests/unit/pool.c @@ -1,7 +1,7 @@ /** Unit tests for memory pool * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/queue.c b/tests/unit/queue.c index adc505d6f..b7faf817e 100644 --- a/tests/unit/queue.c +++ b/tests/unit/queue.c @@ -1,7 +1,7 @@ /** Unit tests for queue * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/queue_signalled.c b/tests/unit/queue_signalled.c index 298b40b44..5a38bbdb2 100644 --- a/tests/unit/queue_signalled.c +++ b/tests/unit/queue_signalled.c @@ -1,7 +1,7 @@ /** Unit tests for queue_signalled * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/task.c b/tests/unit/task.c index 0cee93426..f165891eb 100644 --- a/tests/unit/task.c +++ b/tests/unit/task.c @@ -1,7 +1,7 @@ /** Unit tests for periodic tasks * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/timing.c b/tests/unit/timing.c index 5dd1c409c..7392f75d7 100644 --- a/tests/unit/timing.c +++ b/tests/unit/timing.c @@ -1,7 +1,7 @@ /** Unit tests for time related utlities * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tests/unit/utils.c b/tests/unit/utils.c index cfdd98cfc..deb394a98 100644 --- a/tests/unit/utils.c +++ b/tests/unit/utils.c @@ -1,7 +1,7 @@ /** Unit tests for utilities * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/conf2json.cpp b/tools/conf2json.cpp index 0cfa161ba..1a6a4e275 100644 --- a/tools/conf2json.cpp +++ b/tools/conf2json.cpp @@ -1,7 +1,7 @@ /** Convert old style config to new JSON format. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/tools/docker.sh b/tools/docker.sh index af1bf322e..8e3ff35fc 100755 --- a/tools/docker.sh +++ b/tools/docker.sh @@ -5,7 +5,7 @@ # $ source tools/docker.sh # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 fdb3c5f10..7187a80bc 100755 --- a/tools/fiware/fiware-query.sh +++ b/tools/fiware/fiware-query.sh @@ -3,7 +3,7 @@ # Query FIWARE Orion Context Broker # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 6e131f942..f950ee922 100755 --- a/tools/fiware/fiware-update.sh +++ b/tools/fiware/fiware-update.sh @@ -3,7 +3,7 @@ # Update context of FIRWARE ORION Context Broker. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/integration-tests-helper.sh b/tools/integration-tests-helper.sh index 68e1c4535..763570132 100755 --- a/tools/integration-tests-helper.sh +++ b/tools/integration-tests-helper.sh @@ -3,7 +3,7 @@ # Some helper functions for our integration test suite # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 b028a839a..34b2a8208 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -3,7 +3,7 @@ # Run integration tests # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 85450f0ed..71fe9a979 100755 --- a/tools/tc/tc-dump.sh +++ b/tools/tc/tc-dump.sh @@ -3,7 +3,7 @@ # Dump Linux traffic control state to screen. # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 e84addb32..6ddbf41b2 100755 --- a/tools/tc/tc-netem.sh +++ b/tools/tc/tc-netem.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 f6c5144b3..3b4abe8c2 100755 --- a/tools/tc/tc-netem2.sh +++ b/tools/tc/tc-netem2.sh @@ -5,7 +5,7 @@ # Dependencies: iptables, ebtables and iproute2 # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/tools/villas.sh b/tools/villas.sh index 23feb6be5..16eaac845 100755 --- a/tools/villas.sh +++ b/tools/villas.sh @@ -8,7 +8,7 @@ # $ make install # # @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2017-2018, 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 f3433e9d3..e8b915fe4 100644 --- a/web/socket/api.js +++ b/web/socket/api.js @@ -1,7 +1,7 @@ /** Remote API. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 c0f9b810a..b9dade96e 100644 --- a/web/socket/app.js +++ b/web/socket/app.js @@ -1,7 +1,7 @@ /** VILLASnode WebMockup Javascript application. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 f474c1cae..1fdc950d9 100644 --- a/web/socket/file.js +++ b/web/socket/file.js @@ -1,7 +1,7 @@ /** Read from a local file. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 a11bcf43b..97b4f7d14 100644 --- a/web/socket/msg.js +++ b/web/socket/msg.js @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, 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 486876c42..d49d882d0 100644 --- a/web/socket/utils.js +++ b/web/socket/utils.js @@ -1,7 +1,7 @@ /** Utilities. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode