From 63f3463b548ffc0e285ee95feeb812865bf424af Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 9 Jan 2023 08:08:40 +0100 Subject: [PATCH] fix attribution to Daniel Signed-off-by: Steffen Vogel --- fpga/tests/unit/gpu.cpp | 4 ++-- fpga/tests/unit/rtds2gpu.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fpga/tests/unit/gpu.cpp b/fpga/tests/unit/gpu.cpp index 2c800d573..4b2b8f145 100644 --- a/fpga/tests/unit/gpu.cpp +++ b/fpga/tests/unit/gpu.cpp @@ -1,7 +1,7 @@ /** GPU unit tests. * - * Author: Steffen Vogel - * SPDX-FileCopyrightText: 2017 Steffen Vogel +* Author: Daniel Krebs + * SPDX-FileCopyrightText: 2017 Daniel Krebs * SPDX-License-Identifier: Apache-2.0 *********************************************************************************/ diff --git a/fpga/tests/unit/rtds2gpu.cpp b/fpga/tests/unit/rtds2gpu.cpp index 510026563..366be0313 100644 --- a/fpga/tests/unit/rtds2gpu.cpp +++ b/fpga/tests/unit/rtds2gpu.cpp @@ -1,7 +1,7 @@ /** FIFO unit test. * - * Author: Steffen Vogel - * SPDX-FileCopyrightText: 2017 Steffen Vogel + * Author: Daniel Krebs + * SPDX-FileCopyrightText: 2017 Daniel Krebs * SPDX-License-Identifier: Apache-2.0 *********************************************************************************/