diff --git a/common/Dockerfile b/common/Dockerfile index d846cad47..a2e414028 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 GNU General Public License (version 3) # @@ -36,7 +36,7 @@ LABEL \ org.label-schema.license="GPL-3.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="stvogel@eonerc.rwth-aachen.de" \ + org.label-schema.author.email="svogel2@eonerc.rwth-aachen.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 14cbda013..41c07c6a7 100644 --- a/common/README.md +++ b/common/README.md @@ -37,7 +37,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 - Daniel Krebs [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 902b3e14a..1820b4640 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 GNU General Public License (version 3) # diff --git a/common/include/villas/boxes.hpp b/common/include/villas/boxes.hpp index 7b43ff9bf..312cae28f 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 GNU General Public License (version 3) * diff --git a/common/include/villas/buffer.hpp b/common/include/villas/buffer.hpp index 6b7c2c6ec..bbf093b80 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 GNU General Public License (version 3) * diff --git a/common/include/villas/colors.hpp b/common/include/villas/colors.hpp index 916d3a22f..a292c4843 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 GNU General Public License (version 3) * diff --git a/common/include/villas/common.hpp b/common/include/villas/common.hpp index ecb17dd96..30879582f 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 GNU General Public License (version 3) * diff --git a/common/include/villas/compat.hpp b/common/include/villas/compat.hpp index 18707320a..b68f57a55 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 GNU General Public License (version 3) * diff --git a/common/include/villas/config.hpp.in b/common/include/villas/config.hpp.in index 7fa6e1c73..af2a0f72f 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 GNU General Public License (version 3) * diff --git a/common/include/villas/dsp/exponential_window.hpp b/common/include/villas/dsp/exponential_window.hpp index 85d35176a..400636d56 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 GNU General Public License (version 3) * diff --git a/common/include/villas/dsp/moving_average_window.hpp b/common/include/villas/dsp/moving_average_window.hpp index a8a644bba..4e9a76efd 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 GNU General Public License (version 3) * diff --git a/common/include/villas/dsp/pid.hpp b/common/include/villas/dsp/pid.hpp index d37f07e3c..b7413a3a5 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 GNU General Public License (version 3) * diff --git a/common/include/villas/dsp/window.hpp b/common/include/villas/dsp/window.hpp index 038e242ca..025876af9 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 GNU General Public License (version 3) * diff --git a/common/include/villas/exceptions.hpp b/common/include/villas/exceptions.hpp index 5fdf10893..c36f6bb41 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 GNU General Public License (version 3) * diff --git a/common/include/villas/hist.hpp b/common/include/villas/hist.hpp index 378b6afcb..2f589af2e 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 GNU General Public License (version 3) * diff --git a/common/include/villas/kernel/kernel.hpp b/common/include/villas/kernel/kernel.hpp index a3a63fe0f..86989aa1c 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 GNU General Public License (version 3) * diff --git a/common/include/villas/kernel/pci.hpp b/common/include/villas/kernel/pci.hpp index 194509340..97fb02573 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 GNU General Public License (version 3) * diff --git a/common/include/villas/kernel/rt.hpp b/common/include/villas/kernel/rt.hpp index 32f93672b..d9d876d67 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 GNU General Public License (version 3) * diff --git a/common/include/villas/kernel/vfio.hpp b/common/include/villas/kernel/vfio.hpp index 448ffb971..dbd96f71b 100644 --- a/common/include/villas/kernel/vfio.hpp +++ b/common/include/villas/kernel/vfio.hpp @@ -1,7 +1,7 @@ /** Virtual Function IO wrapper around kernel API * * @file - * @author Steffen Vogel + * @author Steffen Vogel * @author Daniel Krebs * @copyright 2014-2021, Steffen Vogel * @copyright 2018, Daniel Krebs diff --git a/common/include/villas/list.hpp b/common/include/villas/list.hpp index 996cb80e9..22bfabf09 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 36143320c..333f7899b 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 GNU General Public License (version 3) * diff --git a/common/include/villas/log_opal_sink.hpp b/common/include/villas/log_opal_sink.hpp index 376248920..cc9d9320b 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 GNU General Public License (version 3) * diff --git a/common/include/villas/plugin.hpp b/common/include/villas/plugin.hpp index 1bdea5aa8..b4173eddb 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 GNU General Public License (version 3) diff --git a/common/include/villas/popen.hpp b/common/include/villas/popen.hpp index 251168994..5301c1065 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 GNU General Public License (version 3) * diff --git a/common/include/villas/table.hpp b/common/include/villas/table.hpp index d7b857303..400fb1cea 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 GNU General Public License (version 3) * diff --git a/common/include/villas/task.hpp b/common/include/villas/task.hpp index 6ffcff071..20585787c 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 GNU General Public License (version 3) * diff --git a/common/include/villas/terminal.hpp b/common/include/villas/terminal.hpp index cb179eff5..cb2a58f66 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 GNU General Public License (version 3) * diff --git a/common/include/villas/timing.hpp b/common/include/villas/timing.hpp index 705617950..50c602acf 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 GNU General Public License (version 3) * diff --git a/common/include/villas/tool.hpp b/common/include/villas/tool.hpp index 3263ffeb8..f4f410d5a 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 GNU General Public License (version 3) * diff --git a/common/include/villas/tsc.hpp b/common/include/villas/tsc.hpp index 71fdf707e..c94a8d5b2 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 GNU General Public License (version 3) * diff --git a/common/lib/base64.cpp b/common/lib/base64.cpp index e61693bd9..7348bc355 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 GNU General Public License (version 3) * diff --git a/common/lib/buffer.cpp b/common/lib/buffer.cpp index ab2745c12..a39d67918 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 GNU General Public License (version 3) * diff --git a/common/lib/common.cpp b/common/lib/common.cpp index b67ae6005..9afec96b5 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 GNU General Public License (version 3) * diff --git a/common/lib/compat.cpp b/common/lib/compat.cpp index a92726481..46874491d 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 GNU General Public License (version 3) * diff --git a/common/lib/dsp/pid.cpp b/common/lib/dsp/pid.cpp index c33ca1d4c..86a54f89e 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 GNU General Public License (version 3) * diff --git a/common/lib/hist.cpp b/common/lib/hist.cpp index e3d8ec194..6e8c36a2d 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 GNU General Public License (version 3) * diff --git a/common/lib/kernel/kernel.cpp b/common/lib/kernel/kernel.cpp index 83927cf79..b650e39c7 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 GNU General Public License (version 3) * diff --git a/common/lib/kernel/pci.cpp b/common/lib/kernel/pci.cpp index 9097f28df..afb3b087d 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 GNU General Public License (version 3) * diff --git a/common/lib/kernel/rt.cpp b/common/lib/kernel/rt.cpp index 61c0902d3..ff2cd45e4 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 GNU General Public License (version 3) * diff --git a/common/lib/kernel/vfio.cpp b/common/lib/kernel/vfio.cpp index 0fda27844..780702dd6 100644 --- a/common/lib/kernel/vfio.cpp +++ b/common/lib/kernel/vfio.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 8c8ece479..173963b7e 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 GNU General Public License (version 3) * diff --git a/common/lib/log.cpp b/common/lib/log.cpp index bb22169c5..8f9bb158c 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 GNU General Public License (version 3) * diff --git a/common/lib/plugin.cpp b/common/lib/plugin.cpp index 70a94233d..05f51eebd 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 GNU General Public License (version 3) * diff --git a/common/lib/popen.cpp b/common/lib/popen.cpp index 731157925..2753c5a58 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 GNU General Public License (version 3) * diff --git a/common/lib/table.cpp b/common/lib/table.cpp index 42ca91f15..eaabcd952 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 GNU General Public License (version 3) * diff --git a/common/lib/task.cpp b/common/lib/task.cpp index 03ac88a40..9a0c876a0 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 GNU General Public License (version 3) * diff --git a/common/lib/terminal.cpp b/common/lib/terminal.cpp index decc71cd7..12e8b723b 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 GNU General Public License (version 3) * diff --git a/common/lib/timing.cpp b/common/lib/timing.cpp index 3bfe41548..25fec99c0 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 GNU General Public License (version 3) * diff --git a/common/lib/tool.cpp b/common/lib/tool.cpp index 023f0f32e..bfc375d69 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 GNU General Public License (version 3) * @@ -37,7 +37,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 e66edfcb1..1f4913d0d 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/base64.cpp b/common/tests/unit/base64.cpp index 01533bc3a..27d9ecdf0 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/buffer.cpp b/common/tests/unit/buffer.cpp index 76d004baf..e5a7e0f76 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/graph.cpp b/common/tests/unit/graph.cpp index bb7e89d03..be3c6deee 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/hist.cpp b/common/tests/unit/hist.cpp index 11c796969..aabf63b0b 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/kernel.cpp b/common/tests/unit/kernel.cpp index 2b3106fdf..ca2c34196 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/list.cpp b/common/tests/unit/list.cpp index 6f6fe1517..b367b0d5e 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/popen.cpp b/common/tests/unit/popen.cpp index bf32aff9d..7263318d6 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/task.cpp b/common/tests/unit/task.cpp index 289e3c2f7..66c286840 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/timing.cpp b/common/tests/unit/timing.cpp index 9ca566033..585a985eb 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/tsc.cpp b/common/tests/unit/tsc.cpp index c76c28e88..7b6c91f40 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 GNU General Public License (version 3) * diff --git a/common/tests/unit/utils.cpp b/common/tests/unit/utils.cpp index a2ba9ea3c..2a7553fc0 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 GNU General Public License (version 3) *