From e82a8dde369c85af8a52a88f98433c68c74733dd Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Wed, 27 Jul 2022 11:31:35 +0000 Subject: [PATCH] Update License headers --- include/villas/nodes/iec60870.hpp | 20 ++------------------ lib/nodes/iec60870.cpp | 20 ++------------------ 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/include/villas/nodes/iec60870.hpp b/include/villas/nodes/iec60870.hpp index a454b73d6..36e9e24e2 100644 --- a/include/villas/nodes/iec60870.hpp +++ b/include/villas/nodes/iec60870.hpp @@ -1,26 +1,10 @@ /** Node type: IEC60870-5-104 * * @file - * @author Steffen Vogel + * @author Philipp Jungkamp * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * 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 . + * @license Apache 2.0 *********************************************************************************/ - #pragma once #include diff --git a/lib/nodes/iec60870.cpp b/lib/nodes/iec60870.cpp index 527db868d..76c0b8318 100644 --- a/lib/nodes/iec60870.cpp +++ b/lib/nodes/iec60870.cpp @@ -1,25 +1,9 @@ /** Node type: IEC60870-5-104 * - * @author Steffen Vogel + * @author Philipp Jungkamp * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * 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 . + * @license Apache 2.0 *********************************************************************************/ - #include #include #include