From 4a84b4a43c0079de503a55e8714baee1ea45fbb7 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Wed, 12 Jul 2023 16:33:56 +0200
Subject: [PATCH] [doc] Remove double \author \date entries

---
 Applications/FileIO/GMSInterface.cpp    | 3 ---
 Applications/FileIO/GMSInterface.h      | 4 +---
 Applications/FileIO/PetrelInterface.cpp | 3 ---
 Applications/FileIO/PetrelInterface.h   | 3 ---
 Applications/FileIO/SHPInterface.cpp    | 3 ---
 Applications/FileIO/SHPInterface.h      | 3 ---
 MeshLib/IO/Legacy/MeshIO.cpp            | 4 ----
 MeshLib/IO/VtkIO/VtuInterface-impl.h    | 6 +-----
 MeshLib/IO/readMeshFromFile.cpp         | 3 ---
 MeshLib/IO/readMeshFromFile.h           | 4 ----
 10 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/Applications/FileIO/GMSInterface.cpp b/Applications/FileIO/GMSInterface.cpp
index cf65ab0e88e..408b9df1b10 100644
--- a/Applications/FileIO/GMSInterface.cpp
+++ b/Applications/FileIO/GMSInterface.cpp
@@ -9,9 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 2010-06-08
- * \author Karsten Rink
  */
 
 #include "GMSInterface.h"
diff --git a/Applications/FileIO/GMSInterface.h b/Applications/FileIO/GMSInterface.h
index 369f1494f75..7ced0683d42 100644
--- a/Applications/FileIO/GMSInterface.h
+++ b/Applications/FileIO/GMSInterface.h
@@ -1,6 +1,7 @@
 /**
  * \file
  * \author Karsten Rink
+ * \author Lars Bilke
  * \date   2010-06-08
  * \brief  Definition of the GMSInterface class.
  *
@@ -9,9 +10,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 2010-06-08
- * \author Lars Bilke
  */
 
 #pragma once
diff --git a/Applications/FileIO/PetrelInterface.cpp b/Applications/FileIO/PetrelInterface.cpp
index 09fb804bf6c..e1c50a8f217 100644
--- a/Applications/FileIO/PetrelInterface.cpp
+++ b/Applications/FileIO/PetrelInterface.cpp
@@ -9,9 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 2010-02-16
- * \author Thomas Fischer
  */
 
 #include "PetrelInterface.h"
diff --git a/Applications/FileIO/PetrelInterface.h b/Applications/FileIO/PetrelInterface.h
index 87cf2016441..df28c455c3f 100644
--- a/Applications/FileIO/PetrelInterface.h
+++ b/Applications/FileIO/PetrelInterface.h
@@ -9,9 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 2010-02-16
- * \author Thomas Fischer
  */
 
 #pragma once
diff --git a/Applications/FileIO/SHPInterface.cpp b/Applications/FileIO/SHPInterface.cpp
index 4846f2eb4b0..8071dc5d34a 100644
--- a/Applications/FileIO/SHPInterface.cpp
+++ b/Applications/FileIO/SHPInterface.cpp
@@ -9,9 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 25/01/2010
- * \author Karsten Rink
  */
 
 #include "SHPInterface.h"
diff --git a/Applications/FileIO/SHPInterface.h b/Applications/FileIO/SHPInterface.h
index 78adc60211c..dc2b47f264c 100644
--- a/Applications/FileIO/SHPInterface.h
+++ b/Applications/FileIO/SHPInterface.h
@@ -9,9 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 25/01/2010
- * \author Karsten Rink
  */
 
 #pragma once
diff --git a/MeshLib/IO/Legacy/MeshIO.cpp b/MeshLib/IO/Legacy/MeshIO.cpp
index c3a6c09d000..7a6626ac5a4 100644
--- a/MeshLib/IO/Legacy/MeshIO.cpp
+++ b/MeshLib/IO/Legacy/MeshIO.cpp
@@ -9,10 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- *
- * \date 2012-05-08
- * \author Karsten Rink
  */
 
 #include "MeshIO.h"
diff --git a/MeshLib/IO/VtkIO/VtuInterface-impl.h b/MeshLib/IO/VtkIO/VtuInterface-impl.h
index 55e13cdeda7..d004a405272 100644
--- a/MeshLib/IO/VtkIO/VtuInterface-impl.h
+++ b/MeshLib/IO/VtkIO/VtuInterface-impl.h
@@ -1,14 +1,10 @@
 /**
  * \file
  * \author Lars Bilke
+ * \author Wenqing Wang
  * \date   2014-09-25
  * \brief  Implementation of the VtuInterface class.
  *
- * \author Wenqing Wang
- * \date   2015-10-19
- * \brief  Added parallel output of vtu pieces, and visualisation
- *         of the vtu picess via pvtu.
- *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
diff --git a/MeshLib/IO/readMeshFromFile.cpp b/MeshLib/IO/readMeshFromFile.cpp
index 153e89ae97d..2deeb69b07a 100644
--- a/MeshLib/IO/readMeshFromFile.cpp
+++ b/MeshLib/IO/readMeshFromFile.cpp
@@ -9,9 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- * \date 2012-09-27
- * \author Karsten Rink
  */
 
 #include "readMeshFromFile.h"
diff --git a/MeshLib/IO/readMeshFromFile.h b/MeshLib/IO/readMeshFromFile.h
index 7fd0cf90036..77348c37327 100644
--- a/MeshLib/IO/readMeshFromFile.h
+++ b/MeshLib/IO/readMeshFromFile.h
@@ -9,10 +9,6 @@
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
- *
- *
- * \date 2012-09-27
- * \author Karsten Rink
  */
 
 #pragma once
-- 
GitLab