diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index fc2665065..2271152b7 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2018, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2019, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon @@ -29,7 +29,7 @@ project(villas-common # Some more project settings set(PROJECT_AUTHOR "Steffen Vogel") -set(PROJECT_COPYRIGHT "2018, Institute for Automation of Complex Power Systems, RWTH Aachen University") +set(PROJECT_COPYRIGHT "2014-2019, Institute for Automation of Complex Power Systems, RWTH Aachen University") set(PROJECT_HOMEPAGE_URL "https://git.rwth-aachen.de/acs/public/villas/VILLAScommon") if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) diff --git a/common/Dockerfile b/common/Dockerfile index 7f121d1ba..eb12f62a6 100644 --- a/common/Dockerfile +++ b/common/Dockerfile @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/README.md b/common/README.md index 99908bded..26ba8e210 100644 --- a/common/README.md +++ b/common/README.md @@ -10,7 +10,7 @@ User documentation is available here: ## Copyright -2018, Institute for Automation of Complex Power Systems, EONERC +2014-2019, Institute for Automation of Complex Power Systems, EONERC ## License diff --git a/common/cmake/GetVersion.cmake b/common/cmake/GetVersion.cmake index 65e8c6eb3..8eff9bce6 100644 --- a/common/cmake/GetVersion.cmake +++ b/common/cmake/GetVersion.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2018, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/common/include/villas/advio.h b/common/include/villas/advio.h index 96bb4a0da..aa82f3036 100644 --- a/common/include/villas/advio.h +++ b/common/include/villas/advio.h @@ -1,7 +1,7 @@ /** libcurl based advanced IO aka ADVIO. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/atomic.h b/common/include/villas/atomic.h index 8d2f76430..61c5fdc06 100644 --- a/common/include/villas/atomic.h +++ b/common/include/villas/atomic.h @@ -2,7 +2,7 @@ * * @file * @author Georg Reinke - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/bitset.h b/common/include/villas/bitset.h index 4887fec88..0fbf0928e 100644 --- a/common/include/villas/bitset.h +++ b/common/include/villas/bitset.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/boxes.hpp b/common/include/villas/boxes.hpp index 2ad23ad0e..28b12adf0 100644 --- a/common/include/villas/boxes.hpp +++ b/common/include/villas/boxes.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/include/villas/buffer.h b/common/include/villas/buffer.h index f97138db4..767a8d3cc 100644 --- a/common/include/villas/buffer.h +++ b/common/include/villas/buffer.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/common.h b/common/include/villas/common.h index 791a4dc2a..18fbe8f8e 100644 --- a/common/include/villas/common.h +++ b/common/include/villas/common.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/compat.h b/common/include/villas/compat.h index 4c6e5d29a..51cee94d7 100644 --- a/common/include/villas/compat.h +++ b/common/include/villas/compat.h @@ -1,7 +1,7 @@ /** Compatability for different library versions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/config.h.in b/common/include/villas/config.h.in index 8eb53710f..5661c3e88 100644 --- a/common/include/villas/config.h.in +++ b/common/include/villas/config.h.in @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/copyright.hpp b/common/include/villas/copyright.hpp index cfb843484..372d4ce84 100644 --- a/common/include/villas/copyright.hpp +++ b/common/include/villas/copyright.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/include/villas/cpuset.hpp b/common/include/villas/cpuset.hpp index b7d46fe54..6b8da3a37 100644 --- a/common/include/villas/cpuset.hpp +++ b/common/include/villas/cpuset.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/crypt.h b/common/include/villas/crypt.h index fcac5b1ae..3199ac638 100644 --- a/common/include/villas/crypt.h +++ b/common/include/villas/crypt.h @@ -1,7 +1,7 @@ /** Crypto helpers. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/exceptions.hpp b/common/include/villas/exceptions.hpp index 7430b2a21..fa96cbf10 100644 --- a/common/include/villas/exceptions.hpp +++ b/common/include/villas/exceptions.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/include/villas/graph/directed.hpp b/common/include/villas/graph/directed.hpp index d4c4c9ab4..b414c3be5 100644 --- a/common/include/villas/graph/directed.hpp +++ b/common/include/villas/graph/directed.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/graph/edge.hpp b/common/include/villas/graph/edge.hpp index c36e0dc1d..1856b72a2 100644 --- a/common/include/villas/graph/edge.hpp +++ b/common/include/villas/graph/edge.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/graph/vertex.hpp b/common/include/villas/graph/vertex.hpp index bef0db300..bece20741 100644 --- a/common/include/villas/graph/vertex.hpp +++ b/common/include/villas/graph/vertex.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/hash_table.h b/common/include/villas/hash_table.h index 2d8479a92..c3480fe52 100644 --- a/common/include/villas/hash_table.h +++ b/common/include/villas/hash_table.h @@ -1,7 +1,7 @@ /** A generic hash table * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/hist.h b/common/include/villas/hist.h index 24a917afd..a274b5fd8 100644 --- a/common/include/villas/hist.h +++ b/common/include/villas/hist.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/json_buffer.hpp b/common/include/villas/json_buffer.hpp index 25cd1f150..154a11acf 100644 --- a/common/include/villas/json_buffer.hpp +++ b/common/include/villas/json_buffer.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/kernel.h b/common/include/villas/kernel/kernel.h index 64e61dc30..92e1d9181 100644 --- a/common/include/villas/kernel/kernel.h +++ b/common/include/villas/kernel/kernel.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/kernel.hpp b/common/include/villas/kernel/kernel.hpp index 44d8d7762..597a49100 100644 --- a/common/include/villas/kernel/kernel.hpp +++ b/common/include/villas/kernel/kernel.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/pci.h b/common/include/villas/kernel/pci.h index 204e14ad9..47711968f 100644 --- a/common/include/villas/kernel/pci.h +++ b/common/include/villas/kernel/pci.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/rt.hpp b/common/include/villas/kernel/rt.hpp index 0e6eb9f04..a3f4ebf3c 100644 --- a/common/include/villas/kernel/rt.hpp +++ b/common/include/villas/kernel/rt.hpp @@ -3,7 +3,7 @@ * @see: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/vfio.hpp b/common/include/villas/kernel/vfio.hpp index 69cfb8c41..b8bbd5ee8 100644 --- a/common/include/villas/kernel/vfio.hpp +++ b/common/include/villas/kernel/vfio.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017-2018, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel * @copyright 2018, Daniel Krebs *********************************************************************************/ diff --git a/common/include/villas/list.h b/common/include/villas/list.h index 303ba41dc..475b93c65 100644 --- a/common/include/villas/list.h +++ b/common/include/villas/list.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * * VILLAScommon * diff --git a/common/include/villas/log.h b/common/include/villas/log.h index 9543281d8..4efa24051 100644 --- a/common/include/villas/log.h +++ b/common/include/villas/log.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/log.hpp b/common/include/villas/log.hpp index 465f955f3..50a3a9f74 100644 --- a/common/include/villas/log.hpp +++ b/common/include/villas/log.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/log_opal_sink.hpp b/common/include/villas/log_opal_sink.hpp index 56410e866..90c7c825c 100644 --- a/common/include/villas/log_opal_sink.hpp +++ b/common/include/villas/log_opal_sink.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/memory.hpp b/common/include/villas/memory.hpp index 8f229dc57..410355eea 100644 --- a/common/include/villas/memory.hpp +++ b/common/include/villas/memory.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/memory_manager.hpp b/common/include/villas/memory_manager.hpp index de595e358..4266be916 100644 --- a/common/include/villas/memory_manager.hpp +++ b/common/include/villas/memory_manager.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/plugin.hpp b/common/include/villas/plugin.hpp index 9bfb1c96d..97d491f47 100644 --- a/common/include/villas/plugin.hpp +++ b/common/include/villas/plugin.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/table.h b/common/include/villas/table.h index ba1d96532..801e577fa 100644 --- a/common/include/villas/table.h +++ b/common/include/villas/table.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/task.h b/common/include/villas/task.h index fe44eca4d..77fd1bd93 100644 --- a/common/include/villas/task.h +++ b/common/include/villas/task.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/terminal.hpp b/common/include/villas/terminal.hpp index 3cf753a08..e3681adb9 100644 --- a/common/include/villas/terminal.hpp +++ b/common/include/villas/terminal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/timing.h b/common/include/villas/timing.h index 17e0d9d9a..e34a21a51 100644 --- a/common/include/villas/timing.h +++ b/common/include/villas/timing.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/tsc.h b/common/include/villas/tsc.h index 917b27263..86254700c 100644 --- a/common/include/villas/tsc.h +++ b/common/include/villas/tsc.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/utils.h b/common/include/villas/utils.h index 866ee82f3..fef301fe9 100644 --- a/common/include/villas/utils.h +++ b/common/include/villas/utils.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/utils.hpp b/common/include/villas/utils.hpp index e03a483d9..3af9d8552 100644 --- a/common/include/villas/utils.hpp +++ b/common/include/villas/utils.hpp @@ -3,7 +3,7 @@ * @file * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/version.hpp b/common/include/villas/version.hpp index 71aa3a675..f65ce2bb0 100644 --- a/common/include/villas/version.hpp +++ b/common/include/villas/version.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/CMakeLists.txt b/common/lib/CMakeLists.txt index b5b1fc254..3ec61eb1f 100644 --- a/common/lib/CMakeLists.txt +++ b/common/lib/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2018, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2019, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/lib/advio.c b/common/lib/advio.c index 1fcc248f2..16f3fbe2e 100644 --- a/common/lib/advio.c +++ b/common/lib/advio.c @@ -3,7 +3,7 @@ * This example requires libcurl 7.9.7 or later. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/bitset.c b/common/lib/bitset.c index 01df9edbb..532a0683e 100644 --- a/common/lib/bitset.c +++ b/common/lib/bitset.c @@ -1,7 +1,7 @@ /** A datastructure storing bitsets of arbitrary dimensions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/buffer.c b/common/lib/buffer.c index 842106135..8e8d698fb 100644 --- a/common/lib/buffer.c +++ b/common/lib/buffer.c @@ -1,7 +1,7 @@ /** A simple growing buffer. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/common.c b/common/lib/common.c index 31b88d73b..015df1734 100644 --- a/common/lib/common.c +++ b/common/lib/common.c @@ -2,7 +2,7 @@ /** Common code. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/lib/compat.c b/common/lib/compat.c index fd7de9324..6121020b0 100644 --- a/common/lib/compat.c +++ b/common/lib/compat.c @@ -1,7 +1,7 @@ /** Compatability for different library versions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/copyright.cpp b/common/lib/copyright.cpp index 0c8a242db..0be4a4571 100644 --- a/common/lib/copyright.cpp +++ b/common/lib/copyright.cpp @@ -1,7 +1,7 @@ /** General purpose helper functions. * * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/lib/cpuset.cpp b/common/lib/cpuset.cpp index d63bc9169..e52bd0b74 100644 --- a/common/lib/cpuset.cpp +++ b/common/lib/cpuset.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/crypt.c b/common/lib/crypt.c index 2df0c9ad7..a88897c5e 100644 --- a/common/lib/crypt.c +++ b/common/lib/crypt.c @@ -1,7 +1,7 @@ /** Crypto helpers. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/hash_table.c b/common/lib/hash_table.c index 4fb5da14b..62780e200 100644 --- a/common/lib/hash_table.c +++ b/common/lib/hash_table.c @@ -1,7 +1,7 @@ /** A generic hash table * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/hist.c b/common/lib/hist.c index 0f5363be3..bfb88207a 100644 --- a/common/lib/hist.c +++ b/common/lib/hist.c @@ -1,7 +1,7 @@ /** Histogram functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/json_buffer.cpp b/common/lib/json_buffer.cpp index 74ce77341..782a51738 100644 --- a/common/lib/json_buffer.cpp +++ b/common/lib/json_buffer.cpp @@ -1,7 +1,7 @@ /** A simple buffer for encoding streamed JSON messages. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/kernel.c b/common/lib/kernel/kernel.c index e5fd3b4d7..4fc13bc00 100644 --- a/common/lib/kernel/kernel.c +++ b/common/lib/kernel/kernel.c @@ -1,7 +1,7 @@ /** Linux kernel related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/kernel.cpp b/common/lib/kernel/kernel.cpp index 5637ea7ba..88d5e7285 100644 --- a/common/lib/kernel/kernel.cpp +++ b/common/lib/kernel/kernel.cpp @@ -1,7 +1,7 @@ /** Linux kernel related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/pci.c b/common/lib/kernel/pci.c index 769a4b12e..42fe1869f 100644 --- a/common/lib/kernel/pci.c +++ b/common/lib/kernel/pci.c @@ -1,7 +1,7 @@ /** Linux PCI helpers * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/rt.cpp b/common/lib/kernel/rt.cpp index 482eb30eb..ffbdf3780 100644 --- a/common/lib/kernel/rt.cpp +++ b/common/lib/kernel/rt.cpp @@ -1,7 +1,7 @@ /** Linux specific real-time optimizations * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/vfio.c b/common/lib/kernel/vfio.c index c01307600..414c98540 100644 --- a/common/lib/kernel/vfio.c +++ b/common/lib/kernel/vfio.c @@ -1,7 +1,7 @@ /** Virtual Function IO wrapper around kernel API * * @author Steffen Vogel - * @copyright 2017, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel **********************************************************************************/ #define _DEFAULT_SOURCE diff --git a/common/lib/kernel/vfio.cpp b/common/lib/kernel/vfio.cpp index 736682560..aca16a45c 100644 --- a/common/lib/kernel/vfio.cpp +++ b/common/lib/kernel/vfio.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2017-2018, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel * @copyright 2018, Daniel Krebs * @license GNU General Public License (version 3) * diff --git a/common/lib/list.c b/common/lib/list.c index b531ed3ca..40cfeca4b 100644 --- a/common/lib/list.c +++ b/common/lib/list.c @@ -3,7 +3,7 @@ * Linked lists a used for several data structures in the code. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/log.cpp b/common/lib/log.cpp index 3d48b5a17..c42b69444 100644 --- a/common/lib/log.cpp +++ b/common/lib/log.cpp @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/log_legacy.cpp b/common/lib/log_legacy.cpp index 0f815fade..5826cd41e 100644 --- a/common/lib/log_legacy.cpp +++ b/common/lib/log_legacy.cpp @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/memory.cpp b/common/lib/memory.cpp index de06de27d..bd1af926a 100644 --- a/common/lib/memory.cpp +++ b/common/lib/memory.cpp @@ -1,7 +1,7 @@ /** Memory managment. * * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/memory_manager.cpp b/common/lib/memory_manager.cpp index bfcdfc0de..205be15da 100644 --- a/common/lib/memory_manager.cpp +++ b/common/lib/memory_manager.cpp @@ -1,7 +1,7 @@ /** Memory managment. * * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/plugin.cpp b/common/lib/plugin.cpp index b7bd5eec6..75bbc0d40 100644 --- a/common/lib/plugin.cpp +++ b/common/lib/plugin.cpp @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/table.c b/common/lib/table.c index ad0bf6cc0..e66201ff4 100644 --- a/common/lib/table.c +++ b/common/lib/table.c @@ -1,7 +1,7 @@ /** Print fancy tables. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/task.c b/common/lib/task.c index c8e2ccbe3..06774c5dc 100644 --- a/common/lib/task.c +++ b/common/lib/task.c @@ -1,7 +1,7 @@ /** Run tasks periodically. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/terminal.cpp b/common/lib/terminal.cpp index 57f496755..8f0140788 100644 --- a/common/lib/terminal.cpp +++ b/common/lib/terminal.cpp @@ -1,7 +1,7 @@ /** Terminal handling. * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/timing.c b/common/lib/timing.c index 980b6e203..65235c72e 100644 --- a/common/lib/timing.c +++ b/common/lib/timing.c @@ -1,7 +1,7 @@ /** Time related functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/tsc.c b/common/lib/tsc.c index 1def590c0..c4805821a 100644 --- a/common/lib/tsc.c +++ b/common/lib/tsc.c @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/utils.c b/common/lib/utils.c index b3722e1b3..e735e51b6 100644 --- a/common/lib/utils.c +++ b/common/lib/utils.c @@ -1,7 +1,7 @@ /** General purpose helper functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/utils.cpp b/common/lib/utils.cpp index c95aeffb3..ea2f4d259 100644 --- a/common/lib/utils.cpp +++ b/common/lib/utils.cpp @@ -1,7 +1,7 @@ /** Utilities. * * @author Daniel Krebs - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/version.cpp b/common/lib/version.cpp index 285c063d7..49d0e526c 100644 --- a/common/lib/version.cpp +++ b/common/lib/version.cpp @@ -1,7 +1,7 @@ /** Version. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/CMakeLists.txt b/common/tests/CMakeLists.txt index 6c9ccc0e6..8eae66644 100644 --- a/common/tests/CMakeLists.txt +++ b/common/tests/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2018, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2019, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/tests/advio.cpp b/common/tests/advio.cpp index c76c5a3bc..99b69225c 100644 --- a/common/tests/advio.cpp +++ b/common/tests/advio.cpp @@ -1,7 +1,7 @@ /** Unit tests for advio * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/bitset.cpp b/common/tests/bitset.cpp index 30bc6e9ad..839a7f623 100644 --- a/common/tests/bitset.cpp +++ b/common/tests/bitset.cpp @@ -1,7 +1,7 @@ /** Unit tests for advio * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/graph.cpp b/common/tests/graph.cpp index bb18b9224..cccdbb825 100644 --- a/common/tests/graph.cpp +++ b/common/tests/graph.cpp @@ -1,7 +1,7 @@ /** Graph unit test. * * @author Steffen Vogel - * @copyright 2017-2018, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/hash_table.cpp b/common/tests/hash_table.cpp index 0d163b12c..75cde8024 100644 --- a/common/tests/hash_table.cpp +++ b/common/tests/hash_table.cpp @@ -1,7 +1,7 @@ /** Unit tests for hash table * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/hist.cpp b/common/tests/hist.cpp index 25940bfbe..7dc6d5272 100644 --- a/common/tests/hist.cpp +++ b/common/tests/hist.cpp @@ -1,7 +1,7 @@ /** Unit tests for histogram * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/json_buffer.cpp b/common/tests/json_buffer.cpp index a24b1fc2a..fca8f059f 100644 --- a/common/tests/json_buffer.cpp +++ b/common/tests/json_buffer.cpp @@ -1,7 +1,7 @@ /** Unit tests for buffer * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/kernel.cpp b/common/tests/kernel.cpp index de77594fd..847c7aa3a 100644 --- a/common/tests/kernel.cpp +++ b/common/tests/kernel.cpp @@ -1,7 +1,7 @@ /** Unit tests for kernel functions. * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/list.cpp b/common/tests/list.cpp index 5b404f48d..8bf2a5f7e 100644 --- a/common/tests/list.cpp +++ b/common/tests/list.cpp @@ -1,7 +1,7 @@ /** Unit tests for array-based list * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/logging.cpp b/common/tests/logging.cpp index a9cf6c7c1..c7a74e33b 100644 --- a/common/tests/logging.cpp +++ b/common/tests/logging.cpp @@ -1,7 +1,7 @@ /** Logging utilities for unit test. * * @author Steffen Vogel - * @copyright 2017-2018, Steffen Vogel + * @copyright 2014-2019, Steffen Vogel * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/task.cpp b/common/tests/task.cpp index a7a052094..67ac039bd 100644 --- a/common/tests/task.cpp +++ b/common/tests/task.cpp @@ -1,7 +1,7 @@ /** Unit tests for periodic tasks * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/timing.cpp b/common/tests/timing.cpp index fd0d58f08..6f3ab1452 100644 --- a/common/tests/timing.cpp +++ b/common/tests/timing.cpp @@ -1,7 +1,7 @@ /** Unit tests for time related utlities * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/tsc.cpp b/common/tests/tsc.cpp index 1b0aa0e7a..ff8a2d13b 100644 --- a/common/tests/tsc.cpp +++ b/common/tests/tsc.cpp @@ -1,7 +1,7 @@ /** Unit tests for rdtsc * * @author Steffen Vogel - * @copyright 2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/utils.cpp b/common/tests/utils.cpp index 2887d96cb..de03cdf2e 100644 --- a/common/tests/utils.cpp +++ b/common/tests/utils.cpp @@ -1,7 +1,7 @@ /** Unit tests for utilities * * @author Steffen Vogel - * @copyright 2017-2018, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon