From 310136c7cf177a4f59f80c7a76353f912ad2af6c Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 14 Dec 2022 17:39:07 +0100 Subject: [PATCH] update Steffens mail address Signed-off-by: Steffen Vogel --- common/Dockerfile | 4 ++-- common/README.md | 4 ++-- common/cmake/GetVersion.cmake | 2 +- common/include/villas/boxes.hpp | 2 +- common/include/villas/buffer.hpp | 2 +- common/include/villas/colors.hpp | 2 +- common/include/villas/common.hpp | 2 +- common/include/villas/compat.hpp | 2 +- common/include/villas/config.hpp.in | 2 +- common/include/villas/dsp/exponential_window.hpp | 2 +- common/include/villas/dsp/moving_average_window.hpp | 2 +- common/include/villas/dsp/pid.hpp | 2 +- common/include/villas/dsp/window.hpp | 2 +- common/include/villas/dsp/window_cosine.hpp | 2 +- common/include/villas/exceptions.hpp | 2 +- common/include/villas/hist.hpp | 2 +- common/include/villas/kernel/kernel.hpp | 2 +- common/include/villas/kernel/pci.hpp | 2 +- common/include/villas/kernel/rt.hpp | 2 +- common/include/villas/kernel/vfio_container.hpp | 2 +- common/include/villas/kernel/vfio_device.hpp | 2 +- common/include/villas/kernel/vfio_group.hpp | 2 +- common/include/villas/list.hpp | 2 +- common/include/villas/log.hpp | 2 +- common/include/villas/log_opal_sink.hpp | 2 +- common/include/villas/plugin.hpp | 2 +- common/include/villas/popen.hpp | 2 +- common/include/villas/table.hpp | 2 +- common/include/villas/task.hpp | 2 +- common/include/villas/terminal.hpp | 2 +- common/include/villas/timing.hpp | 2 +- common/include/villas/tool.hpp | 2 +- common/include/villas/tsc.hpp | 2 +- common/lib/base64.cpp | 2 +- common/lib/buffer.cpp | 2 +- common/lib/common.cpp | 2 +- common/lib/compat.cpp | 2 +- common/lib/dsp/pid.cpp | 2 +- common/lib/hist.cpp | 2 +- common/lib/kernel/kernel.cpp | 2 +- common/lib/kernel/pci.cpp | 2 +- common/lib/kernel/rt.cpp | 2 +- common/lib/kernel/vfio_container.cpp | 2 +- common/lib/kernel/vfio_device.cpp | 2 +- common/lib/kernel/vfio_group.cpp | 2 +- common/lib/list.cpp | 2 +- common/lib/log.cpp | 2 +- common/lib/plugin.cpp | 2 +- common/lib/popen.cpp | 2 +- common/lib/table.cpp | 2 +- common/lib/task.cpp | 2 +- common/lib/terminal.cpp | 2 +- common/lib/timing.cpp | 2 +- common/lib/tool.cpp | 4 ++-- common/lib/tsc.cpp | 2 +- common/lib/utils.cpp | 2 +- common/lib/uuid.cpp | 2 +- common/tests/unit/base64.cpp | 2 +- common/tests/unit/buffer.cpp | 2 +- common/tests/unit/graph.cpp | 2 +- common/tests/unit/hist.cpp | 2 +- common/tests/unit/kernel.cpp | 2 +- common/tests/unit/list.cpp | 2 +- common/tests/unit/popen.cpp | 2 +- common/tests/unit/task.cpp | 2 +- common/tests/unit/timing.cpp | 2 +- common/tests/unit/tsc.cpp | 2 +- common/tests/unit/utils.cpp | 2 +- 68 files changed, 71 insertions(+), 71 deletions(-) diff --git a/common/Dockerfile b/common/Dockerfile index 6310b4a0e..9eb29fb09 100644 --- a/common/Dockerfile +++ b/common/Dockerfile @@ -8,7 +8,7 @@ # by running: # make docker # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache License 2.0 # @@ -24,7 +24,7 @@ LABEL \ org.label-schema.license="Apache-2.0" \ org.label-schema.vendor="Institute for Automation of Complex Power Systems, RWTH Aachen University" \ org.label-schema.author.name="Steffen Vogel" \ - org.label-schema.author.email="svogel2@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="post@steffenvogel.de" \ org.label-schema.description="A library for shared code across VILLAS C/C++ projects" \ org.label-schema.url="http://fein-aachen.org/projects/villas-framework/" \ org.label-schema.vcs-url="https://git.rwth-aachen.de/VILLASframework/VILLASfpga" \ diff --git a/common/README.md b/common/README.md index 518690084..cdc4464fd 100644 --- a/common/README.md +++ b/common/README.md @@ -11,7 +11,7 @@ User documentation is available here: ## Copyright -- 2014-2022 Steffen Vogel +- 2014-2022 Steffen Vogel ## License @@ -23,7 +23,7 @@ For other licensing options please consult [Prof. Antonello Monti](mailto:amonti [![EONERC ACS Logo](doc/pictures/eonerc_logo.png)](http://www.acs.eonerc.rwth-aachen.de) -- Steffen Vogel +- Steffen Vogel - Niklas Eiling [Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de) diff --git a/common/cmake/GetVersion.cmake b/common/cmake/GetVersion.cmake index d87b273cb..89a895da1 100644 --- a/common/cmake/GetVersion.cmake +++ b/common/cmake/GetVersion.cmake @@ -1,6 +1,6 @@ # CMakeLists.txt. # -# @author Steffen Vogel +# @author Steffen Vogel # @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC # @license Apache License 2.0 # diff --git a/common/include/villas/boxes.hpp b/common/include/villas/boxes.hpp index 417e4dfeb..7f2ede401 100644 --- a/common/include/villas/boxes.hpp +++ b/common/include/villas/boxes.hpp @@ -1,7 +1,7 @@ /** Various helper functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/buffer.hpp b/common/include/villas/buffer.hpp index 0946cc792..7bfed8b94 100644 --- a/common/include/villas/buffer.hpp +++ b/common/include/villas/buffer.hpp @@ -1,7 +1,7 @@ /** A simple buffer for encoding streamed JSON messages. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/colors.hpp b/common/include/villas/colors.hpp index cbaf56895..cf805467a 100644 --- a/common/include/villas/colors.hpp +++ b/common/include/villas/colors.hpp @@ -1,7 +1,7 @@ /** Various helper functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/common.hpp b/common/include/villas/common.hpp index 28b960653..f9b0c4ab0 100644 --- a/common/include/villas/common.hpp +++ b/common/include/villas/common.hpp @@ -1,7 +1,7 @@ /** Some common defines, enums and datastructures. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/compat.hpp b/common/include/villas/compat.hpp index e5a36846f..4fee84202 100644 --- a/common/include/villas/compat.hpp +++ b/common/include/villas/compat.hpp @@ -1,6 +1,6 @@ /** Compatability for different library versions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/config.hpp.in b/common/include/villas/config.hpp.in index 1bb5c3a89..49a502d0e 100644 --- a/common/include/villas/config.hpp.in +++ b/common/include/villas/config.hpp.in @@ -4,7 +4,7 @@ * This settings are not part of the configuration file. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/dsp/exponential_window.hpp b/common/include/villas/dsp/exponential_window.hpp index 4d11070f3..3b1802b82 100644 --- a/common/include/villas/dsp/exponential_window.hpp +++ b/common/include/villas/dsp/exponential_window.hpp @@ -1,7 +1,7 @@ /** An exponential window. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/dsp/moving_average_window.hpp b/common/include/villas/dsp/moving_average_window.hpp index e30160c1d..0342c8a47 100644 --- a/common/include/villas/dsp/moving_average_window.hpp +++ b/common/include/villas/dsp/moving_average_window.hpp @@ -1,7 +1,7 @@ /** A moving average window. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/dsp/pid.hpp b/common/include/villas/dsp/pid.hpp index 4815994c1..12d566365 100644 --- a/common/include/villas/dsp/pid.hpp +++ b/common/include/villas/dsp/pid.hpp @@ -1,7 +1,7 @@ /** A PID controller. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/dsp/window.hpp b/common/include/villas/dsp/window.hpp index 98c265395..86ba44053 100644 --- a/common/include/villas/dsp/window.hpp +++ b/common/include/villas/dsp/window.hpp @@ -1,7 +1,7 @@ /** A sliding/moving window. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/dsp/window_cosine.hpp b/common/include/villas/dsp/window_cosine.hpp index 2ad8f4743..c6ecff2e1 100644 --- a/common/include/villas/dsp/window_cosine.hpp +++ b/common/include/villas/dsp/window_cosine.hpp @@ -1,7 +1,7 @@ /** A sliding/moving window. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/exceptions.hpp b/common/include/villas/exceptions.hpp index 545c30f91..e23c8ec6c 100644 --- a/common/include/villas/exceptions.hpp +++ b/common/include/villas/exceptions.hpp @@ -1,7 +1,7 @@ /** Common exceptions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/hist.hpp b/common/include/villas/hist.hpp index cc3220650..e627d22aa 100644 --- a/common/include/villas/hist.hpp +++ b/common/include/villas/hist.hpp @@ -1,7 +1,7 @@ /** Histogram class. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/kernel/kernel.hpp b/common/include/villas/kernel/kernel.hpp index aa414723f..1941214d1 100644 --- a/common/include/villas/kernel/kernel.hpp +++ b/common/include/villas/kernel/kernel.hpp @@ -1,7 +1,7 @@ /** Linux kernel related functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/kernel/pci.hpp b/common/include/villas/kernel/pci.hpp index d02b370fa..e6cbe5b4b 100644 --- a/common/include/villas/kernel/pci.hpp +++ b/common/include/villas/kernel/pci.hpp @@ -1,7 +1,7 @@ /** Linux PCI helpers * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/kernel/rt.hpp b/common/include/villas/kernel/rt.hpp index 79f6b8b14..37e9647a8 100644 --- a/common/include/villas/kernel/rt.hpp +++ b/common/include/villas/kernel/rt.hpp @@ -2,7 +2,7 @@ * * @see: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/kernel/vfio_container.hpp b/common/include/villas/kernel/vfio_container.hpp index 62c8a13a7..bd9578c23 100644 --- a/common/include/villas/kernel/vfio_container.hpp +++ b/common/include/villas/kernel/vfio_container.hpp @@ -2,7 +2,7 @@ * * @file * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2022, Niklas Eiling * @copyright 2014-2021, Steffen Vogel diff --git a/common/include/villas/kernel/vfio_device.hpp b/common/include/villas/kernel/vfio_device.hpp index d881a56a2..42a4177a6 100644 --- a/common/include/villas/kernel/vfio_device.hpp +++ b/common/include/villas/kernel/vfio_device.hpp @@ -2,7 +2,7 @@ * * @file * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2022, Niklas Eiling * @copyright 2014-2021, Steffen Vogel diff --git a/common/include/villas/kernel/vfio_group.hpp b/common/include/villas/kernel/vfio_group.hpp index 8db3c27be..8bbfa4791 100644 --- a/common/include/villas/kernel/vfio_group.hpp +++ b/common/include/villas/kernel/vfio_group.hpp @@ -2,7 +2,7 @@ * * @file * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2022, Niklas Eiling * @copyright 2014-2021, Steffen Vogel diff --git a/common/include/villas/list.hpp b/common/include/villas/list.hpp index 918e7ef3b..1e8340e45 100644 --- a/common/include/villas/list.hpp +++ b/common/include/villas/list.hpp @@ -7,7 +7,7 @@ * If needed, this array will grow by realloc(). * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * * VILLAScommon diff --git a/common/include/villas/log.hpp b/common/include/villas/log.hpp index 3bbb48fbb..7331ed552 100644 --- a/common/include/villas/log.hpp +++ b/common/include/villas/log.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/log_opal_sink.hpp b/common/include/villas/log_opal_sink.hpp index 5a2f116cc..7add0e129 100644 --- a/common/include/villas/log_opal_sink.hpp +++ b/common/include/villas/log_opal_sink.hpp @@ -1,7 +1,7 @@ /** Log sink for OPAL-RTs OpalPrint(). * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/plugin.hpp b/common/include/villas/plugin.hpp index 8d124952c..71b94f9c9 100644 --- a/common/include/villas/plugin.hpp +++ b/common/include/villas/plugin.hpp @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 diff --git a/common/include/villas/popen.hpp b/common/include/villas/popen.hpp index d87fa7f7e..732aa922f 100644 --- a/common/include/villas/popen.hpp +++ b/common/include/villas/popen.hpp @@ -1,7 +1,7 @@ /** Bi-directional popen * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/table.hpp b/common/include/villas/table.hpp index 4efdc1adc..00814f5bf 100644 --- a/common/include/villas/table.hpp +++ b/common/include/villas/table.hpp @@ -1,7 +1,7 @@ /** Print fancy tables * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/task.hpp b/common/include/villas/task.hpp index 5fd3c2fd5..25b99c484 100644 --- a/common/include/villas/task.hpp +++ b/common/include/villas/task.hpp @@ -1,7 +1,7 @@ /** Run tasks periodically. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/terminal.hpp b/common/include/villas/terminal.hpp index 05bc416e7..837ab0351 100644 --- a/common/include/villas/terminal.hpp +++ b/common/include/villas/terminal.hpp @@ -1,7 +1,7 @@ /** Terminal handling. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/timing.hpp b/common/include/villas/timing.hpp index 9a149f48e..0991b119a 100644 --- a/common/include/villas/timing.hpp +++ b/common/include/villas/timing.hpp @@ -1,7 +1,7 @@ /** Time related functions. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/tool.hpp b/common/include/villas/tool.hpp index f7762cac7..c7b322557 100644 --- a/common/include/villas/tool.hpp +++ b/common/include/villas/tool.hpp @@ -1,7 +1,7 @@ /** Common entry point for all villas command line tools. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/include/villas/tsc.hpp b/common/include/villas/tsc.hpp index 455a2a7a0..8540c6a0d 100644 --- a/common/include/villas/tsc.hpp +++ b/common/include/villas/tsc.hpp @@ -1,7 +1,7 @@ /** Measure time and sleep with IA-32 time-stamp counter. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/base64.cpp b/common/lib/base64.cpp index 91bc7fb73..8db10a8ec 100644 --- a/common/lib/base64.cpp +++ b/common/lib/base64.cpp @@ -1,6 +1,6 @@ /** Base64 encoding/decoding * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/buffer.cpp b/common/lib/buffer.cpp index 81970534b..450864584 100644 --- a/common/lib/buffer.cpp +++ b/common/lib/buffer.cpp @@ -1,6 +1,6 @@ /** A simple buffer for encoding streamed JSON messages. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/common.cpp b/common/lib/common.cpp index f6feb8776..e427577f8 100644 --- a/common/lib/common.cpp +++ b/common/lib/common.cpp @@ -1,7 +1,7 @@ /** Common code. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/compat.cpp b/common/lib/compat.cpp index 57a8ea4fd..d844e33da 100644 --- a/common/lib/compat.cpp +++ b/common/lib/compat.cpp @@ -1,6 +1,6 @@ /** Compatability for different library versions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/dsp/pid.cpp b/common/lib/dsp/pid.cpp index e2e2e0509..066a2645a 100644 --- a/common/lib/dsp/pid.cpp +++ b/common/lib/dsp/pid.cpp @@ -1,6 +1,6 @@ /** A PID controller. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/hist.cpp b/common/lib/hist.cpp index ef2946a28..6ab944dae 100644 --- a/common/lib/hist.cpp +++ b/common/lib/hist.cpp @@ -1,6 +1,6 @@ /** Histogram class. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/kernel/kernel.cpp b/common/lib/kernel/kernel.cpp index 4f70b1a87..a6911102c 100644 --- a/common/lib/kernel/kernel.cpp +++ b/common/lib/kernel/kernel.cpp @@ -1,6 +1,6 @@ /** Linux kernel related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/kernel/pci.cpp b/common/lib/kernel/pci.cpp index 59fb8dcb7..c3a92756a 100644 --- a/common/lib/kernel/pci.cpp +++ b/common/lib/kernel/pci.cpp @@ -1,6 +1,6 @@ /** Linux PCI helpers * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/kernel/rt.cpp b/common/lib/kernel/rt.cpp index e03c90d95..5569ac9e3 100644 --- a/common/lib/kernel/rt.cpp +++ b/common/lib/kernel/rt.cpp @@ -1,6 +1,6 @@ /** Linux specific real-time optimizations * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/kernel/vfio_container.cpp b/common/lib/kernel/vfio_container.cpp index ef7049fd9..f22853dc5 100644 --- a/common/lib/kernel/vfio_container.cpp +++ b/common/lib/kernel/vfio_container.cpp @@ -1,6 +1,6 @@ /** Virtual Function IO wrapper around kernel API * - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2014-2021, Steffen Vogel * @copyright 2018, Daniel Krebs diff --git a/common/lib/kernel/vfio_device.cpp b/common/lib/kernel/vfio_device.cpp index bc038d9ad..245e135ec 100644 --- a/common/lib/kernel/vfio_device.cpp +++ b/common/lib/kernel/vfio_device.cpp @@ -1,7 +1,7 @@ /** Virtual Function IO wrapper around kernel API * * @author Niklas Eiling - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2022, Niklas Eiling * @copyright 2014-2021, Steffen Vogel diff --git a/common/lib/kernel/vfio_group.cpp b/common/lib/kernel/vfio_group.cpp index 2315761b0..ade6b2484 100644 --- a/common/lib/kernel/vfio_group.cpp +++ b/common/lib/kernel/vfio_group.cpp @@ -1,6 +1,6 @@ /** Virtual Function IO wrapper around kernel API * - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2014-2021, Steffen Vogel * @copyright 2018, Daniel Krebs diff --git a/common/lib/list.cpp b/common/lib/list.cpp index a5322e52f..a4ae3843b 100644 --- a/common/lib/list.cpp +++ b/common/lib/list.cpp @@ -2,7 +2,7 @@ * * Linked lists a used for several data structures in the code. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/log.cpp b/common/lib/log.cpp index 2e067ee7a..03da4383c 100644 --- a/common/lib/log.cpp +++ b/common/lib/log.cpp @@ -1,6 +1,6 @@ /** Logging and debugging routines * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/plugin.cpp b/common/lib/plugin.cpp index b1e469f61..8da297abc 100644 --- a/common/lib/plugin.cpp +++ b/common/lib/plugin.cpp @@ -1,6 +1,6 @@ /** Loadable / plugin support. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/popen.cpp b/common/lib/popen.cpp index 7b32de8c6..46f0ad4a9 100644 --- a/common/lib/popen.cpp +++ b/common/lib/popen.cpp @@ -1,6 +1,6 @@ /** Bi-directional popen * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/table.cpp b/common/lib/table.cpp index 3ad042f16..53d6d5f5b 100644 --- a/common/lib/table.cpp +++ b/common/lib/table.cpp @@ -1,6 +1,6 @@ /** Print fancy tables. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/task.cpp b/common/lib/task.cpp index 4b0b0ffd2..98948a968 100644 --- a/common/lib/task.cpp +++ b/common/lib/task.cpp @@ -1,6 +1,6 @@ /** Run tasks periodically. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/terminal.cpp b/common/lib/terminal.cpp index 46ebf2fdf..df29d008c 100644 --- a/common/lib/terminal.cpp +++ b/common/lib/terminal.cpp @@ -1,6 +1,6 @@ /** Terminal handling. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/timing.cpp b/common/lib/timing.cpp index 88d4b12b7..ad55612d2 100644 --- a/common/lib/timing.cpp +++ b/common/lib/timing.cpp @@ -1,6 +1,6 @@ /** Time related functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/tool.cpp b/common/lib/tool.cpp index 1e1e6b27e..63b4078c2 100644 --- a/common/lib/tool.cpp +++ b/common/lib/tool.cpp @@ -1,6 +1,6 @@ /** Common entry point for all villas command line tools. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ @@ -22,7 +22,7 @@ void Tool::printCopyright() std::cout << PROJECT_NAME " " << CLR_BLU(PROJECT_BUILD_ID) << " (built on " CLR_MAG(__DATE__) " " CLR_MAG(__TIME__) ")" << std::endl << " Copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC" << std::endl - << " Steffen Vogel " << std::endl; + << " Steffen Vogel " << std::endl; } void Tool::printVersion() diff --git a/common/lib/tsc.cpp b/common/lib/tsc.cpp index d823e80cd..ef5727b07 100644 --- a/common/lib/tsc.cpp +++ b/common/lib/tsc.cpp @@ -1,7 +1,7 @@ /** Measure time and sleep with IA-32 time-stamp counter. * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/utils.cpp b/common/lib/utils.cpp index bbb1c9b6c..530dddd68 100644 --- a/common/lib/utils.cpp +++ b/common/lib/utils.cpp @@ -1,7 +1,7 @@ /** Utilities. * * @author Daniel Krebs - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/lib/uuid.cpp b/common/lib/uuid.cpp index 71172ef41..cb4c224bc 100644 --- a/common/lib/uuid.cpp +++ b/common/lib/uuid.cpp @@ -1,6 +1,6 @@ /** UUID helpers. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/base64.cpp b/common/tests/unit/base64.cpp index f5fc51806..a5ac47a11 100644 --- a/common/tests/unit/base64.cpp +++ b/common/tests/unit/base64.cpp @@ -1,6 +1,6 @@ /** Unit tests for base64 encoding/decoding * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/buffer.cpp b/common/tests/unit/buffer.cpp index e8cdddd32..037cd7171 100644 --- a/common/tests/unit/buffer.cpp +++ b/common/tests/unit/buffer.cpp @@ -1,6 +1,6 @@ /** Unit tests for buffer * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/graph.cpp b/common/tests/unit/graph.cpp index e4b25b907..9f30d48b0 100644 --- a/common/tests/unit/graph.cpp +++ b/common/tests/unit/graph.cpp @@ -1,6 +1,6 @@ /** Graph unit test. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2021, Steffen Vogel * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/hist.cpp b/common/tests/unit/hist.cpp index 0de366f52..e878514eb 100644 --- a/common/tests/unit/hist.cpp +++ b/common/tests/unit/hist.cpp @@ -1,6 +1,6 @@ /** Unit tests for histogram * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/kernel.cpp b/common/tests/unit/kernel.cpp index ac31c96f3..05e7c99f8 100644 --- a/common/tests/unit/kernel.cpp +++ b/common/tests/unit/kernel.cpp @@ -1,6 +1,6 @@ /** Unit tests for kernel functions. * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/list.cpp b/common/tests/unit/list.cpp index 1a990131f..a85bd6b9b 100644 --- a/common/tests/unit/list.cpp +++ b/common/tests/unit/list.cpp @@ -1,6 +1,6 @@ /** Unit tests for array-based list * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/popen.cpp b/common/tests/unit/popen.cpp index 699113ed3..277feb010 100644 --- a/common/tests/unit/popen.cpp +++ b/common/tests/unit/popen.cpp @@ -1,6 +1,6 @@ /** Unit tests for bi-directional popen * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/task.cpp b/common/tests/unit/task.cpp index 82f0dc3c1..03bbce293 100644 --- a/common/tests/unit/task.cpp +++ b/common/tests/unit/task.cpp @@ -1,6 +1,6 @@ /** Unit tests for periodic tasks * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/timing.cpp b/common/tests/unit/timing.cpp index c52f7c719..2459d44e2 100644 --- a/common/tests/unit/timing.cpp +++ b/common/tests/unit/timing.cpp @@ -1,6 +1,6 @@ /** Unit tests for time related utlities * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/tsc.cpp b/common/tests/unit/tsc.cpp index c777ffa95..11414719d 100644 --- a/common/tests/unit/tsc.cpp +++ b/common/tests/unit/tsc.cpp @@ -1,6 +1,6 @@ /** Unit tests for rdtsc * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/ diff --git a/common/tests/unit/utils.cpp b/common/tests/unit/utils.cpp index 612b31416..fbf77e5a9 100644 --- a/common/tests/unit/utils.cpp +++ b/common/tests/unit/utils.cpp @@ -1,6 +1,6 @@ /** Unit tests for utilities * - * @author Steffen Vogel + * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache License 2.0 *********************************************************************************/