From 8ff0370d3679f85eed097756606ac729c0c241e8 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Mon, 9 Jan 2023 14:23:18 +0100 Subject: [PATCH] fix license of utils.hpp Signed-off-by: Niklas Eiling --- fpga/include/villas/fpga/utils.hpp | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/fpga/include/villas/fpga/utils.hpp b/fpga/include/villas/fpga/utils.hpp index ecbcacc2b..85a0031b4 100644 --- a/fpga/include/villas/fpga/utils.hpp +++ b/fpga/include/villas/fpga/utils.hpp @@ -1,24 +1,7 @@ /** Helper function for directly using VILLASfpga outside of VILLASnode - * - * @file - * @author Niklas Eiling - * @copyright 2022, Steffen Vogel, Niklas Eiling - * @license GNU General Public License (version 3) - * - * VILLASfpga - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * Author: Niklas Eiling + * SPDX-FileCopyrightText: 2022 Niklas Eiling + * SPDX-License-Identifier: Apache-2.0 *********************************************************************************/ #pragma once