diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index a954caa9a..be54c093c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2014-2019, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2020, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon @@ -28,7 +28,7 @@ project(villas-common # Some more project settings set(PROJECT_AUTHOR "Steffen Vogel") -set(PROJECT_COPYRIGHT "2014-2019, Institute for Automation of Complex Power Systems, RWTH Aachen University") +set(PROJECT_COPYRIGHT "2014-2020, Institute for Automation of Complex Power Systems, RWTH Aachen University") set(PROJECT_HOMEPAGE_URL "https://git.rwth-aachen.de/acs/public/villas/VILLAScommon") if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) diff --git a/common/Dockerfile b/common/Dockerfile index feb9c30b2..6562253fe 100644 --- a/common/Dockerfile +++ b/common/Dockerfile @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/README.md b/common/README.md index 26ba8e210..57f4633a8 100644 --- a/common/README.md +++ b/common/README.md @@ -10,7 +10,7 @@ User documentation is available here: ## Copyright -2014-2019, Institute for Automation of Complex Power Systems, EONERC +2014-2020, Institute for Automation of Complex Power Systems, EONERC ## License diff --git a/common/cmake/GetVersion.cmake b/common/cmake/GetVersion.cmake index 8eff9bce6..dadc2d5ab 100644 --- a/common/cmake/GetVersion.cmake +++ b/common/cmake/GetVersion.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/common/include/villas/advio.h b/common/include/villas/advio.h index 470a16e66..9ab01ef53 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 b38f0cb29..bcc788391 100644 --- a/common/include/villas/boxes.hpp +++ b/common/include/villas/boxes.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/include/villas/buffer.h b/common/include/villas/buffer.h index efe9a3929..69f03131e 100644 --- a/common/include/villas/buffer.h +++ b/common/include/villas/buffer.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/common.h b/common/include/villas/common.h index 7387b5950..8f2167800 100644 --- a/common/include/villas/common.h +++ b/common/include/villas/common.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/compat.h b/common/include/villas/compat.h index b9b024fa2..071bac236 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 1badb24a6..6d1493cbd 100644 --- a/common/include/villas/config.h.in +++ b/common/include/villas/config.h.in @@ -5,7 +5,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/cpuset.hpp b/common/include/villas/cpuset.hpp index db190b239..5d9daad5b 100644 --- a/common/include/villas/cpuset.hpp +++ b/common/include/villas/cpuset.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/dsp/exponential_window.hpp b/common/include/villas/dsp/exponential_window.hpp index 82f421457..90e890011 100644 --- a/common/include/villas/dsp/exponential_window.hpp +++ b/common/include/villas/dsp/exponential_window.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/dsp/moving_average_window.hpp b/common/include/villas/dsp/moving_average_window.hpp index f8af2b964..b68f0ba99 100644 --- a/common/include/villas/dsp/moving_average_window.hpp +++ b/common/include/villas/dsp/moving_average_window.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/dsp/pid.hpp b/common/include/villas/dsp/pid.hpp index df9a89054..4c0cf8c07 100644 --- a/common/include/villas/dsp/pid.hpp +++ b/common/include/villas/dsp/pid.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/dsp/window.hpp b/common/include/villas/dsp/window.hpp index 4be9f9db3..765b14f85 100644 --- a/common/include/villas/dsp/window.hpp +++ b/common/include/villas/dsp/window.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/exceptions.hpp b/common/include/villas/exceptions.hpp index 4bdba92b0..632b2f20d 100644 --- a/common/include/villas/exceptions.hpp +++ b/common/include/villas/exceptions.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/include/villas/graph/directed.hpp b/common/include/villas/graph/directed.hpp index a4f63448b..87f58ec93 100644 --- a/common/include/villas/graph/directed.hpp +++ b/common/include/villas/graph/directed.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/graph/edge.hpp b/common/include/villas/graph/edge.hpp index 18b5441e9..b4fdac66a 100644 --- a/common/include/villas/graph/edge.hpp +++ b/common/include/villas/graph/edge.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/graph/vertex.hpp b/common/include/villas/graph/vertex.hpp index b4c7816ad..ed473c9ca 100644 --- a/common/include/villas/graph/vertex.hpp +++ b/common/include/villas/graph/vertex.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/hist.hpp b/common/include/villas/hist.hpp index 662c49a63..a81498e0b 100644 --- a/common/include/villas/hist.hpp +++ b/common/include/villas/hist.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/json_buffer.hpp b/common/include/villas/json_buffer.hpp index 460dade4b..47217456f 100644 --- a/common/include/villas/json_buffer.hpp +++ b/common/include/villas/json_buffer.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/kernel.h b/common/include/villas/kernel/kernel.h index a1a64b93d..b293444b3 100644 --- a/common/include/villas/kernel/kernel.h +++ b/common/include/villas/kernel/kernel.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/kernel.hpp b/common/include/villas/kernel/kernel.hpp index da954d615..da80a6c71 100644 --- a/common/include/villas/kernel/kernel.hpp +++ b/common/include/villas/kernel/kernel.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/pci.h b/common/include/villas/kernel/pci.h index cf992b71a..9b699c62c 100644 --- a/common/include/villas/kernel/pci.h +++ b/common/include/villas/kernel/pci.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/rt.hpp b/common/include/villas/kernel/rt.hpp index 8c68ece40..958dcf71c 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 dcd196292..6e4e2a828 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 2014-2019, Steffen Vogel + * @copyright 2014-2020, Steffen Vogel * @copyright 2018, Daniel Krebs *********************************************************************************/ diff --git a/common/include/villas/list.h b/common/include/villas/list.h index 7838e01d4..e746a00e2 100644 --- a/common/include/villas/list.h +++ b/common/include/villas/list.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * * VILLAScommon * diff --git a/common/include/villas/log.h b/common/include/villas/log.h index b7d14c7fc..1576f4306 100644 --- a/common/include/villas/log.h +++ b/common/include/villas/log.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/log.hpp b/common/include/villas/log.hpp index 6073ae0f0..27017411b 100644 --- a/common/include/villas/log.hpp +++ b/common/include/villas/log.hpp @@ -3,7 +3,7 @@ * @file * @author Daniel Krebs * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 5d5d73949..dab2486f8 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 3c6f7ccc2..465a9aa87 100644 --- a/common/include/villas/memory.hpp +++ b/common/include/villas/memory.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/memory_manager.hpp b/common/include/villas/memory_manager.hpp index 5dcc11186..07cf94f0a 100644 --- a/common/include/villas/memory_manager.hpp +++ b/common/include/villas/memory_manager.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/plugin.hpp b/common/include/villas/plugin.hpp index e57067a0b..f2f3fbc66 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/popen.hpp b/common/include/villas/popen.hpp index dd90a598d..9bb2b4d96 100644 --- a/common/include/villas/popen.hpp +++ b/common/include/villas/popen.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/table.hpp b/common/include/villas/table.hpp index 53a6f5019..fa52e2055 100644 --- a/common/include/villas/table.hpp +++ b/common/include/villas/table.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/task.h b/common/include/villas/task.h index 3b8392aaf..366da8000 100644 --- a/common/include/villas/task.h +++ b/common/include/villas/task.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/terminal.hpp b/common/include/villas/terminal.hpp index ffb2b49c6..971ed481e 100644 --- a/common/include/villas/terminal.hpp +++ b/common/include/villas/terminal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/timing.h b/common/include/villas/timing.h index 3e3448b06..8e66299ed 100644 --- a/common/include/villas/timing.h +++ b/common/include/villas/timing.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/tool.hpp b/common/include/villas/tool.hpp index 1f02a8534..aaeb26a4e 100644 --- a/common/include/villas/tool.hpp +++ b/common/include/villas/tool.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/include/villas/tsc.h b/common/include/villas/tsc.h index e462562ab..80708c9a4 100644 --- a/common/include/villas/tsc.h +++ b/common/include/villas/tsc.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/utils.hpp b/common/include/villas/utils.hpp index b02f9c294..344f36e09 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 0b14fb3be..a1d11e169 100644 --- a/common/include/villas/version.hpp +++ b/common/include/villas/version.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/CMakeLists.txt b/common/lib/CMakeLists.txt index 5dcd6ebc8..3a59e654d 100644 --- a/common/lib/CMakeLists.txt +++ b/common/lib/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2014-2019, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2020, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/lib/advio.cpp b/common/lib/advio.cpp index 8dc30ea4d..a4a1cbe95 100644 --- a/common/lib/advio.cpp +++ b/common/lib/advio.cpp @@ -3,7 +3,7 @@ * This example requires libcurl 7.9.7 or later. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/base64.cpp b/common/lib/base64.cpp index d7f3519c6..77a960031 100644 --- a/common/lib/base64.cpp +++ b/common/lib/base64.cpp @@ -1,7 +1,7 @@ /** Base64 encoding/decoding * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/buffer.cpp b/common/lib/buffer.cpp index 2ba1a2c13..a955dd056 100644 --- a/common/lib/buffer.cpp +++ b/common/lib/buffer.cpp @@ -1,7 +1,7 @@ /** A simple growing buffer. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/common.cpp b/common/lib/common.cpp index 1e400fd43..7b1215321 100644 --- a/common/lib/common.cpp +++ b/common/lib/common.cpp @@ -2,7 +2,7 @@ /** Common code. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/lib/compat.cpp b/common/lib/compat.cpp index a8f77c52b..1c2a7c52f 100644 --- a/common/lib/compat.cpp +++ b/common/lib/compat.cpp @@ -1,7 +1,7 @@ /** Compatability for different library versions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/cpuset.cpp b/common/lib/cpuset.cpp index b25a08516..b35ab96e1 100644 --- a/common/lib/cpuset.cpp +++ b/common/lib/cpuset.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/dsp/pid.cpp b/common/lib/dsp/pid.cpp index c50e6856e..40a7f2110 100644 --- a/common/lib/dsp/pid.cpp +++ b/common/lib/dsp/pid.cpp @@ -1,7 +1,7 @@ /** A PID controller. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/hist.cpp b/common/lib/hist.cpp index effd3951c..d6ccea6f3 100644 --- a/common/lib/hist.cpp +++ b/common/lib/hist.cpp @@ -1,7 +1,7 @@ /** Histogram class. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 782a51738..0f7523949 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 e0139904b..c1003cc77 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/pci.cpp b/common/lib/kernel/pci.cpp index eee9d6a6c..0d627b207 100644 --- a/common/lib/kernel/pci.cpp +++ b/common/lib/kernel/pci.cpp @@ -1,7 +1,7 @@ /** Linux PCI helpers * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/rt.cpp b/common/lib/kernel/rt.cpp index f13cc95f2..bfc57ea9a 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/kernel/vfio.cpp b/common/lib/kernel/vfio.cpp index 564e0ff4d..ceb327e45 100644 --- a/common/lib/kernel/vfio.cpp +++ b/common/lib/kernel/vfio.cpp @@ -2,7 +2,7 @@ * * @author Steffen Vogel * @author Daniel Krebs - * @copyright 2014-2019, Steffen Vogel + * @copyright 2014-2020, Steffen Vogel * @copyright 2018, Daniel Krebs * @license GNU General Public License (version 3) * diff --git a/common/lib/kernel/vfio_legacy.cpp b/common/lib/kernel/vfio_legacy.cpp index 27b444f42..6e143fb32 100644 --- a/common/lib/kernel/vfio_legacy.cpp +++ b/common/lib/kernel/vfio_legacy.cpp @@ -1,7 +1,7 @@ /** Virtual Function IO wrapper around kernel API * * @author Steffen Vogel - * @copyright 2014-2019, Steffen Vogel + * @copyright 2014-2020, Steffen Vogel **********************************************************************************/ #define _DEFAULT_SOURCE diff --git a/common/lib/list.cpp b/common/lib/list.cpp index 432826bc0..2015805b5 100644 --- a/common/lib/list.cpp +++ b/common/lib/list.cpp @@ -3,7 +3,7 @@ * Linked lists a used for several data structures in the code. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 4caa92521..70c8b1f6d 100644 --- a/common/lib/log.cpp +++ b/common/lib/log.cpp @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 5e4904265..6f8c5e747 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 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 b8ddee557..6adc066d2 100644 --- a/common/lib/memory.cpp +++ b/common/lib/memory.cpp @@ -1,7 +1,7 @@ /** Memory managment. * * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/memory_manager.cpp b/common/lib/memory_manager.cpp index 966cbe249..887c4c92e 100644 --- a/common/lib/memory_manager.cpp +++ b/common/lib/memory_manager.cpp @@ -1,7 +1,7 @@ /** Memory managment. * * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/plugin.cpp b/common/lib/plugin.cpp index 99dd3fb7c..3685f6bb3 100644 --- a/common/lib/plugin.cpp +++ b/common/lib/plugin.cpp @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/popen.cpp b/common/lib/popen.cpp index 68dbae31b..c2687faf3 100644 --- a/common/lib/popen.cpp +++ b/common/lib/popen.cpp @@ -1,7 +1,7 @@ /** Bi-directional popen * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/table.cpp b/common/lib/table.cpp index 3b9444724..3d63d9f31 100644 --- a/common/lib/table.cpp +++ b/common/lib/table.cpp @@ -1,7 +1,7 @@ /** Print fancy tables. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/task.cpp b/common/lib/task.cpp index 2ea7745ce..07cb8b0b4 100644 --- a/common/lib/task.cpp +++ b/common/lib/task.cpp @@ -1,7 +1,7 @@ /** Run tasks periodically. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, 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 502cff113..b4dafa344 100644 --- a/common/lib/terminal.cpp +++ b/common/lib/terminal.cpp @@ -1,7 +1,7 @@ /** Terminal handling. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/timing.cpp b/common/lib/timing.cpp index 65235c72e..7b761233e 100644 --- a/common/lib/timing.cpp +++ b/common/lib/timing.cpp @@ -1,7 +1,7 @@ /** Time related functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/tool.cpp b/common/lib/tool.cpp index 93fde9d7b..3f80d09a7 100644 --- a/common/lib/tool.cpp +++ b/common/lib/tool.cpp @@ -2,7 +2,7 @@ /** Common entry point for all villas command line tools. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode diff --git a/common/lib/tsc.cpp b/common/lib/tsc.cpp index d1caf2289..84f36a139 100644 --- a/common/lib/tsc.cpp +++ b/common/lib/tsc.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/utils.cpp b/common/lib/utils.cpp index 9f7d98f98..c440f604f 100644 --- a/common/lib/utils.cpp +++ b/common/lib/utils.cpp @@ -1,7 +1,7 @@ /** Utilities. * * @author Daniel Krebs - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/lib/version.cpp b/common/lib/version.cpp index 49d0e526c..2f7157755 100644 --- a/common/lib/version.cpp +++ b/common/lib/version.cpp @@ -1,7 +1,7 @@ /** Version. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/CMakeLists.txt b/common/tests/unit/CMakeLists.txt index 1f8da1660..921e944cb 100644 --- a/common/tests/unit/CMakeLists.txt +++ b/common/tests/unit/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2014-2019, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2020, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/tests/unit/advio.cpp b/common/tests/unit/advio.cpp index b7cedd970..4ab26959c 100644 --- a/common/tests/unit/advio.cpp +++ b/common/tests/unit/advio.cpp @@ -1,7 +1,7 @@ /** Unit tests for advio * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/base64.cpp b/common/tests/unit/base64.cpp index b72960945..4ffe3b8ae 100644 --- a/common/tests/unit/base64.cpp +++ b/common/tests/unit/base64.cpp @@ -1,7 +1,7 @@ /** Unit tests for base64 encoding/decoding * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/graph.cpp b/common/tests/unit/graph.cpp index cccdbb825..c2c3fd1d4 100644 --- a/common/tests/unit/graph.cpp +++ b/common/tests/unit/graph.cpp @@ -1,7 +1,7 @@ /** Graph unit test. * * @author Steffen Vogel - * @copyright 2014-2019, Steffen Vogel + * @copyright 2014-2020, Steffen Vogel * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/hist.cpp b/common/tests/unit/hist.cpp index 9b80b75df..ee7a57ed6 100644 --- a/common/tests/unit/hist.cpp +++ b/common/tests/unit/hist.cpp @@ -1,7 +1,7 @@ /** Unit tests for histogram * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/json_buffer.cpp b/common/tests/unit/json_buffer.cpp index fca8f059f..a6fd3152f 100644 --- a/common/tests/unit/json_buffer.cpp +++ b/common/tests/unit/json_buffer.cpp @@ -1,7 +1,7 @@ /** Unit tests for buffer * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/kernel.cpp b/common/tests/unit/kernel.cpp index 847c7aa3a..98eb56a22 100644 --- a/common/tests/unit/kernel.cpp +++ b/common/tests/unit/kernel.cpp @@ -1,7 +1,7 @@ /** Unit tests for kernel functions. * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/list.cpp b/common/tests/unit/list.cpp index 3067b2464..5aca1b828 100644 --- a/common/tests/unit/list.cpp +++ b/common/tests/unit/list.cpp @@ -1,7 +1,7 @@ /** Unit tests for array-based list * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/popen.cpp b/common/tests/unit/popen.cpp index d9402f4e9..ec10b71ae 100644 --- a/common/tests/unit/popen.cpp +++ b/common/tests/unit/popen.cpp @@ -1,7 +1,7 @@ /** Unit tests for bi-directional popen * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/task.cpp b/common/tests/unit/task.cpp index 67ac039bd..a3113a76e 100644 --- a/common/tests/unit/task.cpp +++ b/common/tests/unit/task.cpp @@ -1,7 +1,7 @@ /** Unit tests for periodic tasks * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/timing.cpp b/common/tests/unit/timing.cpp index 6f3ab1452..00345d449 100644 --- a/common/tests/unit/timing.cpp +++ b/common/tests/unit/timing.cpp @@ -1,7 +1,7 @@ /** Unit tests for time related utlities * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/tsc.cpp b/common/tests/unit/tsc.cpp index 4b6e908e7..c73e7392d 100644 --- a/common/tests/unit/tsc.cpp +++ b/common/tests/unit/tsc.cpp @@ -1,7 +1,7 @@ /** Unit tests for rdtsc * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/utils.cpp b/common/tests/unit/utils.cpp index 528d7226a..b0ffba2ae 100644 --- a/common/tests/unit/utils.cpp +++ b/common/tests/unit/utils.cpp @@ -1,7 +1,7 @@ /** Unit tests for utilities * * @author Steffen Vogel - * @copyright 2014-2019, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon