From b433219af20f98ee363aba08466fcc9c97780fa5 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Fri, 24 Jan 2025 10:28:21 +0100 Subject: [PATCH] chore: update copyright in README Signed-off-by: Niklas Eiling --- README.md | 8 ++++---- lib/nodes/fpga.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d5a959e2..6b3b31d86 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ We kindly ask all academic publications employing components of VILLASframework For other licensing options please consult [Prof. Antonello Monti](mailto:amonti@eonerc.rwth-aachen.de). -- SPDX-FileCopyrightText: 2014-2024 Institute for Automation of Complex Power Systems, RWTH Aachen University -- SPDX-FileCopyrightText: 2023-2024 OPAL-RT Germany GmbH -- SPDX-FileCopyrightText: 2022-2024 Niklas Eiling -- SPDX-FileCopyrightText: 2018-2024 Steffen Vogel +- SPDX-FileCopyrightText: 2014-2025 Institute for Automation of Complex Power Systems, RWTH Aachen University +- SPDX-FileCopyrightText: 2023-2025 OPAL-RT Germany GmbH +- SPDX-FileCopyrightText: 2022-2025 Niklas Eiling +- SPDX-FileCopyrightText: 2018-2025 Steffen Vogel - SPDX-FileCopyrightText: 2018 Daniel Krebs - SPDX-License-Identifier: Apache-2.0 diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index 8309341b1..925cd5dfd 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -1,7 +1,7 @@ /* Communicate with VILLASfpga Xilinx FPGA boards. * * Author: Niklas Eiling - * SPDX-FileCopyrightText: 2023 Niklas Eiling + * SPDX-FileCopyrightText: 2023-2025 Niklas Eiling * SPDX-License-Identifier: Apache-2.0 */