From c5302f76b27968476d00d0a0d62f8a131e99457c Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 14 Jan 2013 15:57:43 +0100
Subject: [PATCH] More reformatting.

---
 Gui/Base/OGSError.cpp                         | 13 ++++----
 Gui/Base/OGSError.h                           | 13 ++++----
 Gui/Base/QNonScalableGraphicsTextItem.cpp     | 13 ++++----
 Gui/Base/QNonScalableGraphicsTextItem.h       | 13 ++++----
 Gui/Base/RecentFiles.cpp                      | 13 ++++----
 Gui/Base/TreeItem.cpp                         | 13 ++++----
 Gui/Base/TreeItem.h                           | 13 ++++----
 Gui/Base/TreeModel.cpp                        | 13 ++++----
 Gui/Base/TreeModel.h                          | 13 ++++----
 Gui/DataView/DiagramView/DetailWindow.cpp     | 13 ++++----
 Gui/DataView/DiagramView/DetailWindow.h       | 13 ++++----
 Gui/DataView/DiagramView/DiagramList.cpp      | 13 ++++----
 Gui/DataView/DiagramView/DiagramList.h        | 13 ++++----
 .../DiagramView/DiagramPrefsDialog.cpp        | 13 ++++----
 Gui/DataView/DiagramView/DiagramPrefsDialog.h | 13 ++++----
 Gui/DataView/DiagramView/DiagramScene.cpp     | 13 ++++----
 Gui/DataView/DiagramView/DiagramScene.h       | 13 ++++----
 Gui/DataView/DiagramView/DiagramView.cpp      | 13 ++++----
 Gui/DataView/DiagramView/DiagramView.h        | 13 ++++----
 Gui/DataView/DiagramView/QArrow.cpp           | 13 ++++----
 Gui/DataView/DiagramView/QArrow.h             | 13 ++++----
 Gui/DataView/DiagramView/QGraphicsGrid.cpp    | 13 ++++----
 Gui/DataView/DiagramView/QGraphicsGrid.h      | 13 ++++----
 Gui/DataView/ListPropertiesDialog.cpp         | 13 ++++----
 Gui/DataView/ListPropertiesDialog.h           | 13 ++++----
 Gui/DataView/ModelTreeItem.cpp                | 13 ++++----
 Gui/DataView/ModelTreeItem.h                  | 13 ++++----
 Gui/DataView/StationTreeModel.cpp             | 13 ++++----
 Gui/DataView/StationTreeModel.h               | 13 ++++----
 Gui/DataView/StationTreeView.cpp              | 13 ++++----
 Gui/DataView/StationTreeView.h                | 13 ++++----
 Gui/mainwindow.cpp                            | 13 ++++----
 Gui/mainwindow.h                              | 13 ++++----
 SimpleTests/MatrixTests/MatMult.cpp           | 13 ++++----
 SimpleTests/MatrixTests/MatVecMultNDPerm.cpp  | 13 ++++----
 .../MatrixTests/MatVecMultNDPermOpenMP.cpp    | 13 ++++----
 Tests/MathLib/TestLinearSystem.cpp            | 30 ++++++++++---------
 Utils/FileConverter/ConvertGliToVtk.cpp       | 13 ++++----
 Utils/FileConverter/ConvertSHPToGLI.cpp       | 13 ++++----
 Utils/FileConverter/ConvertVtkToOsg.cpp       | 13 ++++----
 Utils/FileConverter/GMSH2OGS.cpp              | 13 ++++----
 .../FileConverter/generateBCFromPolyline.cpp  | 13 ++++----
 Utils/FileConverter/generateBCandGLI.cpp      | 13 ++++----
 .../generateMatPropsFromMatID.cpp             | 13 ++++----
 .../createMeshElemPropertiesFromASCRaster.cpp | 13 ++++----
 .../generateStructuredQuadMesh.cpp            | 13 ++++----
 46 files changed, 376 insertions(+), 239 deletions(-)

diff --git a/Gui/Base/OGSError.cpp b/Gui/Base/OGSError.cpp
index de310882991..64705b1e6b5 100644
--- a/Gui/Base/OGSError.cpp
+++ b/Gui/Base/OGSError.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the OGSError class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file OGSError.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 #include "OGSError.h"
 
diff --git a/Gui/Base/OGSError.h b/Gui/Base/OGSError.h
index 6e6864df4de..6fbaf0eb991 100644
--- a/Gui/Base/OGSError.h
+++ b/Gui/Base/OGSError.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the OGSError class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file OGSError.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef OGSERROR_H
diff --git a/Gui/Base/QNonScalableGraphicsTextItem.cpp b/Gui/Base/QNonScalableGraphicsTextItem.cpp
index 29c86697493..0ff9254aa52 100644
--- a/Gui/Base/QNonScalableGraphicsTextItem.cpp
+++ b/Gui/Base/QNonScalableGraphicsTextItem.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the QNonScalableGraphicsTextItem class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file QNonScalableGraphicsTextItem.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "QNonScalableGraphicsTextItem.h"
diff --git a/Gui/Base/QNonScalableGraphicsTextItem.h b/Gui/Base/QNonScalableGraphicsTextItem.h
index 8831762ccca..2665333e6ff 100644
--- a/Gui/Base/QNonScalableGraphicsTextItem.h
+++ b/Gui/Base/QNonScalableGraphicsTextItem.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the QNonScalableGraphicsTextItem class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file QNonScalableGraphicsTextItem.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QNONSCALABLETEXTITEM_H
diff --git a/Gui/Base/RecentFiles.cpp b/Gui/Base/RecentFiles.cpp
index b469b096bc7..d5ab1c22f10 100644
--- a/Gui/Base/RecentFiles.cpp
+++ b/Gui/Base/RecentFiles.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \\file
+ * \\author Lars Bilke
+ * \\date   2009-11-05
+ * \\brief  Implementation of the RecentFiles class.
+ *
+ * \\copyright
+ * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file RecentFiles.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2009-11-05 by
  */
 
 // ** INCLUDES **
diff --git a/Gui/Base/TreeItem.cpp b/Gui/Base/TreeItem.cpp
index f548e089dd1..fd1b1817ff2 100644
--- a/Gui/Base/TreeItem.cpp
+++ b/Gui/Base/TreeItem.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the TreeItem class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file TreeItem.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "TreeItem.h"
diff --git a/Gui/Base/TreeItem.h b/Gui/Base/TreeItem.h
index 2a08f8b97d5..56cc3344b8b 100644
--- a/Gui/Base/TreeItem.h
+++ b/Gui/Base/TreeItem.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the TreeItem class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file TreeItem.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QTREEITEM_H
diff --git a/Gui/Base/TreeModel.cpp b/Gui/Base/TreeModel.cpp
index 327189d9102..9fc8feb77e1 100644
--- a/Gui/Base/TreeModel.cpp
+++ b/Gui/Base/TreeModel.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the TreeModel class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file TreeModel.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "TreeModel.h"
diff --git a/Gui/Base/TreeModel.h b/Gui/Base/TreeModel.h
index 65768dc406e..e906dd7d806 100644
--- a/Gui/Base/TreeModel.h
+++ b/Gui/Base/TreeModel.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the TreeModel class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file TreeModel.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QTREEMODEL_H
diff --git a/Gui/DataView/DiagramView/DetailWindow.cpp b/Gui/DataView/DiagramView/DetailWindow.cpp
index 001acfb2bf4..0d1d6030117 100644
--- a/Gui/DataView/DiagramView/DetailWindow.cpp
+++ b/Gui/DataView/DiagramView/DetailWindow.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the DetailWindow class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DetailWindow.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "Color.h"
diff --git a/Gui/DataView/DiagramView/DetailWindow.h b/Gui/DataView/DiagramView/DetailWindow.h
index 3f71d778805..b870f2358e1 100644
--- a/Gui/DataView/DiagramView/DetailWindow.h
+++ b/Gui/DataView/DiagramView/DetailWindow.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the DetailWindow class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DetailWindow.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef DETAILWINDOW_H
diff --git a/Gui/DataView/DiagramView/DiagramList.cpp b/Gui/DataView/DiagramView/DiagramList.cpp
index 7480f26dd8d..f518726e7ac 100644
--- a/Gui/DataView/DiagramView/DiagramList.cpp
+++ b/Gui/DataView/DiagramView/DiagramList.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the DiagramList class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramList.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "DiagramList.h"
diff --git a/Gui/DataView/DiagramView/DiagramList.h b/Gui/DataView/DiagramView/DiagramList.h
index b70d1b0ee2a..c5d7c5b2554 100644
--- a/Gui/DataView/DiagramView/DiagramList.h
+++ b/Gui/DataView/DiagramView/DiagramList.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the DiagramList class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramList.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMLIST_H
diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp b/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp
index 502b83197a6..9493c8bcfe3 100644
--- a/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp
+++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the DiagramPrefsDialog class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramPrefsDialog.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "DetailWindow.h"
diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.h b/Gui/DataView/DiagramView/DiagramPrefsDialog.h
index 026142e80d3..9f06a044560 100644
--- a/Gui/DataView/DiagramView/DiagramPrefsDialog.h
+++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the DiagramPrefsDialog class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramPrefsDialog.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMPREFSDIALOG_H
diff --git a/Gui/DataView/DiagramView/DiagramScene.cpp b/Gui/DataView/DiagramView/DiagramScene.cpp
index 49fe92f65b6..78f1feef48f 100644
--- a/Gui/DataView/DiagramView/DiagramScene.cpp
+++ b/Gui/DataView/DiagramView/DiagramScene.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the DiagramScene class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramScene.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "DiagramScene.h"
diff --git a/Gui/DataView/DiagramView/DiagramScene.h b/Gui/DataView/DiagramView/DiagramScene.h
index 90617020f63..c485876a1e6 100644
--- a/Gui/DataView/DiagramView/DiagramScene.h
+++ b/Gui/DataView/DiagramView/DiagramScene.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the DiagramScene class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramScene.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMSCENE_H
diff --git a/Gui/DataView/DiagramView/DiagramView.cpp b/Gui/DataView/DiagramView/DiagramView.cpp
index 65717fa67ad..2449cfb3a35 100644
--- a/Gui/DataView/DiagramView/DiagramView.cpp
+++ b/Gui/DataView/DiagramView/DiagramView.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the DiagramView class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramView.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "DiagramView.h"
diff --git a/Gui/DataView/DiagramView/DiagramView.h b/Gui/DataView/DiagramView/DiagramView.h
index 0164a38d768..7f3bbd9475b 100644
--- a/Gui/DataView/DiagramView/DiagramView.h
+++ b/Gui/DataView/DiagramView/DiagramView.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the DiagramView class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file DiagramView.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMVIEW_H
diff --git a/Gui/DataView/DiagramView/QArrow.cpp b/Gui/DataView/DiagramView/QArrow.cpp
index 5ef3f1f819c..4022cc161c9 100644
--- a/Gui/DataView/DiagramView/QArrow.cpp
+++ b/Gui/DataView/DiagramView/QArrow.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the QArrow class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file QArrow.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "QArrow.h"
diff --git a/Gui/DataView/DiagramView/QArrow.h b/Gui/DataView/DiagramView/QArrow.h
index beeb16c2446..7bb707b19b0 100644
--- a/Gui/DataView/DiagramView/QArrow.h
+++ b/Gui/DataView/DiagramView/QArrow.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the QArrow class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file QArrow.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QARROW_H
diff --git a/Gui/DataView/DiagramView/QGraphicsGrid.cpp b/Gui/DataView/DiagramView/QGraphicsGrid.cpp
index 7ad6cba73b0..5494046488f 100644
--- a/Gui/DataView/DiagramView/QGraphicsGrid.cpp
+++ b/Gui/DataView/DiagramView/QGraphicsGrid.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the QGraphicsGrid class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file QGraphicsGrid.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "QGraphicsGrid.h"
diff --git a/Gui/DataView/DiagramView/QGraphicsGrid.h b/Gui/DataView/DiagramView/QGraphicsGrid.h
index 0ed9f0e7b0c..63c55b40ef3 100644
--- a/Gui/DataView/DiagramView/QGraphicsGrid.h
+++ b/Gui/DataView/DiagramView/QGraphicsGrid.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the QGraphicsGrid class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file QGraphicsGrid.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QGRAPHICSGRID_H
diff --git a/Gui/DataView/ListPropertiesDialog.cpp b/Gui/DataView/ListPropertiesDialog.cpp
index accd35bb445..1e1511664f0 100644
--- a/Gui/DataView/ListPropertiesDialog.cpp
+++ b/Gui/DataView/ListPropertiesDialog.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the ListPropertiesDialog class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file ListPropertiesDialog.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "DateTools.h"
diff --git a/Gui/DataView/ListPropertiesDialog.h b/Gui/DataView/ListPropertiesDialog.h
index ac1ec4d2fdc..5bf2434e45c 100644
--- a/Gui/DataView/ListPropertiesDialog.h
+++ b/Gui/DataView/ListPropertiesDialog.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the ListPropertiesDialog class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file ListPropertiesDialog.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef LISTPROPERTIESDIALOG_H
diff --git a/Gui/DataView/ModelTreeItem.cpp b/Gui/DataView/ModelTreeItem.cpp
index 121213102a0..2043d29cc65 100644
--- a/Gui/DataView/ModelTreeItem.cpp
+++ b/Gui/DataView/ModelTreeItem.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the ModelTreeItem class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file ModelTreeItem.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "ModelTreeItem.h"
diff --git a/Gui/DataView/ModelTreeItem.h b/Gui/DataView/ModelTreeItem.h
index 6d39dfe62e1..1191aa98efd 100644
--- a/Gui/DataView/ModelTreeItem.h
+++ b/Gui/DataView/ModelTreeItem.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the ModelTreeItem class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file ModelTreeItem.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QMODELTREEITEM_H
diff --git a/Gui/DataView/StationTreeModel.cpp b/Gui/DataView/StationTreeModel.cpp
index 5044629103c..d79f2832449 100644
--- a/Gui/DataView/StationTreeModel.cpp
+++ b/Gui/DataView/StationTreeModel.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the StationTreeModel class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file StationTreeModel.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include "BaseItem.h"
diff --git a/Gui/DataView/StationTreeModel.h b/Gui/DataView/StationTreeModel.h
index 0c7817a11ac..fc66d8fffa6 100644
--- a/Gui/DataView/StationTreeModel.h
+++ b/Gui/DataView/StationTreeModel.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the StationTreeModel class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file StationTreeModel.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QSTATIONTREEMODEL_H
diff --git a/Gui/DataView/StationTreeView.cpp b/Gui/DataView/StationTreeView.cpp
index 8cb507055ff..cba93b6114f 100644
--- a/Gui/DataView/StationTreeView.cpp
+++ b/Gui/DataView/StationTreeView.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Implementation of the StationTreeView class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file StationTreeView.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #include <QFileDialog>
diff --git a/Gui/DataView/StationTreeView.h b/Gui/DataView/StationTreeView.h
index 703b37d194c..428c524ce65 100644
--- a/Gui/DataView/StationTreeView.h
+++ b/Gui/DataView/StationTreeView.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   no date
+ * \brief  Definition of the StationTreeView class.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file StationTreeView.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on by Karsten Rink
  */
 
 #ifndef QSTATIONTREEVIEW_H
diff --git a/Gui/mainwindow.cpp b/Gui/mainwindow.cpp
index 3717f54d75b..8b799d4fcac 100644
--- a/Gui/mainwindow.cpp
+++ b/Gui/mainwindow.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \\file
+ * \\author Lars Bilke
+ * \\date   2009-11-04
+ * \\brief  Implementation of the MainWindow class.
+ *
+ * \\copyright
+ * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file mainwindow.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2009-11-04 by Lars Bilke
  */
 #include "Configure.h"
 #include "mainwindow.h"
diff --git a/Gui/mainwindow.h b/Gui/mainwindow.h
index fb03dc7e4fa..382d34e33c3 100644
--- a/Gui/mainwindow.h
+++ b/Gui/mainwindow.h
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \\file
+ * \\author Lars Bilke
+ * \\date   2009-11-04
+ * \\brief  Definition of the MainWindow class.
+ *
+ * \\copyright
+ * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file mainwindow.h
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2009-11-04 by Lars Bilke
  */
 
 #ifndef MAINWINDOW_H
diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp
index 9be1a735d26..ffcb8a2a7a2 100644
--- a/SimpleTests/MatrixTests/MatMult.cpp
+++ b/SimpleTests/MatrixTests/MatMult.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2012-01-03
+ * \brief  Implementation of tests.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file MatMult.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2012-01-03 by Thomas Fischer
  */
 
 #include <fstream>
diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp
index f0df19b89aa..8698e91e2c5 100644
--- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp
+++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2012-01-03
+ * \brief  Implementation of tests.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * @file MatVecMultNDPerm.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2012-01-03 by Thomas Fischer
  */
 
 #include <cstdlib>
diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp
index 8a1f7c17e85..c34722f7e07 100644
--- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp
+++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2012-01-20
+ * \brief  Implementation of tests.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \qfile MatVecMultNDPermOpenMP.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2012-01-20 by Thomas Fischer
  */
 
 #include <cstdlib>
diff --git a/Tests/MathLib/TestLinearSystem.cpp b/Tests/MathLib/TestLinearSystem.cpp
index dea1c61aa00..e4698425ec4 100644
--- a/Tests/MathLib/TestLinearSystem.cpp
+++ b/Tests/MathLib/TestLinearSystem.cpp
@@ -1,13 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com)
+ * \file
+ * \author Norihiro Watanabe
+ * \date   2012-08-03
+ * \brief  Implementation tests.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.com/LICENSE.txt
- *
- *
- * \file TestLinearSystem.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2012-08-03 by Norihiro Watanabe
  */
 
 #include <gtest/gtest.h>
@@ -38,14 +40,14 @@ struct Example1
     Example1()
     {
         double d_mat[] = {
-            6.66667e-012, -1.66667e-012, 0, -1.66667e-012, -3.33333e-012, 0, 0, 0, 0, 
-            -1.66667e-012, 1.33333e-011, -1.66667e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 0, 0, 0, 
-            0, -1.66667e-012, 6.66667e-012, 0, -3.33333e-012, -1.66667e-012, 0, 0, 0, 
-            -1.66667e-012, -3.33333e-012, 0, 1.33333e-011, -3.33333e-012, 0, -1.66667e-012, -3.33333e-012, 0, 
-            -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 2.66667e-011, -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 
-            0, -3.33333e-012, -1.66667e-012, 0, -3.33333e-012, 1.33333e-011, 0, -3.33333e-012, -1.66667e-012, 
-            0, 0, 0, -1.66667e-012, -3.33333e-012, 0, 6.66667e-012, -1.66667e-012, 0, 
-            0, 0, 0, -3.33333e-012, -3.33333e-012, -3.33333e-012, -1.66667e-012, 1.33333e-011, -1.66667e-012, 
+            6.66667e-012, -1.66667e-012, 0, -1.66667e-012, -3.33333e-012, 0, 0, 0, 0,
+            -1.66667e-012, 1.33333e-011, -1.66667e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 0, 0, 0,
+            0, -1.66667e-012, 6.66667e-012, 0, -3.33333e-012, -1.66667e-012, 0, 0, 0,
+            -1.66667e-012, -3.33333e-012, 0, 1.33333e-011, -3.33333e-012, 0, -1.66667e-012, -3.33333e-012, 0,
+            -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 2.66667e-011, -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012,
+            0, -3.33333e-012, -1.66667e-012, 0, -3.33333e-012, 1.33333e-011, 0, -3.33333e-012, -1.66667e-012,
+            0, 0, 0, -1.66667e-012, -3.33333e-012, 0, 6.66667e-012, -1.66667e-012, 0,
+            0, 0, 0, -3.33333e-012, -3.33333e-012, -3.33333e-012, -1.66667e-012, 1.33333e-011, -1.66667e-012,
             0, 0, 0, 0, -3.33333e-012, -1.66667e-012, 0, -1.66667e-012, 6.66667e-012
         };
         mat.assign(d_mat, d_mat+dim_eqs*dim_eqs);
diff --git a/Utils/FileConverter/ConvertGliToVtk.cpp b/Utils/FileConverter/ConvertGliToVtk.cpp
index f0e22164f04..404b0d6e8eb 100644
--- a/Utils/FileConverter/ConvertGliToVtk.cpp
+++ b/Utils/FileConverter/ConvertGliToVtk.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Lars Bilke
+ * \date   2010-05-06
+ * \brief  Implementation of the gli to vtk converter tool.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file ConvertGliToVtk.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2010-05-06 by Lars Bilke
  */
 
 // for backward compatibility, see http://www.boost.org/doc/libs/1_48_0/libs/filesystem/v2/doc/index.htm
diff --git a/Utils/FileConverter/ConvertSHPToGLI.cpp b/Utils/FileConverter/ConvertSHPToGLI.cpp
index 7276ec255b0..a42dcc2e07f 100644
--- a/Utils/FileConverter/ConvertSHPToGLI.cpp
+++ b/Utils/FileConverter/ConvertSHPToGLI.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2010-05-03
+ * \brief  Implementation of the shp to gli converter tool.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file ConvertSHPToGLI.cpp
+ *              http://www.opengeosys.org/project/license
  *
- *  Created on 2010-05-03 by Thomas Fischer
  */
 
 //ShapeLib includes
diff --git a/Utils/FileConverter/ConvertVtkToOsg.cpp b/Utils/FileConverter/ConvertVtkToOsg.cpp
index b0fe80f8a2f..9784167b1df 100644
--- a/Utils/FileConverter/ConvertVtkToOsg.cpp
+++ b/Utils/FileConverter/ConvertVtkToOsg.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Lars Bilke
+ * \date   2010-10-25
+ * \brief  Implementation of the vtk to osg converter tool.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file ConvertVtkToOsg.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2010-10-25 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Utils/FileConverter/GMSH2OGS.cpp b/Utils/FileConverter/GMSH2OGS.cpp
index 85537e1cefc..d8876b320ca 100644
--- a/Utils/FileConverter/GMSH2OGS.cpp
+++ b/Utils/FileConverter/GMSH2OGS.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2011-12-13
+ * \brief  Implementation of the GMSH2OGS converter.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file GMSH2OGS.cpp
+ *              http://www.opengeosys.org/project/license
  *
- *  Created on 2011-12-13 by Thomas Fischer
  */
 
 // STL
diff --git a/Utils/FileConverter/generateBCFromPolyline.cpp b/Utils/FileConverter/generateBCFromPolyline.cpp
index 30577e76d4b..9cae25d5cd7 100644
--- a/Utils/FileConverter/generateBCFromPolyline.cpp
+++ b/Utils/FileConverter/generateBCFromPolyline.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2011-03-08
+ * \brief  Implementation of the generateBCFromPolyline tool.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file generateBCFromPolyline.cpp
+ *              http://www.opengeosys.org/project/license
  *
- *  Created on 2011-03-08 by Thomas Fischer
  */
 
 // GEO
diff --git a/Utils/FileConverter/generateBCandGLI.cpp b/Utils/FileConverter/generateBCandGLI.cpp
index da09acbf710..8f73172e3c1 100644
--- a/Utils/FileConverter/generateBCandGLI.cpp
+++ b/Utils/FileConverter/generateBCandGLI.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Thomas Fischer
+ * \date   2011-03-01
+ * \brief  Implementation of the generateBCandGLI tool.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file generateBCandGLI.cpp
+ *              http://www.opengeosys.org/project/license
  *
- *  Created on 2011-03-01 by Thomas Fischer
  */
 
 // GEO
diff --git a/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Utils/FileConverter/generateMatPropsFromMatID.cpp
index d5b475f37bb..bd3c75552a3 100644
--- a/Utils/FileConverter/generateMatPropsFromMatID.cpp
+++ b/Utils/FileConverter/generateMatPropsFromMatID.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \file
+ * \author Karsten Rink
+ * \date   2011-12-19
+ * \brief  Implementation of the generateMatPropsFromMatID tool.
+ *
+ * \copyright
+ * Copyright (c)  2013, OpenGeoSys Community (http://www.opengeosys.net)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.net/LICENSE.txt
- *
- * \file generateMatPropsFromMatID.cpp
+ *              http://www.opengeosys.org/project/license
  *
- * Created on 2011-12-19 by Karsten Rink
  */
 
 #include "GridAdapter.h"
diff --git a/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp b/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp
index 9a6fdd31495..7379a8409f9 100644
--- a/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp
+++ b/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \\file
+ * \\author Thomas Fischer
+ * \\date   Nov 1, 2012
+ * \\brief  Implementation of the createMeshElemPropertiesFromASCRaster tool.
+ *
+ * \\copyright
+ * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file createMeshElemPropertiesFromASCRaster.cpp
+ *              http://www.opengeosys.org/project/license
  *
- *  Created on  Nov 1, 2012 by Thomas Fischer
  */
 
 // BaseLib
diff --git a/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp b/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp
index 9760e3df6d5..663069e762c 100644
--- a/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp
+++ b/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp
@@ -1,12 +1,15 @@
 /**
- * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
+ * \\file
+ * \\author Thomas Fischer
+ * \\date   Sep 21, 2012
+ * \\brief  Implementation of the generateStructuredQuadMesh tool.
+ *
+ * \\copyright
+ * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/LICENSE.txt
- *
- * \file generateStructuredQuadMesh.cpp
+ *              http://www.opengeosys.org/project/license
  *
- *  Created on  Sep 21, 2012 by Thomas Fischer
  */
 
 // BaseLib
-- 
GitLab