From 39ab223c3ecebdbf912683df9b61d949df3fb5f2 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 22 Apr 2024 15:07:32 +0000 Subject: [PATCH] make reuse compliant Signed-off-by: Alexandra --- include/villas/nodes/smu.hpp | 11 +++++------ lib/nodes/smu.cpp | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/include/villas/nodes/smu.hpp b/include/villas/nodes/smu.hpp index 5da6afcb3..a76acac16 100644 --- a/include/villas/nodes/smu.hpp +++ b/include/villas/nodes/smu.hpp @@ -1,10 +1,9 @@ -/** Node-type for loopback connections. + /* Node-type for SMU data acquisition. * - * @file - * @author Manuel Pitz - * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC - * @license Apache 2.0 - *********************************************************************************/ + * Author: Manuel Pitz + * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University + * SPDX-License-Identifier: Apache-2.0 + */ #pragma once diff --git a/lib/nodes/smu.cpp b/lib/nodes/smu.cpp index 70eae801b..03e1d9e15 100644 --- a/lib/nodes/smu.cpp +++ b/lib/nodes/smu.cpp @@ -1,10 +1,9 @@ -/** Node-type for smu data aquisition. + /* Node-type for SMU data acquisition. * - * @file - * @author Manuel Pitz - * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC - * @license Apache 2.0 - *********************************************************************************/ + * Author: Manuel Pitz + * SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University + * SPDX-License-Identifier: Apache-2.0 + */ #include #include