diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 104ccc217..2a93573e1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2014-2020, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2021, 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-2020, Institute for Automation of Complex Power Systems, RWTH Aachen University") +set(PROJECT_COPYRIGHT "2014-2021, 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 63dbc3bdc..84a6b26ce 100644 --- a/common/Dockerfile +++ b/common/Dockerfile @@ -9,7 +9,7 @@ # make docker # # @author Steffen Vogel -# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2021, 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 57f4633a8..14cbda013 100644 --- a/common/README.md +++ b/common/README.md @@ -10,7 +10,7 @@ User documentation is available here: ## Copyright -2014-2020, Institute for Automation of Complex Power Systems, EONERC +2014-2021, Institute for Automation of Complex Power Systems, EONERC ## License diff --git a/common/cmake/GetVersion.cmake b/common/cmake/GetVersion.cmake index dadc2d5ab..58c9b5200 100644 --- a/common/cmake/GetVersion.cmake +++ b/common/cmake/GetVersion.cmake @@ -1,7 +1,7 @@ # CMakeLists.txt. # # @author Steffen Vogel -# @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC +# @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC # @license GNU General Public License (version 3) # # VILLASnode diff --git a/common/include/villas/boxes.hpp b/common/include/villas/boxes.hpp index bcc788391..11a1efb91 100644 --- a/common/include/villas/boxes.hpp +++ b/common/include/villas/boxes.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode @@ -65,4 +65,4 @@ #define BOX_UL "+" /**< Boxdrawing: ┘ */ #define BOX_DLR "+" /**< Boxdrawing: ┘ */ #define BOX_DL "+" /**< Boxdrawing: ┘ */ -#endif \ No newline at end of file +#endif diff --git a/common/include/villas/buffer.hpp b/common/include/villas/buffer.hpp index a6ad1256c..c57257ad4 100644 --- a/common/include/villas/buffer.hpp +++ b/common/include/villas/buffer.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/common.hpp b/common/include/villas/common.hpp index 7db650627..46de2d950 100644 --- a/common/include/villas/common.hpp +++ b/common/include/villas/common.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/compat.hpp b/common/include/villas/compat.hpp index 071bac236..799120f68 100644 --- a/common/include/villas/compat.hpp +++ b/common/include/villas/compat.hpp @@ -1,7 +1,7 @@ /** Compatability for different library versions. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 e7c832dab..2a0f9e5e9 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 19bf3cd6f..58af9113c 100644 --- a/common/include/villas/cpuset.hpp +++ b/common/include/villas/cpuset.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 90e890011..13cc7e5c0 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 b68f0ba99..9d6077c46 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 539e184b0..a4252d2a7 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 ba090bf4a..71a6f9ba7 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 89aec34ce..a03bbe345 100644 --- a/common/include/villas/exceptions.hpp +++ b/common/include/villas/exceptions.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 646022969..3d0102dd7 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 e8f66d812..23eddb0d6 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 e79087833..1d9af144b 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 33233e422..c9d90412f 100644 --- a/common/include/villas/hist.hpp +++ b/common/include/villas/hist.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 0c9d77bf4..1ea4b91f4 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/kernel/pci.hpp b/common/include/villas/kernel/pci.hpp index 91ce842c8..8732255c5 100644 --- a/common/include/villas/kernel/pci.hpp +++ b/common/include/villas/kernel/pci.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 92e07ba93..79a90bfca 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 8589c692f..452aa372d 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-2020, Steffen Vogel + * @copyright 2014-2021, Steffen Vogel * @copyright 2018, Daniel Krebs *********************************************************************************/ diff --git a/common/include/villas/list.h b/common/include/villas/list.h index 0cc51eab7..12dd5a553 100644 --- a/common/include/villas/list.h +++ b/common/include/villas/list.h @@ -8,7 +8,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * * VILLAScommon * diff --git a/common/include/villas/log.hpp b/common/include/villas/log.hpp index 891c6d253..bd38701b1 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 da2c7a8e1..4178b1f63 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 fc44fc801..b7e73b6d2 100644 --- a/common/include/villas/memory.hpp +++ b/common/include/villas/memory.hpp @@ -2,7 +2,7 @@ * * @file * @author Daniel Krebs - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 e9a365b53..ea09d78aa 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 49f6f3199..f62dce2f3 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 6872b50f4..8bd3d51c6 100644 --- a/common/include/villas/popen.hpp +++ b/common/include/villas/popen.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 c2ad2b12b..36c8b8000 100644 --- a/common/include/villas/table.hpp +++ b/common/include/villas/table.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/include/villas/task.hpp b/common/include/villas/task.hpp index 5c80c0cf7..11e808a18 100644 --- a/common/include/villas/task.hpp +++ b/common/include/villas/task.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 971ed481e..b4a30629a 100644 --- a/common/include/villas/terminal.hpp +++ b/common/include/villas/terminal.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 8e66299ed..2fae01844 100644 --- a/common/include/villas/timing.h +++ b/common/include/villas/timing.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 30c41e3d5..af203cd98 100644 --- a/common/include/villas/tool.hpp +++ b/common/include/villas/tool.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 33f9a4688..56add7949 100644 --- a/common/include/villas/tsc.h +++ b/common/include/villas/tsc.h @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 0ddcc1f5d..ca64c0a1c 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 4e5be2683..e8db893c2 100644 --- a/common/include/villas/version.hpp +++ b/common/include/villas/version.hpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 0149a8e37..4aadf734e 100644 --- a/common/lib/CMakeLists.txt +++ b/common/lib/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2014-2020, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2021, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/lib/base64.cpp b/common/lib/base64.cpp index cd3de79fb..524d7ad9d 100644 --- a/common/lib/base64.cpp +++ b/common/lib/base64.cpp @@ -1,7 +1,7 @@ /** Base64 encoding/decoding * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 25380f4ae..6dfb79c58 100644 --- a/common/lib/buffer.cpp +++ b/common/lib/buffer.cpp @@ -1,7 +1,7 @@ /** A simple buffer for encoding streamed JSON messages. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 926d084cb..034c46c0a 100644 --- a/common/lib/common.cpp +++ b/common/lib/common.cpp @@ -2,7 +2,7 @@ /** Common code. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 a38c732cd..dea4731c5 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 f5506a22e..a799a12eb 100644 --- a/common/lib/cpuset.cpp +++ b/common/lib/cpuset.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 d992829bf..645c74319 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 54cefd584..7211a5214 100644 --- a/common/lib/hist.cpp +++ b/common/lib/hist.cpp @@ -1,7 +1,7 @@ /** Histogram class. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 bc6bbe626..54286601e 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 b6570bc7b..f837fbb7a 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 f42635205..190395069 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 3cae0a7be..5d8963aa4 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-2020, Steffen Vogel + * @copyright 2014-2021, Steffen Vogel * @copyright 2018, Daniel Krebs * @license GNU General Public License (version 3) * diff --git a/common/lib/list.cpp b/common/lib/list.cpp index 06291d486..89e64edcf 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 fa9bdb367..5f5ca8c86 100644 --- a/common/lib/log.cpp +++ b/common/lib/log.cpp @@ -1,7 +1,7 @@ /** Logging and debugging routines * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 e7d20e337..a21dfc760 100644 --- a/common/lib/memory.cpp +++ b/common/lib/memory.cpp @@ -1,7 +1,7 @@ /** Memory managment. * * @author Daniel Krebs - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 6c9369aa0..d8ac11697 100644 --- a/common/lib/memory_manager.cpp +++ b/common/lib/memory_manager.cpp @@ -1,7 +1,7 @@ /** Memory managment. * * @author Daniel Krebs - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 4846cecd7..aa262926a 100644 --- a/common/lib/plugin.cpp +++ b/common/lib/plugin.cpp @@ -1,7 +1,7 @@ /** Loadable / plugin support. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 c2687faf3..41d782839 100644 --- a/common/lib/popen.cpp +++ b/common/lib/popen.cpp @@ -1,7 +1,7 @@ /** Bi-directional popen * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 5b830d7d9..e306112be 100644 --- a/common/lib/table.cpp +++ b/common/lib/table.cpp @@ -1,7 +1,7 @@ /** Print fancy tables. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 40a604e7a..f5b942e24 100644 --- a/common/lib/task.cpp +++ b/common/lib/task.cpp @@ -1,7 +1,7 @@ /** Run tasks periodically. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 ef8f82ea7..93cd08bc9 100644 --- a/common/lib/terminal.cpp +++ b/common/lib/terminal.cpp @@ -1,7 +1,7 @@ /** Terminal handling. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 7b761233e..560bd787a 100644 --- a/common/lib/timing.cpp +++ b/common/lib/timing.cpp @@ -1,7 +1,7 @@ /** Time related functions. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 af84495fa..c7bfdb0bd 100644 --- a/common/lib/tool.cpp +++ b/common/lib/tool.cpp @@ -1,7 +1,7 @@ /** Common entry point for all villas command line tools. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLASnode @@ -36,7 +36,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-2017, Institute for Automation of Complex Power Systems, EONERC" << std::endl + << " Copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC" << std::endl << " Steffen Vogel " << std::endl; } diff --git a/common/lib/tsc.cpp b/common/lib/tsc.cpp index b3a2d1d3b..602df8ce0 100644 --- a/common/lib/tsc.cpp +++ b/common/lib/tsc.cpp @@ -2,7 +2,7 @@ * * @file * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 8afb6efb7..031978179 100644 --- a/common/lib/utils.cpp +++ b/common/lib/utils.cpp @@ -2,7 +2,7 @@ * * @author Daniel Krebs * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 bf6ac87c6..829697fe4 100644 --- a/common/lib/version.cpp +++ b/common/lib/version.cpp @@ -1,7 +1,7 @@ /** Version. * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 283b0810c..241d2334b 100644 --- a/common/tests/unit/CMakeLists.txt +++ b/common/tests/unit/CMakeLists.txt @@ -1,7 +1,7 @@ ## CMakeLists.txt # # @author Daniel Krebs -# @copyright 2014-2020, RWTH Institute for Automation of Complex Power Systems (ACS) +# @copyright 2014-2021, RWTH Institute for Automation of Complex Power Systems (ACS) # @license GNU General Public License (version 3) # # VILLAScommon diff --git a/common/tests/unit/base64.cpp b/common/tests/unit/base64.cpp index 7ea4cea7f..005dad38d 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon diff --git a/common/tests/unit/buffer.cpp b/common/tests/unit/buffer.cpp index ff2b1471b..3242bf54d 100644 --- a/common/tests/unit/buffer.cpp +++ b/common/tests/unit/buffer.cpp @@ -1,7 +1,7 @@ /** Unit tests for buffer * * @author Steffen Vogel - * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 cc7f1f232..bb7e89d03 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-2020, Steffen Vogel + * @copyright 2014-2021, 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 d020f9fba..e4f10dc1c 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 36107df24..7a7c38c41 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 6795ceb87..d5cc0f524 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 4889043a3..c056ffa58 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 9c60b00f9..a846b4cb6 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 b6233f0c2..8f455a21f 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 c73e7392d..a4e7cfb0c 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, 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 e823d676d..88e7cf0f3 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-2020, Institute for Automation of Complex Power Systems, EONERC + * @copyright 2014-2021, Institute for Automation of Complex Power Systems, EONERC * @license GNU General Public License (version 3) * * VILLAScommon