diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3cb12ee46..570dd57a1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,6 +1,6 @@ ## CMakeLists.txt -# -# Author: Daniel Krebs +# +# Author: Steffen Vogel # SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University # SPDX-License-Identifier: Apache-2.0 diff --git a/common/include/villas/cpuset.hpp b/common/include/villas/cpuset.hpp index c5d1e5cf1..f68884327 100644 --- a/common/include/villas/cpuset.hpp +++ b/common/include/villas/cpuset.hpp @@ -1,6 +1,6 @@ /* Human readable cpusets. * - * Author: Steffen Vogel + * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University * SPDX-License-Identifier: Apache-2.0 */ diff --git a/common/include/villas/dsp/window_cosine.hpp b/common/include/villas/dsp/window_cosine.hpp index 294a4f7d2..dcd3cc688 100644 --- a/common/include/villas/dsp/window_cosine.hpp +++ b/common/include/villas/dsp/window_cosine.hpp @@ -1,4 +1,4 @@ -/* A sliding/moving window. +/* A sliding/moving window using a Cosine weighting. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/include/villas/kernel/pci.hpp b/common/include/villas/kernel/pci.hpp index 1df79c0e0..21b2787db 100644 --- a/common/include/villas/kernel/pci.hpp +++ b/common/include/villas/kernel/pci.hpp @@ -1,4 +1,4 @@ -/* Linux PCI helpers +/* Linux PCI helpers. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/include/villas/kernel/rt.hpp b/common/include/villas/kernel/rt.hpp index 4fe7edcf4..720535bbe 100644 --- a/common/include/villas/kernel/rt.hpp +++ b/common/include/villas/kernel/rt.hpp @@ -1,4 +1,4 @@ -/* Linux specific real-time optimizations +/* Linux specific real-time optimizations. * * @see: https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/application_base * Author: Steffen Vogel diff --git a/common/include/villas/kernel/vfio_container.hpp b/common/include/villas/kernel/vfio_container.hpp index a91addf7d..1b27b86ca 100644 --- a/common/include/villas/kernel/vfio_container.hpp +++ b/common/include/villas/kernel/vfio_container.hpp @@ -1,4 +1,4 @@ -/* Virtual Function IO wrapper around kernel API +/* Virtual Function IO wrapper around kernel API. * * Author: Niklas Eiling * Author: Steffen Vogel diff --git a/common/include/villas/kernel/vfio_device.hpp b/common/include/villas/kernel/vfio_device.hpp index 564cecce0..35569808a 100644 --- a/common/include/villas/kernel/vfio_device.hpp +++ b/common/include/villas/kernel/vfio_device.hpp @@ -1,4 +1,4 @@ -/* Virtual Function IO wrapper around kernel API +/* Virtual Function IO wrapper around kernel API. * * Author: Niklas Eiling * Author: Steffen Vogel diff --git a/common/include/villas/kernel/vfio_group.hpp b/common/include/villas/kernel/vfio_group.hpp index ada68f066..d5a342d80 100644 --- a/common/include/villas/kernel/vfio_group.hpp +++ b/common/include/villas/kernel/vfio_group.hpp @@ -1,4 +1,4 @@ -/* Virtual Function IO wrapper around kernel API +/* Virtual Function IO wrapper around kernel API. * * Author: Niklas Eiling * Author: Steffen Vogel diff --git a/common/include/villas/popen.hpp b/common/include/villas/popen.hpp index b99af8d72..612ef0e8f 100644 --- a/common/include/villas/popen.hpp +++ b/common/include/villas/popen.hpp @@ -1,4 +1,4 @@ -/* Bi-directional popen +/* Bi-directional popen. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/include/villas/table.hpp b/common/include/villas/table.hpp index 867ee18ef..3995598dd 100644 --- a/common/include/villas/table.hpp +++ b/common/include/villas/table.hpp @@ -1,4 +1,4 @@ -/* Print fancy tables +/* Print fancy tables. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/include/villas/utils.hpp b/common/include/villas/utils.hpp index 9b333d510..2a8ee744b 100644 --- a/common/include/villas/utils.hpp +++ b/common/include/villas/utils.hpp @@ -1,6 +1,6 @@ /* Utilities. * - * Author: Steffen Vogel + * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University * SPDX-License-Identifier: Apache-2.0 diff --git a/common/include/villas/uuid.hpp b/common/include/villas/uuid.hpp index 5eee3f5fd..4fc024cd7 100644 --- a/common/include/villas/uuid.hpp +++ b/common/include/villas/uuid.hpp @@ -1,6 +1,6 @@ /* UUID helpers. * - * Author: Steffen Vogel + * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University * SPDX-License-Identifier: Apache-2.0 */ diff --git a/common/include/villas/version.hpp b/common/include/villas/version.hpp index 5f704edac..bde614baa 100644 --- a/common/include/villas/version.hpp +++ b/common/include/villas/version.hpp @@ -1,6 +1,6 @@ /* Version. * - * Author: Steffen Vogel + * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University * SPDX-License-Identifier: Apache-2.0 */ diff --git a/common/lib/base64.cpp b/common/lib/base64.cpp index c4c5188bd..249d28c35 100644 --- a/common/lib/base64.cpp +++ b/common/lib/base64.cpp @@ -1,4 +1,4 @@ -/* Base64 encoding/decoding +/* Base64 encoding/decoding. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/lib/kernel/pci.cpp b/common/lib/kernel/pci.cpp index 50a6abc66..74a5024bc 100644 --- a/common/lib/kernel/pci.cpp +++ b/common/lib/kernel/pci.cpp @@ -1,4 +1,4 @@ -/* Linux PCI helpers +/* Linux PCI helpers. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/lib/kernel/rt.cpp b/common/lib/kernel/rt.cpp index 329a8ea43..d66899855 100644 --- a/common/lib/kernel/rt.cpp +++ b/common/lib/kernel/rt.cpp @@ -1,4 +1,4 @@ -/* Linux specific real-time optimizations +/* Linux specific real-time optimizations. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/lib/kernel/vfio_container.cpp b/common/lib/kernel/vfio_container.cpp index 93ecd3cd6..f97cd3643 100644 --- a/common/lib/kernel/vfio_container.cpp +++ b/common/lib/kernel/vfio_container.cpp @@ -1,4 +1,4 @@ -/* Virtual Function IO wrapper around kernel API +/* Virtual Function IO wrapper around kernel API. * * Author: Steffen Vogel * Author: Daniel Krebs diff --git a/common/lib/kernel/vfio_device.cpp b/common/lib/kernel/vfio_device.cpp index ea3987c55..a0b83ecd3 100644 --- a/common/lib/kernel/vfio_device.cpp +++ b/common/lib/kernel/vfio_device.cpp @@ -1,4 +1,4 @@ -/* Virtual Function IO wrapper around kernel API +/* Virtual Function IO wrapper around kernel API. * * Author: Niklas Eiling * Author: Steffen Vogel diff --git a/common/lib/kernel/vfio_group.cpp b/common/lib/kernel/vfio_group.cpp index 6f5e7aa54..60d1cc3b0 100644 --- a/common/lib/kernel/vfio_group.cpp +++ b/common/lib/kernel/vfio_group.cpp @@ -1,4 +1,4 @@ -/* Virtual Function IO wrapper around kernel API +/* Virtual Function IO wrapper around kernel API. * * Author: Steffen Vogel * Author: Daniel Krebs diff --git a/common/lib/list.cpp b/common/lib/list.cpp index 4f99cefce..6feed97e4 100644 --- a/common/lib/list.cpp +++ b/common/lib/list.cpp @@ -1,4 +1,4 @@ -/* A generic linked list +/* A generic linked list. * * Linked lists a used for several data structures in the code. * diff --git a/common/lib/log.cpp b/common/lib/log.cpp index 019b577ab..4552a5c4c 100644 --- a/common/lib/log.cpp +++ b/common/lib/log.cpp @@ -1,4 +1,4 @@ -/* Logging and debugging routines +/* Logging and debugging routines. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/lib/popen.cpp b/common/lib/popen.cpp index 5d8e4e228..82ced080b 100644 --- a/common/lib/popen.cpp +++ b/common/lib/popen.cpp @@ -1,4 +1,4 @@ -/* Bi-directional popen +/* Bi-directional popen. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/lib/version.cpp b/common/lib/version.cpp index e057b9ac6..6d28aeaf4 100644 --- a/common/lib/version.cpp +++ b/common/lib/version.cpp @@ -1,6 +1,6 @@ /* Version. * - * Author: Steffen Vogel + * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University * SPDX-License-Identifier: Apache-2.0 */ diff --git a/common/tests/unit/base64.cpp b/common/tests/unit/base64.cpp index 44f8c00c0..807dde9bd 100644 --- a/common/tests/unit/base64.cpp +++ b/common/tests/unit/base64.cpp @@ -1,4 +1,4 @@ -/* Unit tests for base64 encoding/decoding +/* Unit tests for base64 encoding/decoding. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/buffer.cpp b/common/tests/unit/buffer.cpp index a5f601c36..4c9d729f3 100644 --- a/common/tests/unit/buffer.cpp +++ b/common/tests/unit/buffer.cpp @@ -1,4 +1,4 @@ -/* Unit tests for buffer +/* Unit tests for buffer. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/hist.cpp b/common/tests/unit/hist.cpp index e18d4e31d..6ab621fbd 100644 --- a/common/tests/unit/hist.cpp +++ b/common/tests/unit/hist.cpp @@ -1,4 +1,4 @@ -/* Unit tests for histogram +/* Unit tests for histogram. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/list.cpp b/common/tests/unit/list.cpp index fea4aef1b..a8f3ca445 100644 --- a/common/tests/unit/list.cpp +++ b/common/tests/unit/list.cpp @@ -1,4 +1,4 @@ -/* Unit tests for array-based list +/* Unit tests for array-based list. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/popen.cpp b/common/tests/unit/popen.cpp index 39b51e1c4..d3f29c515 100644 --- a/common/tests/unit/popen.cpp +++ b/common/tests/unit/popen.cpp @@ -1,4 +1,4 @@ -/* Unit tests for bi-directional popen +/* Unit tests for bi-directional popen. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/task.cpp b/common/tests/unit/task.cpp index e6426767c..d85cbe8bb 100644 --- a/common/tests/unit/task.cpp +++ b/common/tests/unit/task.cpp @@ -1,4 +1,4 @@ -/* Unit tests for periodic tasks +/* Unit tests for periodic tasks. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/timing.cpp b/common/tests/unit/timing.cpp index d9997576b..ff706fb46 100644 --- a/common/tests/unit/timing.cpp +++ b/common/tests/unit/timing.cpp @@ -1,4 +1,4 @@ -/* Unit tests for time related utlities +/* Unit tests for time related utilities. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/tsc.cpp b/common/tests/unit/tsc.cpp index 3c05b7b0b..c0b44da00 100644 --- a/common/tests/unit/tsc.cpp +++ b/common/tests/unit/tsc.cpp @@ -1,4 +1,4 @@ -/* Unit tests for rdtsc +/* Unit tests for rdtsc. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University diff --git a/common/tests/unit/utils.cpp b/common/tests/unit/utils.cpp index d700f099a..d22f3e3a9 100644 --- a/common/tests/unit/utils.cpp +++ b/common/tests/unit/utils.cpp @@ -1,4 +1,4 @@ -/* Unit tests for utilities +/* Unit tests for utilities. * * Author: Steffen Vogel * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University