diff --git a/FemLib/BoundaryCondition.cpp b/FemLib/BoundaryCondition.cpp
index ab36d9340491cbfe15ee9edb943eecd480860c90..8d0a8aa29e0d92d23bf13410c6efaf63f6191aa4 100644
--- a/FemLib/BoundaryCondition.cpp
+++ b/FemLib/BoundaryCondition.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 BoundaryCondition.cpp
- * 2011/08/30 KR inital implementation
+ *
+ * Created on 2011-08-30 by Karsten Rink
  *
  */
 /*
diff --git a/FemLib/BoundaryCondition.h b/FemLib/BoundaryCondition.h
index ab0b158688d30947a487b6acc3f7f70fe2fe8eb4..3fa9b81e1952521f812aab3521ad8f2bf365d3af 100644
--- a/FemLib/BoundaryCondition.h
+++ b/FemLib/BoundaryCondition.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 BoundaryCondition.h
- * 2011/08/30 KR inital implementation
  *
+ * Created on 2011-08-30 by Karsten Rink
  */
 
 #ifndef BOUNDARYCONDITION_H
diff --git a/FemLib/InitialCondition.cpp b/FemLib/InitialCondition.cpp
index 1163f1d56e05113b24e9c04e377b6b206966d9e1..5625b53def5c8e8ccf22c4503d7defb78a513dd1 100644
--- a/FemLib/InitialCondition.cpp
+++ b/FemLib/InitialCondition.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 InitialCondition.cpp
- * 2011/08/30 KR inital implementation
  *
+ * Created on 2011-08-30 by Karsten Rink
  */
 
 /*
diff --git a/FemLib/InitialCondition.h b/FemLib/InitialCondition.h
index be904bcbc5c65ef475a1c2c55ecef490b751d569..3e4c5aff48bd91e45869ef7e8caee3c4a2b1b03c 100644
--- a/FemLib/InitialCondition.h
+++ b/FemLib/InitialCondition.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 InitialCondition.h
- * 2011/08/30 KR inital implementation
+ *
+ * Created on 2011-08-30 by Karsten Rink
  *
  */
 
diff --git a/FemLib/SourceTerm.cpp b/FemLib/SourceTerm.cpp
index 774bd1608d96103ddae29efbd4a19f16e07e9724..4e8592f3c24bf885f71cedaa500dea6659fa5491 100644
--- a/FemLib/SourceTerm.cpp
+++ b/FemLib/SourceTerm.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SourceTerm.cpp
- * 2011/08/30 KR inital implementation
+ *
+ * Created on 2011-08-30 by Karsten Rink
  *
  */
 /*
diff --git a/FemLib/SourceTerm.h b/FemLib/SourceTerm.h
index 3bbd7f5aa3c09fda238b7913722a2a62c5097c12..2890d2a809f9391ba0e45ad37758ae474710c34a 100644
--- a/FemLib/SourceTerm.h
+++ b/FemLib/SourceTerm.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SourceTerm.h
- * 2011/08/30 KR inital implementation
  *
+ * Created on 2011-08-30 by Karsten Rink
  */
 
 #ifndef SOURCETERM_H
diff --git a/FileIO/GMSInterface.cpp b/FileIO/GMSInterface.cpp
index f190b8cc8e44d98d22056454574f15c328324e37..f424ae81c1bd9e79a5a1418e1abc76d84f55bace 100644
--- a/FileIO/GMSInterface.cpp
+++ b/FileIO/GMSInterface.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GMSInterface.cpp
- * 08/06/2010 KR Initial implementation
  *
+ * Created on 2010-06-08 by Karsten Rink
  */
 
 #include "GMSInterface.h"
@@ -57,7 +62,7 @@ int GMSInterface::readBoreholesFromGMS(std::vector<GeoLib::Point*>* boreholes,
 					depth = (*pnt)[2];
 				}
 				else
-					std::cout << "Warning: Skipped layer \"" << sName << "\" in borehole \"" 
+					std::cout << "Warning: Skipped layer \"" << sName << "\" in borehole \""
 					          << cName << "\" because of thickness 0.0." << std::endl;
 			}
 			else // add new borehole
@@ -281,25 +286,25 @@ MeshLib::Mesh* GMSInterface::readGMS3DMMesh(std::string filename)
 
 		if (element_id.compare("E6W") == 0)	// Prism
 		{
-			str >> dummy >> id >> node_idx[0] >> node_idx[1] >> node_idx[2] >> node_idx[3] 
+			str >> dummy >> id >> node_idx[0] >> node_idx[1] >> node_idx[2] >> node_idx[3]
 			    >> node_idx[4] >> node_idx[5] >> mat_id;
-			elem = new MeshLib::Prism(nodes[id_map.find(node_idx[0])->second], nodes[id_map.find(node_idx[1])->second], 
-									  nodes[id_map.find(node_idx[2])->second], nodes[id_map.find(node_idx[3])->second], 
+			elem = new MeshLib::Prism(nodes[id_map.find(node_idx[0])->second], nodes[id_map.find(node_idx[1])->second],
+									  nodes[id_map.find(node_idx[2])->second], nodes[id_map.find(node_idx[3])->second],
 									  nodes[id_map.find(node_idx[4])->second], nodes[id_map.find(node_idx[5])->second], mat_id);
 			elements.push_back(elem);
 		}
 		else if (element_id.compare("E4T") == 0) // Tet
 		{
 			str >> dummy >> id >> node_idx[0] >> node_idx[1] >> node_idx[2] >> node_idx[3] >> mat_id;
-			elem = new MeshLib::Tet(nodes[id_map.find(node_idx[0])->second], nodes[id_map.find(node_idx[1])->second], 
+			elem = new MeshLib::Tet(nodes[id_map.find(node_idx[0])->second], nodes[id_map.find(node_idx[1])->second],
 				                    nodes[id_map.find(node_idx[2])->second], nodes[id_map.find(node_idx[3])->second], mat_id);
 			elements.push_back(elem);
 		}
 		else if ((element_id.compare("E4P") == 0) || (element_id.compare("E5P") == 0)) // Pyramid (both do exist for some reason)
 		{
 			str >> dummy >> id >> node_idx[0] >> node_idx[1] >> node_idx[2] >> node_idx[3] >> node_idx[4] >> mat_id;
-			elem = new MeshLib::Pyramid(nodes[id_map.find(node_idx[0])->second], nodes[id_map.find(node_idx[1])->second], 
-				                        nodes[id_map.find(node_idx[2])->second], nodes[id_map.find(node_idx[3])->second], 
+			elem = new MeshLib::Pyramid(nodes[id_map.find(node_idx[0])->second], nodes[id_map.find(node_idx[1])->second],
+				                        nodes[id_map.find(node_idx[2])->second], nodes[id_map.find(node_idx[3])->second],
 										nodes[id_map.find(node_idx[4])->second], mat_id);
 			elements.push_back(elem);
 		}
diff --git a/FileIO/GMSInterface.h b/FileIO/GMSInterface.h
index 785fb7a99007dce8177cfc0e7c98eaea4c94fdee..0f20e7151c10ab11820fda08a29e843d46e20270 100644
--- a/FileIO/GMSInterface.h
+++ b/FileIO/GMSInterface.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GMSInterface.h
- * 08/06/2010 KR Initial implementation
  *
+ * Created on 2010-06-08 by Lars Bilke
  */
 
 #ifndef GMSINTERFACE_H_
@@ -24,7 +29,7 @@ namespace MeshLib {
 /**
  * \brief Manages the import and export of Aquaveo GMS files into and out of GeoLib.
  *
- * This class currently supports reading and writing ASCII borehole files as well as 
+ * This class currently supports reading and writing ASCII borehole files as well as
  * (partially) reading mesh files.
  * The 3dm-mesh-file-reader is based on example meshes and does currently only support
  * the following element types: E4T (tetrahedra), E4P/E5P (pyramids) and E6W (wedges/prisms).
diff --git a/Gui/Base/CheckboxDelegate.cpp b/Gui/Base/CheckboxDelegate.cpp
index c0224f1006fc00905bd9623ab37cb76cd70706a5..76afd55cf81e326508106fdba4308be83edc12a7 100644
--- a/Gui/Base/CheckboxDelegate.cpp
+++ b/Gui/Base/CheckboxDelegate.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 CheckboxDelegate.cpp
- * 19/08/2010 LB Initial implementation
  *
- * Implementation of CheckboxDelegate class
+ * Created on 2010-08-19 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Base/CheckboxDelegate.h b/Gui/Base/CheckboxDelegate.h
index 67a4fbef36495060b16741a516d9627a86d4d7ba..0fde18bb7791413ad71c39ec0b1d11caf3df077e 100644
--- a/Gui/Base/CheckboxDelegate.h
+++ b/Gui/Base/CheckboxDelegate.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 CheckboxDelegate.h
- * 19/08/2010 LB Initial implementation
+ *
+ * Created on 2010-08-19 by Lars Bilke
  */
 
 #ifndef CHECKBOXDELEGATE_H
diff --git a/Gui/Base/ColorPickerPushButton.cpp b/Gui/Base/ColorPickerPushButton.cpp
index 802d4beea81bacf4b40587c7b9d2c17e078f21f2..5dc9710d3e604063d17f92f8298cb836d32f87b6 100644
--- a/Gui/Base/ColorPickerPushButton.cpp
+++ b/Gui/Base/ColorPickerPushButton.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ColorPickerPushButton.cpp
- * 17/5/2010 LB Initial implementation
  *
- * Implementation of ColorPickerPushButton
+ * Created on 2010-05-17 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Base/ColorPickerPushButton.h b/Gui/Base/ColorPickerPushButton.h
index 5703d44e023bd82e66682923d49af1449b9c501f..c49cb732c9bc3a24a421f70ddc3811641f19cdfd 100644
--- a/Gui/Base/ColorPickerPushButton.h
+++ b/Gui/Base/ColorPickerPushButton.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ColorPickerPushButton.h
- * 17/5/2010 LB Initial implementation
  *
+ * Created on 2010-05-17 by Lars Bilke
  */
 
 #ifndef COLORPICKERPUSHBUTTON_H
diff --git a/Gui/Base/OGSError.cpp b/Gui/Base/OGSError.cpp
index 5620ee672100e18e3f859cd428633e28e8391ce6..709e57525783be06c6a642fdbee4deb4aec2435f 100644
--- a/Gui/Base/OGSError.cpp
+++ b/Gui/Base/OGSError.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 OGSError.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 #include "OGSError.h"
 
diff --git a/Gui/Base/OGSError.h b/Gui/Base/OGSError.h
index 99de59763fb81e5faa9efd776894c23b2385b166..c1046e3076e3ff8b231fe0b9e3823c5e872bcd94 100644
--- a/Gui/Base/OGSError.h
+++ b/Gui/Base/OGSError.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 OGSError.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef OGSERROR_H
diff --git a/Gui/Base/QNonScalableGraphicsTextItem.cpp b/Gui/Base/QNonScalableGraphicsTextItem.cpp
index 0901e7cdcd75d499f1894a8dbb4878f8744f35f1..cbd26f44b3a98ebc7680f6f7db9b6874d6200c79 100644
--- a/Gui/Base/QNonScalableGraphicsTextItem.cpp
+++ b/Gui/Base/QNonScalableGraphicsTextItem.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QNonScalableGraphicsTextItem.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "QNonScalableGraphicsTextItem.h"
diff --git a/Gui/Base/QNonScalableGraphicsTextItem.h b/Gui/Base/QNonScalableGraphicsTextItem.h
index 1b3dc2679519ce6beb8b7f99a29f4187dbd758b5..37919c95eac3c3636e39f861565edd07edb381b2 100644
--- a/Gui/Base/QNonScalableGraphicsTextItem.h
+++ b/Gui/Base/QNonScalableGraphicsTextItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QNonScalableGraphicsTextItem.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QNONSCALABLETEXTITEM_H
diff --git a/Gui/Base/QValueTooltipSlider.cpp b/Gui/Base/QValueTooltipSlider.cpp
index f66584a0573f7ffcf935b86eb3876e0f249781ec..baac76bf3e19d3ffb4768af2859aec7760909547 100644
--- a/Gui/Base/QValueTooltipSlider.cpp
+++ b/Gui/Base/QValueTooltipSlider.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QValueTooltipSlider.cpp
- * 23/03/2011 LB Initial implementation
  *
- * Implementation of QValueSlider class
+ * Created on 2011-03-23 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Base/QValueTooltipSlider.h b/Gui/Base/QValueTooltipSlider.h
index c4a62bfe3f70505e8280c3a76eb923c1e389c736..c36876011026349a3ae9a34f9c207806e1aadb5c 100644
--- a/Gui/Base/QValueTooltipSlider.h
+++ b/Gui/Base/QValueTooltipSlider.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QValueTooltipSlider.h
- * 23/03/2011 LB Initial implementation
+ *
+ * Created on 2011-03-23 by Lars Bilke
  */
 
 #ifndef QVALUETOOLTIPSLIDER_H
diff --git a/Gui/Base/RecentFiles.cpp b/Gui/Base/RecentFiles.cpp
index 520b8ad230d49bca3ea92c2d56aff9b777aac70a..cc46d89f052c0ea76fb8f7fbf775f03b7ab63b77 100644
--- a/Gui/Base/RecentFiles.cpp
+++ b/Gui/Base/RecentFiles.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 RecentFiles.cpp
- * 5/11/2009 LB Initial implementation
  *
- * Implementation of RecentFiles
+ * Created on 2009-11-05 by
  */
 
 // ** INCLUDES **
diff --git a/Gui/Base/RecentFiles.h b/Gui/Base/RecentFiles.h
index 01281edbaa9d344baaa0d7fdfa66fa63f0771326..e218264881b12fc73774019ca3d9dca44256f1f1 100644
--- a/Gui/Base/RecentFiles.h
+++ b/Gui/Base/RecentFiles.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 RecentFiles.h
- * 5/11/2009 LB Initial implementation
  *
+ * Created on 2009-11-05 by Lars Bilke
  */
 
 #ifndef RECENTFILES_H
diff --git a/Gui/Base/TreeItem.cpp b/Gui/Base/TreeItem.cpp
index 0182de58ae57ef89dbf071675b5c7d7904b8a6d4..c72ec74ff42b1cb98dd100d03c14ff92ac086353 100644
--- a/Gui/Base/TreeItem.cpp
+++ b/Gui/Base/TreeItem.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TreeItem.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "TreeItem.h"
diff --git a/Gui/Base/TreeItem.h b/Gui/Base/TreeItem.h
index 4fd9d18e72bc4273d3bd588769fc1e8fbceac775..59d5c9b58dfdc16a973894e8d0395a0e706d971a 100644
--- a/Gui/Base/TreeItem.h
+++ b/Gui/Base/TreeItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TreeItem.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QTREEITEM_H
diff --git a/Gui/Base/TreeModel.cpp b/Gui/Base/TreeModel.cpp
index 3f25f944c3e70051df5161241e083483d3b078cc..4631bd2bdef9f72b15d7bcadd13900fc91d20b3c 100644
--- a/Gui/Base/TreeModel.cpp
+++ b/Gui/Base/TreeModel.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TreeModel.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "TreeModel.h"
diff --git a/Gui/Base/TreeModel.h b/Gui/Base/TreeModel.h
index 32d36ee8d233f6730d9c5e97b9b5cc4af1ac75c5..ed3ee00929ff666bd16a0f99d1de8bb8f32a132d 100644
--- a/Gui/Base/TreeModel.h
+++ b/Gui/Base/TreeModel.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TreeModel.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QTREEMODEL_H
diff --git a/Gui/Base/TreeModelIterator.cpp b/Gui/Base/TreeModelIterator.cpp
index 9e36bb3616e8ca48afa748661fd33d67ed669c26..3c0141b3d4b18a6f3417640a693260daaff270ea 100644
--- a/Gui/Base/TreeModelIterator.cpp
+++ b/Gui/Base/TreeModelIterator.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TreeModelIterator.cpp
- * 23/6/2010 LB Initial implementation
  *
- * Implementation of TreeModelIterator
+ * Created on 2010-06-23 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Base/TreeModelIterator.h b/Gui/Base/TreeModelIterator.h
index b8d8a9cc80d48a2d19382c0c0d14435fb21cedbc..17539332afd4d4f6ce96c33bc91f1389c0dc0168 100644
--- a/Gui/Base/TreeModelIterator.h
+++ b/Gui/Base/TreeModelIterator.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TreeModelIterator.h
- * 23/6/2010 LB Initial implementation
  *
+ * Created on 2010-06-23 by Lars Bilke
  */
 
 #ifndef TREEMODELITERATOR_H
diff --git a/Gui/DataView/BaseItem.h b/Gui/DataView/BaseItem.h
index c58992a0667f1105b152c7b259f03d94f03cffa6..5fc25ec10539972c5329db4300b85c2125d5ed4b 100644
--- a/Gui/DataView/BaseItem.h
+++ b/Gui/DataView/BaseItem.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 BaseItem.h
- * 20/01/2010 KR Initial implementation
  *
+ * Created on 2010-01-20 by Karsten Rink
  */
 #ifndef BASEITEM_H
 #define BASEITEM_H
diff --git a/Gui/DataView/ColorTableModel.cpp b/Gui/DataView/ColorTableModel.cpp
index 01a933e8a56ab9436996ceb65d1e8a2985d7ba91..08d3c39f0c6dbfed03e4e394a59f80a376416d0e 100644
--- a/Gui/DataView/ColorTableModel.cpp
+++ b/Gui/DataView/ColorTableModel.cpp
@@ -1,9 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ColorTableModel.cpp
- * 24/9/2009 LB Initial implementation
- * 05/05/2010 KR 2d graphic functionality removed and various layout changes
  *
- * Implementation of PolylinesModel
+ * Created on 2009-09-24 by Lars Bilke
  */
 
 #include "ColorTableModel.h"
diff --git a/Gui/DataView/ColorTableModel.h b/Gui/DataView/ColorTableModel.h
index b0f064be4ac8c9a11e869b7f3bff72e9d397d6f3..fcdbca6f293c605cdc47a8e0f7aa75194e0c5b39 100644
--- a/Gui/DataView/ColorTableModel.h
+++ b/Gui/DataView/ColorTableModel.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ColorTableModel.h
- * 17/06/2010 KR Initial implementation
+ *
+ * Created on 2010-06-17 by Karsten Rink
  */
 
 #ifndef COLORTABLEMODEL_H
diff --git a/Gui/DataView/ColorTableView.cpp b/Gui/DataView/ColorTableView.cpp
index aadf9ecabcd9a5143f929d150c19fa3df8aa100e..7eff044b5c255ca65a8a59a4faae9788d9b448c2 100644
--- a/Gui/DataView/ColorTableView.cpp
+++ b/Gui/DataView/ColorTableView.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ColorTableView.cpp
- * 17/06/2010 KR Initial implementation
+ *
+ * Created on 2010-06-17 by Karsten Rink
  *
  */
 
diff --git a/Gui/DataView/ColorTableView.h b/Gui/DataView/ColorTableView.h
index 4ff1c48ddd4c1fece1631d57f239147c9d810ce1..1afed79ceb5d831c63b1ee7861e8e3f19bbf5b67 100644
--- a/Gui/DataView/ColorTableView.h
+++ b/Gui/DataView/ColorTableView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ColorTableView.h
- * 17/06/2010 KR Initial implementation
+ *
+ * Created on 2010-06-17 by Karsten Rink
  */
 #ifndef COLORTABLEVIEW_H
 #define COLORTABLEVIEW_H
diff --git a/Gui/DataView/CondFromRasterDialog.cpp b/Gui/DataView/CondFromRasterDialog.cpp
index b4462352cca610e1fdb197c4dc064ddc81eb86c9..984fc350e8471542449dbab600c2dc5254c04f9a 100644
--- a/Gui/DataView/CondFromRasterDialog.cpp
+++ b/Gui/DataView/CondFromRasterDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 CondFromRasterDialog.cpp
- * 2012/01/04 KR Initial implementation
+ *
+ * Created on 2012-01-04 by Karsten Rink
  */
 
 #include "CondFromRasterDialog.h"
@@ -82,7 +88,7 @@ void CondFromRasterDialog::accept()
 			break;
 		}
 
-	
+
 	if (this->directButton->isChecked())
 	{
 		DirectConditionGenerator dcg;
@@ -99,7 +105,7 @@ void CondFromRasterDialog::accept()
 		MeshLib::Mesh* new_mesh = const_cast<MeshLib::Mesh*>(mesh);
 		DirectConditionGenerator dcg;
 		direct_values = dcg.directWithSurfaceIntegration(*new_mesh, raster_name, scaling_factor);
-		
+
 		//dcg.writeToFile(direct_node_name);
 	}
 	//emit directNodesWritten(direct_node_name);
diff --git a/Gui/DataView/CondFromRasterDialog.h b/Gui/DataView/CondFromRasterDialog.h
index 15e2e9e9dcda8cad66f029bddfed0832377c90dd..4dd8aeb363740875fe80166fed826af54cd04e76 100644
--- a/Gui/DataView/CondFromRasterDialog.h
+++ b/Gui/DataView/CondFromRasterDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 CondFromRasterDialog.h
- * 2012/01/04 KR Initial implementation
+ *
+ * Created on 2012-01-04 by Karsten Rink
  */
 
 #ifndef CONDFROMRASTERDIALOG_H
diff --git a/Gui/DataView/CondItem.h b/Gui/DataView/CondItem.h
index ad6891f35857e81f095c916082377b2a00629f62..fad523b093ace963ffbe7f90cd2c7d1e96688999 100644
--- a/Gui/DataView/CondItem.h
+++ b/Gui/DataView/CondItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 CondItem.h
- * 20/10/2010 KR Initial implementation
+ *
+ * Created on 2010-10-20 by Karsten Rink
  */
 
 #ifndef CONDITEM_H
diff --git a/Gui/DataView/CondObjectListItem.h b/Gui/DataView/CondObjectListItem.h
index 2f3b39c05cd5b06e5fee4c74a5117ef59d7d66a6..19231bd2deb880a80710ac1e20069c1c715e6dab 100644
--- a/Gui/DataView/CondObjectListItem.h
+++ b/Gui/DataView/CondObjectListItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoObjectListItem.h
- * 2011/04/05 KR Initial implementation
+ *
+ * Created on 2011-04-05 by Karsten Rink
  *
  */
 #ifndef CONDOBJECTLISTITEM_H
diff --git a/Gui/DataView/ConditionWriterDialog.cpp b/Gui/DataView/ConditionWriterDialog.cpp
index 93dccda0fa7f3eba33d0bc6fe7b55ab6410bec14..323188840b76b67264b6a43e6055c693f8f13283 100644
--- a/Gui/DataView/ConditionWriterDialog.cpp
+++ b/Gui/DataView/ConditionWriterDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ConditionWriterDialog.cpp
- * 2012/01/11 KR Initial implementation
+ *
+ * Created on 2012-01-11 by Karsten Rink
  */
 
 #include "ConditionWriterDialog.h"
diff --git a/Gui/DataView/ConditionWriterDialog.h b/Gui/DataView/ConditionWriterDialog.h
index 6704dd012a52740a7858d05c826154497c015de4..b322c6d472ae0a32d6e4258e8c198fbb4009af47 100644
--- a/Gui/DataView/ConditionWriterDialog.h
+++ b/Gui/DataView/ConditionWriterDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ConditionWriterDialog.h
- * 2012/01/11 KR Initial implementation
+ *
+ * Created on 2012-01-11 by Karsten Rink
  */
 
 #ifndef CONDITIONWRITERDIALOG_H
diff --git a/Gui/DataView/DataView.cpp b/Gui/DataView/DataView.cpp
index 10143dec959d7862ca5e54d485b535071be34fac..227027e88f6d03070d4a26452dc8d4256a371d72 100644
--- a/Gui/DataView/DataView.cpp
+++ b/Gui/DataView/DataView.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DataView.cpp
- * 24/9/2009 LB Initial implementation
  *
- * Implementation of DataView
+ * Created on 2009-09-24 by Lars Bilke
  */
 
 #include "DataView.h"
diff --git a/Gui/DataView/DataView.h b/Gui/DataView/DataView.h
index e45b623969afc4bf7c7cd6f60b2141e8fd06ef3c..8ce62be874a549b6e907d184cf088d71a1e5ef01 100644
--- a/Gui/DataView/DataView.h
+++ b/Gui/DataView/DataView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DataView.h
- * 24/9/2009 LB Initial implementation
+ *
+ * Created on 2009-09-24 by Lars Bilke
  */
 #ifndef DATAVIEW_H
 #define DATAVIEW_H
diff --git a/Gui/DataView/DiagramView/DetailWindow.cpp b/Gui/DataView/DiagramView/DetailWindow.cpp
index e5dc993b4621e57a4fee4227fc6aed55d706f253..ea5cdcfe85ff98fa9bfa2386f79f63b8bc3ee08d 100644
--- a/Gui/DataView/DiagramView/DetailWindow.cpp
+++ b/Gui/DataView/DiagramView/DetailWindow.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DetailWindow.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "Color.h"
diff --git a/Gui/DataView/DiagramView/DetailWindow.h b/Gui/DataView/DiagramView/DetailWindow.h
index dc8af4c15ca380711e2dceae64346734f6d3f9a1..f432efb6f8371c1f3d549c6e6fbf4eb8310ef888 100644
--- a/Gui/DataView/DiagramView/DetailWindow.h
+++ b/Gui/DataView/DiagramView/DetailWindow.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DetailWindow.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef DETAILWINDOW_H
diff --git a/Gui/DataView/DiagramView/DiagramList.cpp b/Gui/DataView/DiagramView/DiagramList.cpp
index 882b747dd53ff3bb026ee45cafd0a8d61cb7cfcd..b2b2056707647075e05d7f681e336483a7c95956 100644
--- a/Gui/DataView/DiagramView/DiagramList.cpp
+++ b/Gui/DataView/DiagramView/DiagramList.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramList.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "DiagramList.h"
diff --git a/Gui/DataView/DiagramView/DiagramList.h b/Gui/DataView/DiagramView/DiagramList.h
index 143253e7a832afeedf9f2118f453f72608ba5b7e..213cb953b1e9ff4482b4b8c4ef28d037db559fe5 100644
--- a/Gui/DataView/DiagramView/DiagramList.h
+++ b/Gui/DataView/DiagramView/DiagramList.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramList.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMLIST_H
diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp b/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp
index 64e36e0efe4d9047852494bba395fcf9afb43d18..6f151a3316c33bf3d38447b912e728bf78e2755e 100644
--- a/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp
+++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramPrefsDialog.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "DetailWindow.h"
diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.h b/Gui/DataView/DiagramView/DiagramPrefsDialog.h
index 45a6ee9176a13ba53ea6d13de8c42a807ab08857..cd6208491e221d901cb23a8e51c477c01c826a29 100644
--- a/Gui/DataView/DiagramView/DiagramPrefsDialog.h
+++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramPrefsDialog.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMPREFSDIALOG_H
diff --git a/Gui/DataView/DiagramView/DiagramScene.cpp b/Gui/DataView/DiagramView/DiagramScene.cpp
index 8b845561aac5e5d8027766678fad8f50f9ac460e..3b8fe5bb6a9c41648846d346e90d63cc1ee1b4a3 100644
--- a/Gui/DataView/DiagramView/DiagramScene.cpp
+++ b/Gui/DataView/DiagramView/DiagramScene.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramScene.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "DiagramScene.h"
diff --git a/Gui/DataView/DiagramView/DiagramScene.h b/Gui/DataView/DiagramView/DiagramScene.h
index 466c3134e480a51610841a160f046f6a808c662a..cf3ae501aade9c68436539b00aea48b873ea386e 100644
--- a/Gui/DataView/DiagramView/DiagramScene.h
+++ b/Gui/DataView/DiagramView/DiagramScene.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramScene.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMSCENE_H
diff --git a/Gui/DataView/DiagramView/DiagramView.cpp b/Gui/DataView/DiagramView/DiagramView.cpp
index 44e9dd5ce8cd771d9755ea807ffe4243adaa1fa9..7df44c70bd81213d3e0b5fcbefc2a2f35bef4ac4 100644
--- a/Gui/DataView/DiagramView/DiagramView.cpp
+++ b/Gui/DataView/DiagramView/DiagramView.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramView.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "DiagramView.h"
diff --git a/Gui/DataView/DiagramView/DiagramView.h b/Gui/DataView/DiagramView/DiagramView.h
index 98e8f236414b9ba7b804b63cc73d01e7cf904d4c..576915e20fc966fd2e14f1333e79ad93af36bccf 100644
--- a/Gui/DataView/DiagramView/DiagramView.h
+++ b/Gui/DataView/DiagramView/DiagramView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DiagramView.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef DIAGRAMVIEW_H
diff --git a/Gui/DataView/DiagramView/QArrow.cpp b/Gui/DataView/DiagramView/QArrow.cpp
index 1db08f7596557b9fbbdb1c0d0e82a30a7cb19354..4053e2652670121b65a5f8c96178ae763630db94 100644
--- a/Gui/DataView/DiagramView/QArrow.cpp
+++ b/Gui/DataView/DiagramView/QArrow.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QArrow.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "QArrow.h"
diff --git a/Gui/DataView/DiagramView/QArrow.h b/Gui/DataView/DiagramView/QArrow.h
index 145904b9b9c7fab58359b38c77ba96baa00d137b..d656501088fbd240ce47c9723be731b17b344bbb 100644
--- a/Gui/DataView/DiagramView/QArrow.h
+++ b/Gui/DataView/DiagramView/QArrow.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QArrow.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QARROW_H
diff --git a/Gui/DataView/DiagramView/QGraphicsGrid.cpp b/Gui/DataView/DiagramView/QGraphicsGrid.cpp
index 01a40db427ec5bc80702d11479f02dc364cc8f7c..af8d5b3bc65a46e16636abf4c146f039eed0ef67 100644
--- a/Gui/DataView/DiagramView/QGraphicsGrid.cpp
+++ b/Gui/DataView/DiagramView/QGraphicsGrid.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QGraphicsGrid.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "QGraphicsGrid.h"
diff --git a/Gui/DataView/DiagramView/QGraphicsGrid.h b/Gui/DataView/DiagramView/QGraphicsGrid.h
index 6f0645dde9970f0bdd302a0cdf84b463ac761d10..6b73aa084bfef0d11e6221b273f57b424e2f49fb 100644
--- a/Gui/DataView/DiagramView/QGraphicsGrid.h
+++ b/Gui/DataView/DiagramView/QGraphicsGrid.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QGraphicsGrid.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QGRAPHICSGRID_H
diff --git a/Gui/DataView/DirectConditionGenerator.cpp b/Gui/DataView/DirectConditionGenerator.cpp
index 2883c64dc4ebf20a4a0a77333d9c2b871da035e9..38d8fcf95697841a2db523e7159bd3ac40f67b15 100644
--- a/Gui/DataView/DirectConditionGenerator.cpp
+++ b/Gui/DataView/DirectConditionGenerator.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DirectConditionGenerator.cpp
- * 2012/01/04 KR Initial implementation
  *
+ * Created on 2012-01-04 by Karsten Rink
  */
 
 #include "DirectConditionGenerator.h"
diff --git a/Gui/DataView/DirectConditionGenerator.h b/Gui/DataView/DirectConditionGenerator.h
index c347af1844041128e2abe03fe2a94df8e4a78b4e..5c9e7ab606cd162954a9df0cdb758ad7adc4f6b9 100644
--- a/Gui/DataView/DirectConditionGenerator.h
+++ b/Gui/DataView/DirectConditionGenerator.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 DirectConditionGenerator.h
- * 2012/01/04 KR Initial implementation
  *
+ * Created on 2012-01-04 by Karsten Rink
  */
 
 #ifndef DIRECTCONDITIONGENERATOR_H
diff --git a/Gui/DataView/ElementTreeModel.cpp b/Gui/DataView/ElementTreeModel.cpp
index 8ea65652abe7f9cb5f64c0783e2d871459928534..34ea1e568a124c7107c8dceb6626b919fd21deb0 100644
--- a/Gui/DataView/ElementTreeModel.cpp
+++ b/Gui/DataView/ElementTreeModel.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ElementTreeModel.cpp
- * 2011/05/10 KR Initial implementation
+ *
+ * Created on 2011-05-10 by Karsten Rink
  */
 
 #include "ElementTreeModel.h"
diff --git a/Gui/DataView/ElementTreeModel.h b/Gui/DataView/ElementTreeModel.h
index 09a081d7e7f712417710cd39c8fd4b55538752e4..756d821a37995510f37d16573d179a13e5de5fac 100644
--- a/Gui/DataView/ElementTreeModel.h
+++ b/Gui/DataView/ElementTreeModel.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ElementTreeModel.h
- * 2011/05/10 KR Initial implementation
+ *
+ * Created on 2011-05-10 by Karsten Rink
  */
 
 #ifndef ELEMENTTREEMODEL_H
diff --git a/Gui/DataView/FEMConditionSetupDialog.cpp b/Gui/DataView/FEMConditionSetupDialog.cpp
index 38f58d9650b6f044ac1eb3738af7017f6014488c..352cda76b7b3f3b73c4ff6b2c7d2df7d53e8c9b0 100644
--- a/Gui/DataView/FEMConditionSetupDialog.cpp
+++ b/Gui/DataView/FEMConditionSetupDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 FEMConditionSetupDialog.cpp
- * 2011/11/07 KR Initial implementation
+ *
+ * Created on 2011-11-07 by Karsten Rink
  */
 
 #include "FEMConditionSetupDialog.h"
diff --git a/Gui/DataView/FEMConditionSetupDialog.h b/Gui/DataView/FEMConditionSetupDialog.h
index b7d68d0e0cb5a28002b7ef49c1c0f48e1e84aef0..f38a6773de54a5bf22d99c54807711fff6045817 100644
--- a/Gui/DataView/FEMConditionSetupDialog.h
+++ b/Gui/DataView/FEMConditionSetupDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 FEMConditionSetupDialog.h
- * 2011/11/07 KR Initial implementation
+ *
+ * Created on 2011-11-07 by Karsten Rink
  */
 
 #ifndef FEMCONDITIONSETUPDIALOG_H
diff --git a/Gui/DataView/GEOModels.cpp b/Gui/DataView/GEOModels.cpp
index b6aab8201b9238dd63baad0217aae3d9cf614465..34175f692e93030711a387a3869460952aa0801e 100644
--- a/Gui/DataView/GEOModels.cpp
+++ b/Gui/DataView/GEOModels.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GEOModels.cpp
- * 9/2/2010 LB Initial implementation
  *
- * Implementation of GEOModels
+ * Created on 2010-02-09 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/GEOModels.h b/Gui/DataView/GEOModels.h
index 766b294fb61b1ee19c204a93fbb3dc798986e967..8554eddebdeb88e2105c15227cc847ffdb283273 100644
--- a/Gui/DataView/GEOModels.h
+++ b/Gui/DataView/GEOModels.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GEOModels.h
- * 9/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-09 by Lars Bilke
  */
 
 #ifndef GEOMODELS_H
diff --git a/Gui/DataView/GMSHPrefsDialog.cpp b/Gui/DataView/GMSHPrefsDialog.cpp
index 144b4859ab0758fa9f5f3cf3c81f869b91eb6176..19214f864f8f76f6dfcac3ec2620d2f36b6d03d4 100644
--- a/Gui/DataView/GMSHPrefsDialog.cpp
+++ b/Gui/DataView/GMSHPrefsDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GMSHPrefsDialog.cpp
- * 2010/01/21 KR Initial implementation
+ *
+ * Created on 2010-01-21 by Karsten Rink
  */
 
 // Base
diff --git a/Gui/DataView/GMSHPrefsDialog.h b/Gui/DataView/GMSHPrefsDialog.h
index 6773c1a5108fec9a8e214691c38fbf9b7f67f7c1..df99a5c0b7babb0f2f045c187845cfd283c3cedb 100644
--- a/Gui/DataView/GMSHPrefsDialog.h
+++ b/Gui/DataView/GMSHPrefsDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GMSHPrefsDialog.h
- * 2010/01/21 KR Initial implementation
+ *
+ * Created on 2010-01-21 by Karsten Rink
  */
 
 #ifndef GMSHPREFSDIALOG_H
diff --git a/Gui/DataView/GeoObjectListItem.h b/Gui/DataView/GeoObjectListItem.h
index 7ed4124e7cab68ba13bbaf59542140dd7d6dd72e..5dce5750fb599b684f1a9d837bfa8a1c0c24fde2 100644
--- a/Gui/DataView/GeoObjectListItem.h
+++ b/Gui/DataView/GeoObjectListItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoObjectListItem.h
- * 2011/02/07 KR Initial implementation
+ *
+ * Created on 2011-02-07 by Karsten Rink
  *
  */
 #ifndef GEOOBJECTLISTITEM_H
diff --git a/Gui/DataView/GeoTabWidget.cpp b/Gui/DataView/GeoTabWidget.cpp
index 13089a21e4741fd0b2311c6e1db09cbe7a455e25..03912716d55494579beb8b431044740f2bea9a7d 100644
--- a/Gui/DataView/GeoTabWidget.cpp
+++ b/Gui/DataView/GeoTabWidget.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTabWidget.cpp
- * 2011/02/07 KR Initial implementation
+ *
+ * Created on 2011-02-07 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/GeoTabWidget.h b/Gui/DataView/GeoTabWidget.h
index d17a90c62e6d66e8045e063c984a410ff2770ed5..21697d1f497fc1bae7bd1636d13edf14d5d52fe9 100644
--- a/Gui/DataView/GeoTabWidget.h
+++ b/Gui/DataView/GeoTabWidget.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTabWidget.h
- * 2011/02/07 KR Initial implementation
  *
+ * Created on 2011-02-07 by Karsten Rink
  */
 
 #ifndef GEOTABWIDGET_H
diff --git a/Gui/DataView/GeoTreeItem.h b/Gui/DataView/GeoTreeItem.h
index 5cfdb2b1ab0acea0105537d9dbe702a17e14feaf..614505db61183a5dc3a659bfb57b12638b7fcfab 100644
--- a/Gui/DataView/GeoTreeItem.h
+++ b/Gui/DataView/GeoTreeItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTreeItem.h
- * 2010/12/08 KR Initial implementation
+ *
+ * Created on 2010-12-08 by Karsten Rink
  */
 
 #ifndef GEOTREEITEM_H
diff --git a/Gui/DataView/GeoTreeModel.cpp b/Gui/DataView/GeoTreeModel.cpp
index 13b1df5f7dcbd4490441712e365dd22feddaf248..c4609406edb36eaf84c69983dc4eaf2f7e785b0d 100644
--- a/Gui/DataView/GeoTreeModel.cpp
+++ b/Gui/DataView/GeoTreeModel.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTreeModel.cpp
- * 2011/02/07 KR Initial implementation
+ *
+ * Created on 2011-02-07 by Karsten Rink
  */
 
 #include "GeoObjectListItem.h"
diff --git a/Gui/DataView/GeoTreeModel.h b/Gui/DataView/GeoTreeModel.h
index 283cace17006af64034016380814753fd5a8a10a..988e6067fcdbdd82a93b5887c7ac57e19d8a2529 100644
--- a/Gui/DataView/GeoTreeModel.h
+++ b/Gui/DataView/GeoTreeModel.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTreeModel.h
- * 2011/02/07 KR Initial implementation
+ *
+ * Created on 2011-02-07 by Karsten Rink
  */
 
 #ifndef GEOTREEMODEL_H
diff --git a/Gui/DataView/GeoTreeView.cpp b/Gui/DataView/GeoTreeView.cpp
index 9231d1c89cf783abcb39247f01ef9e2d3234dee2..46a460a2292b1e95942a5f7a53994d58e93b2331 100644
--- a/Gui/DataView/GeoTreeView.cpp
+++ b/Gui/DataView/GeoTreeView.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTreeView.cpp
- * 2011/02/07 KR Initial implementation
+ *
+ * Created on 2011-02-07 by Karsten Rink
  */
 
 #include <QFileDialog>
diff --git a/Gui/DataView/GeoTreeView.h b/Gui/DataView/GeoTreeView.h
index 3b5d942c3922e02b96fc7c8dbed5b7c2d3b34472..76a86b2290389265a613c606ac861252d4331e38 100644
--- a/Gui/DataView/GeoTreeView.h
+++ b/Gui/DataView/GeoTreeView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 GeoTreeView.h
- * 2011/02/07 KR Initial implementation
+ *
+ * Created on 2011-02-07 by Karsten Rink
  */
 
 #ifndef GEOTREEVIEW_H
diff --git a/Gui/DataView/LineEditDialog.cpp b/Gui/DataView/LineEditDialog.cpp
index 814144517a514e11268e3a92efc9c26ce61dd852..8a6cdc03d66723f86d0b186ed2bd4ad9b6b34cc9 100644
--- a/Gui/DataView/LineEditDialog.cpp
+++ b/Gui/DataView/LineEditDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 LineEditDialog.cpp
- * 2010/12/09 KR Initial implementation
+ *
+ * Created on 2010-12-09 by Karsten Rink
  */
 
 #include "LineEditDialog.h"
diff --git a/Gui/DataView/LineEditDialog.h b/Gui/DataView/LineEditDialog.h
index f5729fa39679f8bea671cbc7ec509be6fadfddd7..d0e8a2c98499c995d07bf3958170c33a8ec57645 100644
--- a/Gui/DataView/LineEditDialog.h
+++ b/Gui/DataView/LineEditDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 LineEditDialog.h
- * 2010/12/09 KR Initial implementation
+ *
+ * Created on 2010-12-09 by Karsten Rink
  */
 
 #ifndef LINEEDITDIALOG_H
diff --git a/Gui/DataView/LinearEditDialog.cpp b/Gui/DataView/LinearEditDialog.cpp
index cd32e0d527c7ba91e987767c13450bc7743dfed8..631efac8c890090334e360c353c0be1673c764d7 100644
--- a/Gui/DataView/LinearEditDialog.cpp
+++ b/Gui/DataView/LinearEditDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 LinearEditDialog.cpp
- * 2012/04/17 KR Initial implementation
+ *
+ * Created on 2012-04-17 by Karsten Rink
  */
 
 #include "LinearEditDialog.h"
diff --git a/Gui/DataView/LinearEditDialog.h b/Gui/DataView/LinearEditDialog.h
index 39dde70d11dc84ba833a5ef5a62273b75db465dd..43bef2b071632ce80ea00e97e457ee5e2915ad9e 100644
--- a/Gui/DataView/LinearEditDialog.h
+++ b/Gui/DataView/LinearEditDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 LinearEditDialog.h
- * 2012/04/17 KR Initial implementation
+ *
+ * Created on 2012-04-17 by Karsten Rink
  */
 
 #ifndef LINEAREDITDIALOG_H
diff --git a/Gui/DataView/ListPropertiesDialog.cpp b/Gui/DataView/ListPropertiesDialog.cpp
index 7b0712b413a1d1301b205b20db42114944318a90..a4c6e82ecad51d31c8949fcf4c7afeb24b646796 100644
--- a/Gui/DataView/ListPropertiesDialog.cpp
+++ b/Gui/DataView/ListPropertiesDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ListPropertiesDialog.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "DateTools.h"
diff --git a/Gui/DataView/ListPropertiesDialog.h b/Gui/DataView/ListPropertiesDialog.h
index 1aba2010a5f1bd94749a39c98bce56f7f48aa89d..a4bb3b18b470345d674df88bb50dfc2e9f2555e1 100644
--- a/Gui/DataView/ListPropertiesDialog.h
+++ b/Gui/DataView/ListPropertiesDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ListPropertiesDialog.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef LISTPROPERTIESDIALOG_H
diff --git a/Gui/DataView/ModelTreeItem.cpp b/Gui/DataView/ModelTreeItem.cpp
index 039d6705a86bfa442c981082aaebb2cbd9628432..bd05eaec32bd060933a76429b55d9538ad10e52a 100644
--- a/Gui/DataView/ModelTreeItem.cpp
+++ b/Gui/DataView/ModelTreeItem.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ModelTreeItem.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "ModelTreeItem.h"
diff --git a/Gui/DataView/ModelTreeItem.h b/Gui/DataView/ModelTreeItem.h
index ed51ba404fe2f7c5ece2cf46ea932e4d6f6e9cfe..4f4172f5613fb84e60b8dc93b94d9fd4f153275a 100644
--- a/Gui/DataView/ModelTreeItem.h
+++ b/Gui/DataView/ModelTreeItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ModelTreeItem.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QMODELTREEITEM_H
diff --git a/Gui/DataView/ModellingTabWidget.cpp b/Gui/DataView/ModellingTabWidget.cpp
index 85bc76df17803259afab49620828b86f2a330e60..529189e97950e81d9e27b30408f1cfc67ca9d008 100644
--- a/Gui/DataView/ModellingTabWidget.cpp
+++ b/Gui/DataView/ModellingTabWidget.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ModellingTabWidget.cpp
- * 2010/12/14 KR Initial implementation
  *
- * Implementation of StationTabWidget
+ * Created on 2010-12-14 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/ModellingTabWidget.h b/Gui/DataView/ModellingTabWidget.h
index 6a741be7b02671445f7f3ade5bb3b98c465ef14f..853c2e72b19448eb0d772ddefa5cb706eb0fa640 100644
--- a/Gui/DataView/ModellingTabWidget.h
+++ b/Gui/DataView/ModellingTabWidget.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ModellingTabWidget.h
- * 2010/12/14 KR Initial implementation
  *
+ * Created on 2010-12-14 by Karsten Rink
  */
 
 #ifndef MODELLINGTABWIDGET_H
diff --git a/Gui/DataView/MshEditDialog.cpp b/Gui/DataView/MshEditDialog.cpp
index 49ba2be6c19b37784780f74ff74a3f01657a4ac2..b6cdd02bb3d78ceb55b77f8126be02467870c1e5 100644
--- a/Gui/DataView/MshEditDialog.cpp
+++ b/Gui/DataView/MshEditDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshEditDialog.cpp
- * 2010/11/09 KR Initial implementation
+ *
+ * Created on 2010-11-09 by Karsten Rink
  */
 
 
diff --git a/Gui/DataView/MshEditDialog.h b/Gui/DataView/MshEditDialog.h
index 0dce75a4e727b004d5a6ec104a8e18c8a03509f6..f006a2dd7d40be89d4a5356ece42f4c51925334d 100644
--- a/Gui/DataView/MshEditDialog.h
+++ b/Gui/DataView/MshEditDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshEditDialog.h
- * 2010/11/09 KR Initial implementation
+ *
+ * Created on 2010-11-09 by Karsten Rink
  */
 
 #ifndef MSHEDITDIALOG_H
diff --git a/Gui/DataView/MshItem.cpp b/Gui/DataView/MshItem.cpp
index 27982efca6fadace4dd88a64e6494850ea4cbc2b..33d87f0f0ce1688654395c1521179334d9eea1ed 100644
--- a/Gui/DataView/MshItem.cpp
+++ b/Gui/DataView/MshItem.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshItem.cpp
- * 17/05/2010 KR Initial implementation
+ *
+ * Created on 2010-05-17 by Karsten Rink
  */
 
 #include "MshItem.h"
diff --git a/Gui/DataView/MshItem.h b/Gui/DataView/MshItem.h
index 6341f190e34f6938609192ddc682f059ff7d8e8c..d3bef713ee3a45f6331268294c48c4bb41a797ba 100644
--- a/Gui/DataView/MshItem.h
+++ b/Gui/DataView/MshItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshItem.h
- * 17/05/2010 KR Initial implementation
+ *
+ * Created on 2010-05-17 by Karsten Rink
  */
 
 #ifndef MSHITEM_H
diff --git a/Gui/DataView/MshLayerMapper.cpp b/Gui/DataView/MshLayerMapper.cpp
index e93eb4800afbcc203188e8d0e83504b77411dd70..43503b6cb18938f84fa819f010157a647029f41a 100644
--- a/Gui/DataView/MshLayerMapper.cpp
+++ b/Gui/DataView/MshLayerMapper.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshLayerMapper.cpp
- * 01/11/2010 KR Initial implementation
+ *
+ * Created on 2010-11-01 by Karsten Rink
  */
 
 /*  TODO6
diff --git a/Gui/DataView/MshLayerMapper.h b/Gui/DataView/MshLayerMapper.h
index daf3833971a427b881adc03d22191f9965e7d5a5..424cace187a7a7f5f4a00a514f6812f3d71f0f69 100644
--- a/Gui/DataView/MshLayerMapper.h
+++ b/Gui/DataView/MshLayerMapper.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshLayerMapper.h
- * 01/11/2010 KR Initial implementation
+ *
+ * Created on 2010-11-01 by Karsten Rink
  */
 
 #ifndef MSHLAYERMAPPER_H
diff --git a/Gui/DataView/MshModel.cpp b/Gui/DataView/MshModel.cpp
index 6b520d67ff8678481dd6e5e56667252acdbadebc..34495e5a6ad8b361e9bc0bc16016081984f5fa15 100644
--- a/Gui/DataView/MshModel.cpp
+++ b/Gui/DataView/MshModel.cpp
@@ -1,9 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshModel.cpp
- * 19/10/2009 LB Initial implementation
- * 12/05/2010 KR re-implementation
  *
- * Implementation of MshModel
+ * Created on 2009-10-19 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/MshModel.h b/Gui/DataView/MshModel.h
index c44442b0fbe317b2e37a0e25e59b3c8c39e7f106..30b8dabba9a9e0fe5541a861b206e94581aa3a85 100644
--- a/Gui/DataView/MshModel.h
+++ b/Gui/DataView/MshModel.h
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshModel.h
- * 19/10/2009 LB Initial implementation
- * 12/05/2010 KR re-implementation
  *
+ * Created on 2009-10-19 by Lars Bilke
  */
 
 #ifndef MSHMODEL_H
diff --git a/Gui/DataView/MshQualitySelectionDialog.cpp b/Gui/DataView/MshQualitySelectionDialog.cpp
index 3deac76eb0bb2fd17abec324364ce632cf09d206..fc98e0642fad9800b7887ed583d0a00a8a5e7a45 100644
--- a/Gui/DataView/MshQualitySelectionDialog.cpp
+++ b/Gui/DataView/MshQualitySelectionDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshQualitySelectionDialog.cpp
- * 2011/03/16 KR Initial implementation
+ *
+ * Created on 2011-03-16 by Karsten Rink
  */
 
 #include "MshQualitySelectionDialog.h"
diff --git a/Gui/DataView/MshQualitySelectionDialog.h b/Gui/DataView/MshQualitySelectionDialog.h
index a74d3e2a4e3a6b24a55af3223b135d927f508423..0176f22adaf893cccf769f9a82d31f84aa5791f7 100644
--- a/Gui/DataView/MshQualitySelectionDialog.h
+++ b/Gui/DataView/MshQualitySelectionDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshQualitySelectionDialog.h
- * 2011/03/16 KR Initial implementation
+ *
+ * Created on 2011-03-16 by Karsten Rink
  */
 
 #ifndef MSHQUALITYSELECTIONDIALOG_H
diff --git a/Gui/DataView/MshTabWidget.cpp b/Gui/DataView/MshTabWidget.cpp
index fbe82e62f1c54af2b81f0e695c0df90890ee7498..a84c47686196bdf3a866172f4c7a1fc1b5fdf576 100644
--- a/Gui/DataView/MshTabWidget.cpp
+++ b/Gui/DataView/MshTabWidget.cpp
@@ -1,9 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshTabWidget.cpp
- * 3/11/2009 LB Initial implementation
- * 18/05/2010 KR Re-Implementation
  *
- * Implementation of MshTabWidget
+ * Created on 2009-11-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/MshTabWidget.h b/Gui/DataView/MshTabWidget.h
index 40722c3d21d390f208cbec50d50205d5943e94ff..71b411d416260b3a32f8c3ae9bf38fc68a23902e 100644
--- a/Gui/DataView/MshTabWidget.h
+++ b/Gui/DataView/MshTabWidget.h
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshTabWidget.h
- * 3/11/2009 LB Initial implementation
- * 18/05/2010 KR Re-Implementation
  *
+ * Created on 2009-11-03 by Lars Bilke
  */
 
 #ifndef MSHTABWIDGET_H
diff --git a/Gui/DataView/NewProcessDialog.cpp b/Gui/DataView/NewProcessDialog.cpp
index 91c2a80c25e73c51d33c36dada175750da35ea77..d478312bf4321270ba545fcb7363bc47510cc675 100644
--- a/Gui/DataView/NewProcessDialog.cpp
+++ b/Gui/DataView/NewProcessDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 NewProcessDialog.cpp
- * 2011/11/17 KR Initial implementation
+ *
+ * Created on 2011-11-17 by Karsten Rink
  */
 
 #include "NewProcessDialog.h"
diff --git a/Gui/DataView/NewProcessDialog.h b/Gui/DataView/NewProcessDialog.h
index f189f1b2853ec8555c60cff0b846d75e89f69e4c..6d7ff789f0dfa0af4b023de0e76adaf0941c49ce 100644
--- a/Gui/DataView/NewProcessDialog.h
+++ b/Gui/DataView/NewProcessDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 NewProcessDialog.h
- * 2011/11/17 KR Initial implementation
+ *
+ * Created on 2011-11-17 by Karsten Rink
  */
 
 #ifndef NEWPROCESSDIALOG_H
diff --git a/Gui/DataView/ProcessItem.h b/Gui/DataView/ProcessItem.h
index cc71efb691789f356715853a10f90b5d9c63e8d5..f5d58545685d4eac868ff83297e2d496fc5514a1 100644
--- a/Gui/DataView/ProcessItem.h
+++ b/Gui/DataView/ProcessItem.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ProcessItem.h
- * 2011/11/22 KR Initial implementation
+ *
+ * Created on 2011-11-22 by Karsten Rink
  */
 
 #ifndef PROCESSITEM_H
diff --git a/Gui/DataView/ProcessModel.cpp b/Gui/DataView/ProcessModel.cpp
index 2eb550089f9c3961c390d4bc4e7e0963e6a5d404..18296073a6d899bc4aa8d671246e1064f2381506 100644
--- a/Gui/DataView/ProcessModel.cpp
+++ b/Gui/DataView/ProcessModel.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ProcessModel.cpp
- * 18/10/2010 KR Initial implementation
+ *
+ * Created on 2010-10-18 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/ProcessModel.h b/Gui/DataView/ProcessModel.h
index 0f98a59882d5a71186efc4215f37b3440853b3a3..c03c32bb9e5ae0579aedc933d2eabac660266653 100644
--- a/Gui/DataView/ProcessModel.h
+++ b/Gui/DataView/ProcessModel.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ProcessModel.h
- * 18/10/2010 KR Initial implementation
+ *
+ * Created on 2010-10-18 by Karsten Rink
  */
 
 #ifndef PROCESSMODEL_H
diff --git a/Gui/DataView/ProcessView.cpp b/Gui/DataView/ProcessView.cpp
index c4e40d69fcd44396f158a868e1a37cc6b39b29d8..31611b1e795e535140eeb8ab4d7535f1eda91cde 100644
--- a/Gui/DataView/ProcessView.cpp
+++ b/Gui/DataView/ProcessView.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ProcessView.cpp
- * 2010/12/13 KR Initial implementation
+ *
+ * Created on 2010-12-13 by Karsten Rink
  */
 
 #include <QMenu>
@@ -69,7 +75,7 @@ void ProcessView::contextMenuEvent( QContextMenuEvent* event )
 void ProcessView::removeCondition()
 {
 	CondObjectListItem* item = dynamic_cast<CondObjectListItem*>(static_cast<ProcessModel*>(this->model())->getItem(this->selectionModel()->currentIndex()));
-	
+
 	if (item)
 	{
 		const FiniteElement::ProcessType pcs_type = static_cast<ProcessItem*>(item->parentItem())->getItem()->getProcessType();
@@ -81,7 +87,7 @@ void ProcessView::removeCondition()
 void ProcessView::editCondition()
 {
 	CondItem* item = dynamic_cast<CondItem*>(static_cast<ProcessModel*>(this->model())->getItem(this->selectionModel()->currentIndex()));
-	
+
 	if (item)
 	{
 		FEMConditionSetupDialog dlg(*(item->getItem()));
@@ -104,7 +110,7 @@ void ProcessView::saveConditions()
 void ProcessView::removeProcess()
 {
 	ProcessItem* item = dynamic_cast<ProcessItem*>(static_cast<ProcessModel*>(this->model())->getItem(this->selectionModel()->currentIndex()));
-	
+
 	if (item)
 	{
 		const FiniteElement::ProcessType pcs_type = item->getItem()->getProcessType();
diff --git a/Gui/DataView/ProcessView.h b/Gui/DataView/ProcessView.h
index ba378765217a246912f7c10a460e944bb29b7524..f6ef26f9e4ad44a614430b25c0d0adb40cb4c4ea 100644
--- a/Gui/DataView/ProcessView.h
+++ b/Gui/DataView/ProcessView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 ProcessView.h
- * 2010/12/13 KR Initial implementation
+ *
+ * Created on 2010-12-13 by Karsten Rink
  */
 
 #ifndef PROCESSVIEW_H
diff --git a/Gui/DataView/SHPImportDialog.cpp b/Gui/DataView/SHPImportDialog.cpp
index 2a5ea954c0c293a2d0ab428fc94b91b41cddb243..dcd1da6be98432e503a5586668491d22785ec62f 100644
--- a/Gui/DataView/SHPImportDialog.cpp
+++ b/Gui/DataView/SHPImportDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SHPImportDialog.cpp
- * 25/01/2010 KR Initial implementation
+ *
+ * Created on 2010-01-25 by Karsten Rink
  */
 
 #include "GEOModels.h"
diff --git a/Gui/DataView/SHPImportDialog.h b/Gui/DataView/SHPImportDialog.h
index 59e834978cc167263911853391a29a2a6f51b02c..69f67ff0f60146b4c92478958c56247ab2bab06f 100644
--- a/Gui/DataView/SHPImportDialog.h
+++ b/Gui/DataView/SHPImportDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SHPImportDialog.h
- * 25/01/2010 KR Initial implementation
+ *
+ * Created on 2010-01-25 by Karsten Rink
  */
 
 #ifndef SHPIMPORTDIALOG_H
diff --git a/Gui/DataView/SelectMeshDialog.cpp b/Gui/DataView/SelectMeshDialog.cpp
index 32dd78905453b0ec60210b6a508141f04fec9232..98786a07d03d94edad5f4d19cae742ba596252fc 100644
--- a/Gui/DataView/SelectMeshDialog.cpp
+++ b/Gui/DataView/SelectMeshDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QComboBox.cpp
- * 2012/04/20 KR Initial implementation
+ *
+ * Created on 2012-04-20 by Karsten Rink
  */
 
 #include "SelectMeshDialog.h"
diff --git a/Gui/DataView/SelectMeshDialog.h b/Gui/DataView/SelectMeshDialog.h
index 58268415fb44b3310aa8dba71a7fe5d5f000574c..f6201f51ef2f77e69d3af93bd6a4a440b6ee6d5a 100644
--- a/Gui/DataView/SelectMeshDialog.h
+++ b/Gui/DataView/SelectMeshDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SelectMeshDialog.h
- * 2012/04/20 KR Initial implementation
+ *
+ * Created on 2012-04-20 by Karsten Rink
  */
 
 #ifndef SELECTMESHDIALOG_H
diff --git a/Gui/DataView/SetNameDialog.cpp b/Gui/DataView/SetNameDialog.cpp
index ad15a93b53c4bd26e0eafe5a54640014645ed05d..4e616c66695c80c38f89a70ce0a443636c031fee 100644
--- a/Gui/DataView/SetNameDialog.cpp
+++ b/Gui/DataView/SetNameDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SetNameDialog.cpp
- * 2011/10/26 KR Initial implementation
+ *
+ * Created on 2011-10-26 by Karsten Rink
  */
 
 #include "SetNameDialog.h"
diff --git a/Gui/DataView/SetNameDialog.h b/Gui/DataView/SetNameDialog.h
index b55a8318ab33f4acccaf6b12c4b52138b189b67d..561f4f094f4c12acdd36d8f80188fa7ea305c668 100644
--- a/Gui/DataView/SetNameDialog.h
+++ b/Gui/DataView/SetNameDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 SetNameDialog.h
- * 2011/10/26 KR Initial implementation
+ *
+ * Created on 2011-10-26 by Karsten Rink
  */
 
 #ifndef SETNAMEDIALOG_H
diff --git a/Gui/DataView/StationTabWidget.cpp b/Gui/DataView/StationTabWidget.cpp
index c309fed97c8b9ac72d4da44ff0da38fe0d80d0fc..a159b1fd5871f7bfb6a1e969f569e1025845b773 100644
--- a/Gui/DataView/StationTabWidget.cpp
+++ b/Gui/DataView/StationTabWidget.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StationTabWidget.cpp
- * 3/11/2009 LB Initial implementation
  *
- * Implementation of StationTabWidget
+ * Created on 2009-11-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/DataView/StationTabWidget.h b/Gui/DataView/StationTabWidget.h
index ea7e9de9fba5886d22f3c3e4a5637d58293bdff9..093e6316842b60f3fc2ae955e6be1dcc9c784772 100644
--- a/Gui/DataView/StationTabWidget.h
+++ b/Gui/DataView/StationTabWidget.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StationTabWidget.h
- * 3/11/2009 LB Initial implementation
  *
+ * Created on 2009-11-03 by Lars Bilke
  */
 
 #ifndef STATIONTABWIDGET_H
diff --git a/Gui/DataView/StationTreeModel.cpp b/Gui/DataView/StationTreeModel.cpp
index 204e0545f6d98fe95c4d8da4262f2a64e9e03bf5..1c2f114220cc58b4f124ac3bc729e21650e7bd78 100644
--- a/Gui/DataView/StationTreeModel.cpp
+++ b/Gui/DataView/StationTreeModel.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StationTreeModel.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include "BaseItem.h"
diff --git a/Gui/DataView/StationTreeModel.h b/Gui/DataView/StationTreeModel.h
index 01d26228682de15f03610c3cb4bdbf7d44842809..17f41abc7b2c59aec63f5a9e1e3f2465b537a3d4 100644
--- a/Gui/DataView/StationTreeModel.h
+++ b/Gui/DataView/StationTreeModel.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StationTreeModel.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QSTATIONTREEMODEL_H
diff --git a/Gui/DataView/StationTreeView.cpp b/Gui/DataView/StationTreeView.cpp
index 50a61103d2ce4cee93f3103fcdefbdef506fca5f..633404365ca481cce04d158b613719ea52753a08 100644
--- a/Gui/DataView/StationTreeView.cpp
+++ b/Gui/DataView/StationTreeView.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StationTreeView.cpp
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #include <QFileDialog>
diff --git a/Gui/DataView/StationTreeView.h b/Gui/DataView/StationTreeView.h
index 273c8a24c4758408f4b81f4d642a235ee8f6bd88..47fe2a6422935eed16e5455553de805642226428 100644
--- a/Gui/DataView/StationTreeView.h
+++ b/Gui/DataView/StationTreeView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StationTreeView.h
- * KR Initial implementation
+ *
+ * Created on by Karsten Rink
  */
 
 #ifndef QSTATIONTREEVIEW_H
diff --git a/Gui/DataView/StratView/StratBar.cpp b/Gui/DataView/StratView/StratBar.cpp
index 060c2319611a87c20fbef7c140c7fdc4f9b1ed6e..74094224e47a1d033fa51b195d8bb8f0e583ee07 100644
--- a/Gui/DataView/StratView/StratBar.cpp
+++ b/Gui/DataView/StratView/StratBar.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratBar.cpp
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #include "StratBar.h"
diff --git a/Gui/DataView/StratView/StratBar.h b/Gui/DataView/StratView/StratBar.h
index 9c6b3c0f1fe847df8018594c19a9996239e9ac45..8419b9fb566b50c59267c1a0d3176aa41ab76d8c 100644
--- a/Gui/DataView/StratView/StratBar.h
+++ b/Gui/DataView/StratView/StratBar.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratBar.h
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #ifndef STRATBAR_H
diff --git a/Gui/DataView/StratView/StratScene.cpp b/Gui/DataView/StratView/StratScene.cpp
index 5c10f8afa6fd9f9982eabc064e0f3291084fb1b4..c652d93579fcaafcaf73a8635ad96034e90aab84 100644
--- a/Gui/DataView/StratView/StratScene.cpp
+++ b/Gui/DataView/StratView/StratScene.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratScene.cpp
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #include <limits>
diff --git a/Gui/DataView/StratView/StratScene.h b/Gui/DataView/StratView/StratScene.h
index af7251aeda1efc69d3f831fa3b060d8eb994d9b6..405854c8ecae49f6db89c576f86a9055c5cb0d99 100644
--- a/Gui/DataView/StratView/StratScene.h
+++ b/Gui/DataView/StratView/StratScene.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratScene.h
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #ifndef STRATSCENE_H
diff --git a/Gui/DataView/StratView/StratView.cpp b/Gui/DataView/StratView/StratView.cpp
index 2b00b95fac3e066551ab1f240b64195a9bfe67cf..75c25a54761811037cd48eae08461c1651eec67c 100644
--- a/Gui/DataView/StratView/StratView.cpp
+++ b/Gui/DataView/StratView/StratView.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratView.cpp
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #include "Station.h"
diff --git a/Gui/DataView/StratView/StratView.h b/Gui/DataView/StratView/StratView.h
index 21078b3fd71f29b7ab3fc96bd96a2bdf43c08a2d..44621b2078dfaaf0184cfb617de47ba465e9781b 100644
--- a/Gui/DataView/StratView/StratView.h
+++ b/Gui/DataView/StratView/StratView.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratView.h
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #ifndef STRATVIEW_H
diff --git a/Gui/DataView/StratView/StratWindow.cpp b/Gui/DataView/StratView/StratWindow.cpp
index 5a6c0f60088cbe412a15e3a38186a8db22f6bdf6..f21b70e0b377a16a6b3c7b73e34ec497d983a5e5 100644
--- a/Gui/DataView/StratView/StratWindow.cpp
+++ b/Gui/DataView/StratView/StratWindow.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratWindow.cpp
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #include "Station.h"
diff --git a/Gui/DataView/StratView/StratWindow.h b/Gui/DataView/StratView/StratWindow.h
index 7e0d0e89f51d18a58aac7d5ae9e537cd5046a584..a140a8d09327e5a25ba2ba21289fd7391922563f 100644
--- a/Gui/DataView/StratView/StratWindow.h
+++ b/Gui/DataView/StratView/StratWindow.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 StratWindow.h
- * 2010/03/16 - KR Initial implementation
+ *
+ * Created on 2010-03-16 by Karsten Rink
  */
 
 #ifndef STRATWINDOW_H
diff --git a/Gui/OpenSG/vtkOsgConverter.cpp b/Gui/OpenSG/vtkOsgConverter.cpp
index 5078fda13aa6722aac54f97cc51a317dfda496db..297bc9b2cda26803c622bd21781f3080f412e148 100644
--- a/Gui/OpenSG/vtkOsgConverter.cpp
+++ b/Gui/OpenSG/vtkOsgConverter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 vtkOsgConverter.cpp
- * 27/07/2011 LB Initial implementation
  *
- * Implementation of vtkOsgConverter class
+ * Created on 2011-07-27 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/OpenSG/vtkOsgConverter.h b/Gui/OpenSG/vtkOsgConverter.h
index a5f06c0bcbd77eaae927cb8dca730f3f9cd48fbe..eca341df0a1227348534bc11262f0ef5a4404e71 100644
--- a/Gui/OpenSG/vtkOsgConverter.h
+++ b/Gui/OpenSG/vtkOsgConverter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 vtkOsgConverter.h
- * 27/07/2011 LB Initial implementation
+ *
+ * Created on 2011-07-27 by Lars Bilke
  * Derived from class vtkOsgActor from Bjoern Zehner
  */
 
diff --git a/Gui/Vrpn/QSpaceNavigatorClient.cpp b/Gui/Vrpn/QSpaceNavigatorClient.cpp
index b62ecbc994892e2458918da5dffdd9984ef26f81..7c8d3309a372bab023bbf449cb1356e6c845875a 100644
--- a/Gui/Vrpn/QSpaceNavigatorClient.cpp
+++ b/Gui/Vrpn/QSpaceNavigatorClient.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QSpaceNavigatorClient.cpp
- * 31/08/2010 LB Initial implementation
  *
- * Implementation of QSpaceNavigatorClient class
+ * Created on 2010-08-31 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Vrpn/QSpaceNavigatorClient.h b/Gui/Vrpn/QSpaceNavigatorClient.h
index 20ede3f9c6f9216b72b9a8b161090f8600f7ab17..a195aee93f1a29d17574cc1869f8900d10351047 100644
--- a/Gui/Vrpn/QSpaceNavigatorClient.h
+++ b/Gui/Vrpn/QSpaceNavigatorClient.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QSpaceNavigatorClient.h
- * 31/08/2010 LB Initial implementation
+ *
+ * Created on 2010-08-31 by Lars Bilke
  */
 
 #ifndef QSPACENAVIGATORCLIENT_H
diff --git a/Gui/Vrpn/QVrpnArtTrackingClient.cpp b/Gui/Vrpn/QVrpnArtTrackingClient.cpp
index a6a3eb83c9006b5dc8f5cb96be81c6b04411af5c..7755261a401a4a5c2447ee3487c67c09247df269 100644
--- a/Gui/Vrpn/QVrpnArtTrackingClient.cpp
+++ b/Gui/Vrpn/QVrpnArtTrackingClient.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QVrpnArtTrackingClient.cpp
- * 03/09/2010 LB Initial implementation
  *
- * Implementation of QVrpnArtTrackingClient class
+ * Created on 2010-09-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Vrpn/QVrpnArtTrackingClient.h b/Gui/Vrpn/QVrpnArtTrackingClient.h
index eee1184da33d8acba1d3e4b9c95fabb4aaf79122..eb91d156d6dbe686947f1a5481ae48cd37225238 100644
--- a/Gui/Vrpn/QVrpnArtTrackingClient.h
+++ b/Gui/Vrpn/QVrpnArtTrackingClient.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QVrpnArtTrackingClient.h
- * 03/09/2010 LB Initial implementation
+ *
+ * Created on 2010-09-03 by Lars Bilke
  */
 
 #ifndef QVRPNARTTRACKINGCLIENT_H
diff --git a/Gui/Vrpn/TrackingSettingsWidget.cpp b/Gui/Vrpn/TrackingSettingsWidget.cpp
index ad3a078d8182cfc8d3390f2a3fc47c6cbdabb085..97e60694b5f3a36783d7ab703e7e4af065c4ba87 100644
--- a/Gui/Vrpn/TrackingSettingsWidget.cpp
+++ b/Gui/Vrpn/TrackingSettingsWidget.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TrackingSettingsWidget.cpp
- * 06/09/2010 LB Initial implementation
  *
- * Implementation of TrackingSettingsWidget class
+ * Created on 2010-09-06 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Vrpn/TrackingSettingsWidget.h b/Gui/Vrpn/TrackingSettingsWidget.h
index eb29a90fa0ea300357679e95d5f4ff65812bbdbc..fd9c2539fec92c54c57e63e4bcbceb6170d40c62 100644
--- a/Gui/Vrpn/TrackingSettingsWidget.h
+++ b/Gui/Vrpn/TrackingSettingsWidget.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 TrackingSettingsWidget.h
- * 06/09/2010 LB Initial implementation
+ *
+ * Created on 2010-09-06 by Lars Bilke
  */
 
 #ifndef TRACKINGSETTINGSWIDGET_H
diff --git a/Gui/Vrpn/VrpnClient.cpp b/Gui/Vrpn/VrpnClient.cpp
index 8b9d9b5bb667824ea2cb0c823f154337fc53d78d..0b7a3c9d3a6bf0d277ac5703ec198b7b35c318c7 100644
--- a/Gui/Vrpn/VrpnClient.cpp
+++ b/Gui/Vrpn/VrpnClient.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VrpnClient.cpp
- * 30/08/2010 LB Initial implementation
  *
- * Implementation of VrpnClient class
+ * Created on 2010-08-30 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/Vrpn/VrpnClient.h b/Gui/Vrpn/VrpnClient.h
index cdd673da83869208684146c73b0189bbf49ebe0c..815bc0e85789829cf9f5d6b8e10cdbee4016fa86 100644
--- a/Gui/Vrpn/VrpnClient.h
+++ b/Gui/Vrpn/VrpnClient.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VrpnClient.h
- * 30/08/2010 LB Initial implementation
+ *
+ * Created on 2010-08-30 by Lars Bilke
  */
 
 #ifndef VRPNCLIENT_H
diff --git a/Gui/VtkAct/VtkCustomInteractorStyle.cpp b/Gui/VtkAct/VtkCustomInteractorStyle.cpp
index f2226e3938ae597a59975e7450dbcf214b8a47b0..3e7988fbd92d730ba8c253f57f7f52421fcc96d3 100644
--- a/Gui/VtkAct/VtkCustomInteractorStyle.cpp
+++ b/Gui/VtkAct/VtkCustomInteractorStyle.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCustomInteractorStyle.cpp
- * 21/6/2010 LB Initial implementation
  *
- * Implementation of VtkInteractorStyle
+ * Created on 2010-06-21 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkAct/VtkCustomInteractorStyle.h b/Gui/VtkAct/VtkCustomInteractorStyle.h
index aebe33f874974591df149c55497231024c068d60..8697b0b459c9bdd5e7b2e89475898d6e98ad2b91 100644
--- a/Gui/VtkAct/VtkCustomInteractorStyle.h
+++ b/Gui/VtkAct/VtkCustomInteractorStyle.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCustomInteractorStyle.h
- * 21/6/2010 LB Initial implementation
  *
+ * Created on 2010-06-21 by Lars Bilke
  */
 
 #ifndef VTKCUSTOMINTERACTORSTYLE_H
diff --git a/Gui/VtkAct/VtkPickCallback.cpp b/Gui/VtkAct/VtkPickCallback.cpp
index 11873328cb58d11b3c6117004b454786e43723cd..fe196dff0c0ef4ec2a3b5d19e26ec06591c4fe66 100644
--- a/Gui/VtkAct/VtkPickCallback.cpp
+++ b/Gui/VtkAct/VtkPickCallback.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkPickCallback.cpp
- * 21/6/2010 LB Initial implementation
  *
- * Implementation of VtkPickCallback
+ * Created on 2010-06-21 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkAct/VtkPickCallback.h b/Gui/VtkAct/VtkPickCallback.h
index d71792df23dca94fe733b3ed4945bfea0a37d1da..fff93ab9d67d3385a447f59359a9edf2e6125520 100644
--- a/Gui/VtkAct/VtkPickCallback.h
+++ b/Gui/VtkAct/VtkPickCallback.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkPickCallback.h
- * 21/6/2010 LB Initial implementation
+ *
+ * Created on 2010-06-21 by Lars Bilke
  *
  */
 
diff --git a/Gui/VtkVis/MeshFromRasterDialog.cpp b/Gui/VtkVis/MeshFromRasterDialog.cpp
index e67ff6fe6671ad6f1ded4c8cfea6c0c4108a922f..2a953a814ff20e13ca08355f05e1e1a35349d12f 100644
--- a/Gui/VtkVis/MeshFromRasterDialog.cpp
+++ b/Gui/VtkVis/MeshFromRasterDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MeshFromRasterDialog.cpp
- * 2011/11/17 KR Initial implementation
+ *
+ * Created on 2011-11-17 by Karsten Rink
  */
 
 #include "MeshFromRasterDialog.h"
diff --git a/Gui/VtkVis/MeshFromRasterDialog.h b/Gui/VtkVis/MeshFromRasterDialog.h
index 944c4cd2dc480cac5a754c926b8441adda4937a7..9028c5d7464fc995e136b188210da697ba0b46fb 100644
--- a/Gui/VtkVis/MeshFromRasterDialog.h
+++ b/Gui/VtkVis/MeshFromRasterDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MeshFromRasterDialog.h
- * 2011/11/17 KR Initial implementation
+ *
+ * Created on 2011-11-17 by Karsten Rink
  */
 
 #ifndef MSHFROMRASTERDIALOG_H
diff --git a/Gui/VtkVis/OGSFilterInfo.h b/Gui/VtkVis/OGSFilterInfo.h
index d4cfe368ee6340d736cf755eb4d18e76a9d543b7..ef0bdb045c7bc9c3d82490baaab3c014f229a5a3 100644
--- a/Gui/VtkVis/OGSFilterInfo.h
+++ b/Gui/VtkVis/OGSFilterInfo.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 OGSFilterInfo.h
- * 29/09/2010 KR Initial implementation
  *
+ * Created on 2010-09-29 by Karsten Rink
  */
 
 #ifndef OGSFILTERINFO_H
diff --git a/Gui/VtkVis/QVtkDataSetMapper.cpp b/Gui/VtkVis/QVtkDataSetMapper.cpp
index ec6d0b6396f0bd616ee5297e70b8095b8875cdd1..6124d2bb9246479d9428da2d9dac5f3a2852c25e 100644
--- a/Gui/VtkVis/QVtkDataSetMapper.cpp
+++ b/Gui/VtkVis/QVtkDataSetMapper.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QVtkDataSetMapper.cpp
- * 12/11/2010 LB Initial implementation
  *
- * Implementation of QVtkDataSetMapper class
+ * Created on 2010-11-12 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/QVtkDataSetMapper.h b/Gui/VtkVis/QVtkDataSetMapper.h
index 2138b3cecefd977b6a57bba21dbf4a4a98cb79b6..f9fdf6aa7f95075f9679f66c39e608bd3f521da4 100644
--- a/Gui/VtkVis/QVtkDataSetMapper.h
+++ b/Gui/VtkVis/QVtkDataSetMapper.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 QVtkDataSetMapper.h
- * 12/11/2010 LB Initial implementation
+ *
+ * Created on 2010-11-12 by Lars Bilke
  */
 
 #ifndef QVTKDATASETMAPPER_H
diff --git a/Gui/VtkVis/VisPrefsDialog.cpp b/Gui/VtkVis/VisPrefsDialog.cpp
index cc2fb388d06893d4ef39421e9f8cfe19ebf2bb4a..60adfaf2361a0b3055961d16b6f7b96b2f9d57f7 100644
--- a/Gui/VtkVis/VisPrefsDialog.cpp
+++ b/Gui/VtkVis/VisPrefsDialog.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VisPrefsDialog.cpp
- * 14/06/2010  KR Initial implementation
+ *
+ * Created on 2010-06-14 by Karsten Rink
  */
 
 #include "VisPrefsDialog.h"
diff --git a/Gui/VtkVis/VisPrefsDialog.h b/Gui/VtkVis/VisPrefsDialog.h
index ffbf6bc5a155e1c8abc17c13d18f966e692c2b66..71dab19d8383cb96df6126baa103f3e4cc28dbf8 100644
--- a/Gui/VtkVis/VisPrefsDialog.h
+++ b/Gui/VtkVis/VisPrefsDialog.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VisPrefsDialog.h
- * 14/06/2010 KR Initial implementation
+ *
+ * Created on 2010-06-14 by Karsten Rink
  */
 
 #ifndef VISPREFSDIALOG_H
diff --git a/Gui/VtkVis/VisualizationWidget.cpp b/Gui/VtkVis/VisualizationWidget.cpp
index 7c258222682bbeaa42340abbd2f3302879f04590..0dada92e9ecf447e83057aa3fba5f3d770b7a41c 100644
--- a/Gui/VtkVis/VisualizationWidget.cpp
+++ b/Gui/VtkVis/VisualizationWidget.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VisualizationWidget.cpp
- * 3/11/2009 LB Initial implementation
  *
- * Implementation of VisualizationWidget
+ * Created on 2009-11-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VisualizationWidget.h b/Gui/VtkVis/VisualizationWidget.h
index 3495cc9b33b85e58143bf445fdb1abc65a489e0b..d24a4baacb48ba4217c39f58c48809bcd3b135de 100644
--- a/Gui/VtkVis/VisualizationWidget.h
+++ b/Gui/VtkVis/VisualizationWidget.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VisualizationWidget.h
- * 3/11/2009 LB Initial implementation
  *
+ * Created on 2009-11-03 by Lars Bilke
  */
 
 #ifndef VISUALIZATIONWIDGET_H
diff --git a/Gui/VtkVis/VtkAddFilterDialog.cpp b/Gui/VtkVis/VtkAddFilterDialog.cpp
index 6eddb7665822a0059faa8398fd03d565e37cb904..99c7ee174d834290327aab2240c731c2f7ac47c6 100644
--- a/Gui/VtkVis/VtkAddFilterDialog.cpp
+++ b/Gui/VtkVis/VtkAddFilterDialog.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAddFilterDialog.cpp
- * 23/2/2010 LB Initial implementation
  *
- * Implementation of VtkAddFilterDialog
+ * Created on 2010-02-23 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkAddFilterDialog.h b/Gui/VtkVis/VtkAddFilterDialog.h
index 3e8d9d73bf2eb39916654673942e21d80824382c..6fa24bdf14c7fe0cab1b0ef702517757ea068f31 100644
--- a/Gui/VtkVis/VtkAddFilterDialog.h
+++ b/Gui/VtkVis/VtkAddFilterDialog.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAddFilterDialog.h
- * 23/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-23 by Lars Bilke
  */
 
 #ifndef VTKADDFILTERDIALOG_H
diff --git a/Gui/VtkVis/VtkAlgorithmProperties.cpp b/Gui/VtkVis/VtkAlgorithmProperties.cpp
index 7cc79c44e246e07c33777d50feefa4c5365e479e..f5840196c2936b05326bf2f1e1d18a54bf95ed7d 100644
--- a/Gui/VtkVis/VtkAlgorithmProperties.cpp
+++ b/Gui/VtkVis/VtkAlgorithmProperties.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmProperties.cpp
- * 14/02/2012 LB Initial implementation
- * 
- * Implementation of the VtkAlgorithmProperties class
+ *
+ * Created on 2012-02-14 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkAlgorithmProperties.h b/Gui/VtkVis/VtkAlgorithmProperties.h
index 56e6d3e0c374fdb50dbfb4c1574d2a20ab040fd6..1a31365dda057078f2299604ece89940f3eae108 100644
--- a/Gui/VtkVis/VtkAlgorithmProperties.h
+++ b/Gui/VtkVis/VtkAlgorithmProperties.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmProperties.h
- * 24/03/2010 KR Initial implementation
  *
+ * Created on 2010-03-23 by Karsten Rink
  */
 
 #ifndef VTKALGORITHMPROPERTIES_H
@@ -157,13 +162,13 @@ public:
 
 	/// @brief Returns the scalar visibility.
 	bool GetScalarVisibility() const { return _scalarVisibility; }
-	
+
 	/// @brief Sets the scalar visibility.
 	void SetScalarVisibility(bool on);
 
 	/// @brief Returns the name. This is set to the file path if it is a source algorithm.
 	QString GetName() const { return _name; }
-	
+
 	/// @brief Sets the name.
 	void SetName(QString name) { _name = name; }
 
diff --git a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp
index 98f9c7169de7ca666f366da0c1f89fb985a955d7..608bc8111a4f94ab2fa9556b9f236f1f5c5541da 100644
--- a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp
+++ b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmPropertyCheckbox.cpp
- * 20/10/2010 LB Initial implementation
  *
- * Implementation of VtkAlgorithmPropertyCheckbox class
+ * Created on 2010-10-20 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h
index d6da25deaa9b74852e540a68a103e62512fc792c..1d37db1eb642c1aac4d255fc8b8c9b2b2c2259c0 100644
--- a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h
+++ b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmPropertyCheckbox.h
- * 20/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-20 by Lars Bilke
  */
 
 #ifndef VTKALGORITHMPROPERTIESCHECKBOX_H
diff --git a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp
index 3403ed9fb546708dff378eee36893595ff5509d5..824b8e17bf3eb1068576615df93ea5cc2e02ee0e 100644
--- a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp
+++ b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmPropertyLineEdit.cpp
- * 18/10/2010 LB Initial implementation
  *
- * Implementation of VtkAlgorithmPropertyLineEdit class
+ * Created on 2010-10-18 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h
index 5f277330a9a08319e68f9d9d43cbcc4db9dd463e..60faf811656388fd23afcf19aee22bf5b739f38c 100644
--- a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h
+++ b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmPropertyLineEdit.h
- * 18/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-18 by Lars Bilke
  */
 
 #ifndef VTKALGORITHMPROPERTYLINEEDIT_H
diff --git a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp
index 951f61f8aa038262a195a07b41cb6c49396fcb32..52751fdd0297907f8d6a390440f37feddd27a298 100644
--- a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp
+++ b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmPropertyVectorEdit.cpp
- * 22/10/2010 LB Initial implementation
  *
- * Implementation of VtkAlgorithmPropertyVectorEdit class
+ * Created on 2010-10-22 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h
index 6a62c83be20b93c809390429d05802c83f461e1b..959587e34d1bd6e18ac88dda2c4ec17ce9257b34 100644
--- a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h
+++ b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkAlgorithmPropertyVectorEdit.h
- * 22/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-22 by Lars Bilke
  */
 
 #ifndef VTKALGORITHMPROPERTYVECTOREDIT_H
diff --git a/Gui/VtkVis/VtkBGImageSource.cpp b/Gui/VtkVis/VtkBGImageSource.cpp
index 4755c9445ca2e28a57129a9c8f4a0344f4c03fb5..7cb142b6daeec7d6fc87100617f8a455edbf2e19 100644
--- a/Gui/VtkVis/VtkBGImageSource.cpp
+++ b/Gui/VtkVis/VtkBGImageSource.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkBGImageSource.cpp
- * 30/04/2010 KR Initial implementation
  *
+ * Created on 2010-04-30 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkBGImageSource.h b/Gui/VtkVis/VtkBGImageSource.h
index 336b55c07cce151d4a92ac11f42f76be0227e396..570951bc098332e5e3e5cf0f32b2aaaa990ecb8e 100644
--- a/Gui/VtkVis/VtkBGImageSource.h
+++ b/Gui/VtkVis/VtkBGImageSource.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkBGImageSource.h
- * 30/04/2010 KR Initial implementation
  *
+ * Created on 2010-04-30 by Karsten Rink
  */
 
 #ifndef VTKBGIMAGESOURCE_H
diff --git a/Gui/VtkVis/VtkColorByHeightFilter.cpp b/Gui/VtkVis/VtkColorByHeightFilter.cpp
index 8f48c6d0c37c1d8ee56b3874d50c8bc54069e506..e9193bf5cbd3e5da998e3bd7a3173da272818971 100644
--- a/Gui/VtkVis/VtkColorByHeightFilter.cpp
+++ b/Gui/VtkVis/VtkColorByHeightFilter.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkColorByHeightFilter.cpp
- * 21/04/2010 KR Initial implementation
  *
+ * Created on 2010-04-21 by Karsten Rink
  */
 
 // ** VTK INCLUDES **
diff --git a/Gui/VtkVis/VtkColorByHeightFilter.h b/Gui/VtkVis/VtkColorByHeightFilter.h
index f896939a16c0b8300d641ef7d2e564609e31f847..403f51747c778893eedb33d04998c85a31d60deb 100644
--- a/Gui/VtkVis/VtkColorByHeightFilter.h
+++ b/Gui/VtkVis/VtkColorByHeightFilter.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkColorByHeightFilter.h
- * 21/04/2010 KR Initial implementation
  *
+ * Created on 2010-04-21 by Karsten Rink
  */
 
 #ifndef VTKCOLORBYHEIGHTFILTER_H
diff --git a/Gui/VtkVis/VtkColorLookupTable.cpp b/Gui/VtkVis/VtkColorLookupTable.cpp
index 9bb936b02877d152cf88d7257bbfaebb8f4d9282..172d71d8b7d59525f9bcc9583325aad768c34d61 100644
--- a/Gui/VtkVis/VtkColorLookupTable.cpp
+++ b/Gui/VtkVis/VtkColorLookupTable.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkColorLookupTable.cpp
- * 23/04/2010 KR Initial implementation
  *
+ * Created on 2010-04-23 by Karsten Rink
  */
 
 #include "VtkColorLookupTable.h"
diff --git a/Gui/VtkVis/VtkColorLookupTable.h b/Gui/VtkVis/VtkColorLookupTable.h
index ceac2652840b3ee2a3a56cb58625652683293f39..65880bb1597503e977b5a80ed54a56ecb33cf5ff 100644
--- a/Gui/VtkVis/VtkColorLookupTable.h
+++ b/Gui/VtkVis/VtkColorLookupTable.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkColorLookupTable.h
- * 23/04/2010 KR Initial implementation
  *
+ * Created on 2010-04-23 by Karsten Rink
  */
 
 #ifndef VTKCOLORLOOKUPTABLE_H
diff --git a/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp b/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp
index d6d35ffce9c7f88eebcf165948382228ee7f904f..feb9f531fa6f5a0792c8e2b7d4c4ac2d6198dcb9 100644
--- a/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeColorByHeightFilter.cpp
- * 01/11/2010 KR Initial implementation
  *
- * Implementation of VtkCompositePointToGlyphFilter class
+ * Created on 2010-11-01 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeColorByHeightFilter.h b/Gui/VtkVis/VtkCompositeColorByHeightFilter.h
index c6d8cebe1f3ddfeb6e40f182fab526149241d3e1..0a40a4682a39afda64d8b9d1c72d077e05a5c565 100644
--- a/Gui/VtkVis/VtkCompositeColorByHeightFilter.h
+++ b/Gui/VtkVis/VtkCompositeColorByHeightFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeColorByHeightFilter.h
- * 01/11/2010 KR Initial implementation
+ *
+ * Created on 2010-11-01 by Karsten Rink
  */
 
 #ifndef VTKCOMPOSITECOLORBYHEIGHTFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp b/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp
index 6eace8d14c2755a314fd497867ead1ad3c0be4c9..b0daf3b630ffcb269fdc8000a3f7251c71956906 100644
--- a/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeColormapToImageFilter.cpp
- * 21/10/2010 LB Initial implementation
  *
- * Implementation of VtkCompositeColormapToImageFilter class
+ * Created on 2010-10-21 by Lars Bilke
  */
 
 // ** INCLUDES **
@@ -101,6 +105,6 @@ void VtkCompositeColormapToImageFilter::SetUserVectorProperty( QString name, QLi
 		static_cast<vtkLookupTable*>(map->GetLookupTable())->SetTableRange(
 		        values[0].toInt(), values[1].toInt());
 	else if (name.compare("HueRange") == 0)
-		static_cast<vtkLookupTable*>(map->GetLookupTable())->SetHueRange(values[0].toDouble(), 
+		static_cast<vtkLookupTable*>(map->GetLookupTable())->SetHueRange(values[0].toDouble(),
 									 values[1].toDouble());
 }
diff --git a/Gui/VtkVis/VtkCompositeColormapToImageFilter.h b/Gui/VtkVis/VtkCompositeColormapToImageFilter.h
index f9f0821d511801a3a21bce3a718b440ab8479979..34ddb07537d07c01cd5b5b5e1248e68295101939 100644
--- a/Gui/VtkVis/VtkCompositeColormapToImageFilter.h
+++ b/Gui/VtkVis/VtkCompositeColormapToImageFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeColormapToImageFilter.h
- * 21/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-21 by Lars Bilke
  */
 
 #ifndef VTKCOMPOSITECOLORMAPTOIMAGEFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeContourFilter.cpp b/Gui/VtkVis/VtkCompositeContourFilter.cpp
index 2fd39008a30ed6d215e587de27519f4ca90772d1..8223c4ba71d92830f18bc2c58b6021167d5de23c 100644
--- a/Gui/VtkVis/VtkCompositeContourFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeContourFilter.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeContourFilter.cpp
- * 2011/08/05 KR Initial implementation
+ *
+ * Created on 2011-08-05 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeContourFilter.h b/Gui/VtkVis/VtkCompositeContourFilter.h
index 9ec22dacaaf28176ec7712560f1e97b409233eb6..39a751d856e55c4e39ba9d6a17d41127923815d0 100644
--- a/Gui/VtkVis/VtkCompositeContourFilter.h
+++ b/Gui/VtkVis/VtkCompositeContourFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeContourFilter.h
- * 2011/08/05 KR Initial implementation
+ *
+ * Created on 2011-08-05 by Karsten Rink
  */
 
 #ifndef VTKCOMPOSITECONTOURFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeFilter.cpp b/Gui/VtkVis/VtkCompositeFilter.cpp
index b650f8eede0fd2af6ef759d08cbc5fd6a8ecdf16..6998acb3f3cce8aafc4ff3bb3ec9a8acda2c20a7 100644
--- a/Gui/VtkVis/VtkCompositeFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeFilter.cpp
- * 19/10/2010 LB Initial implementation
  *
- * Implementation of VtkCompositeFilter class
+ * Created on 2010-10-19 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeFilter.h b/Gui/VtkVis/VtkCompositeFilter.h
index 992eb21eb8f2dfcf41900c3d3681a8e522646a3a..0c25e1bf5a68e73529739cce458854db8a197036 100644
--- a/Gui/VtkVis/VtkCompositeFilter.h
+++ b/Gui/VtkVis/VtkCompositeFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeFilter.h
- * 19/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-19 by Lars Bilke
  */
 
 #ifndef VTKCOMPOSITEFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp b/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp
index f0e024c3a91dbecf7c6d60458bde9857cca5a560..f59b41eec194aa010ba7555d7a338086cfc8decd 100644
--- a/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeGeoObjectFilter.cpp
- * 2011/12/02 KR Initial implementation
  *
- * Implementation of VtkCompositeGeoObjectFilter class
+ * Created on 2011-12-02 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeGeoObjectFilter.h b/Gui/VtkVis/VtkCompositeGeoObjectFilter.h
index a3ee33bc26bb93c8ab3ab8ed8041f440191073e8..98eed43c0964cdea25e499f0cbc77124b9192874 100644
--- a/Gui/VtkVis/VtkCompositeGeoObjectFilter.h
+++ b/Gui/VtkVis/VtkCompositeGeoObjectFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeGeoObjectFilter.h
- * 2011/12/02 KR Initial implementation
+ *
+ * Created on 2011-12-02 by Karsten Rink
  */
 
 #ifndef VTKCOMPOSITEGEOOBJECTFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp
index f482ffbe622f3551a118751253cbdd5995c9a314..fa7f3e028ed0c148dec0dd6734d506fe10528f11 100644
--- a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeImageToCylindersFilter.cpp
- * 19/10/2010 LB Initial implementation
  *
- * Implementation of VtkCompositeImageToCylindersFilter class
+ * Created on 2010-10-19 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h
index b696fee158dc22466f7c298334d86e5fde262ca5..d001600a909bf598e91c0fd4958d901b3b030f30 100644
--- a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h
+++ b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeImageToCylindersFilter.h
- * 19/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-19 by Lars Bilke
  */
 
 #ifndef VTKCOMPOSITEIMAGETOCYLINDERSFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp b/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp
index 8eb9efa1d985f3257aeb2c0d47c1a75e27b5c0b0..22476877fbc2eeb87afe356efd1c05f700a3ccbf 100644
--- a/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeLineToTubeFilter.cpp
- * 18/11/2010 KR Initial implementation
  *
- * Implementation of VtkCompositeLineToTubeFilter class
+ * Created on 2010-11-18 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeLineToTubeFilter.h b/Gui/VtkVis/VtkCompositeLineToTubeFilter.h
index 10b6b6603e32f193be16fa205adcf5a62519647e..3854523246cddb522e36da9ba8423c826d2e3374 100644
--- a/Gui/VtkVis/VtkCompositeLineToTubeFilter.h
+++ b/Gui/VtkVis/VtkCompositeLineToTubeFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeLineToTubeFilter.h
- * 18/11/2010 KR Initial implementation
+ *
+ * Created on 2010-11-18 by Karsten Rink
  */
 
 #ifndef VTKCOMPOSITELINETOTUBEFILTER_H
diff --git a/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp b/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp
index 7a520ab5177fbb778870b6ca344cc570cf6a6aa8..82dd0cfb65defb3698c0bbd4277cd26d62ab0fde 100644
--- a/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp
+++ b/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositePointToGlyphFilter.cpp
- * 21/10/2010 LB Initial implementation
  *
- * Implementation of VtkCompositePointToGlyphFilter class
+ * Created on 2010-10-21 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositePointToGlyphFilter.h b/Gui/VtkVis/VtkCompositePointToGlyphFilter.h
index dedd0a438550e48943f7dbed442a4ccfb1dc7438..7c83835d145bfa30b603b651b3e00332dd81dc3b 100644
--- a/Gui/VtkVis/VtkCompositePointToGlyphFilter.h
+++ b/Gui/VtkVis/VtkCompositePointToGlyphFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositePointToGlyphFilter.h
- * 21/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-21 by Lars Bilke
  */
 
 #ifndef VTKCOMPOSITEPOINTTOGLYPHFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeSelectionFilter.cpp b/Gui/VtkVis/VtkCompositeSelectionFilter.cpp
index 9d902bc82628700f00f116a53b0d3ceb7fa7ebfd..0f1db5506e2582fe961424e67d4472cf5e0cdfd0 100644
--- a/Gui/VtkVis/VtkCompositeSelectionFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeSelectionFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeSelectionFilter.cpp
- * 2011/02/10 KR Initial implementation
  *
- * Implementation of VtkCompositeSelectionFilter class
+ * Created on 2011-02-10 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeSelectionFilter.h b/Gui/VtkVis/VtkCompositeSelectionFilter.h
index ff76d6df863e0aa3f6ca29050766279f2e6c91f8..3ac006a9dcf2bdee0182818fd94cfa977183410c 100644
--- a/Gui/VtkVis/VtkCompositeSelectionFilter.h
+++ b/Gui/VtkVis/VtkCompositeSelectionFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeSelectionFilter.h
- * 2011/02/10 KR Initial implementation
+ *
+ * Created on 2011-02-10 by Karsten Rink
  */
 
 #ifndef VTKCOMPOSITESELECTIONFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp
index 30b79d59b9484aef582e55f93d8f0d455a78923d..427b85017f84d5b50a97a17dbaf6ffba30eab1a3 100644
--- a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeTextureOnSurfaceFilter.cpp
- * 18/11/2010 KR Initial implementation
  *
- * Implementation of VtkCompositeTextureOnSurfaceFilter class
+ * Created on 2010-11-18 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h
index f269351f6b6b23f3ec068687dc8b5f472848c6a2..25260b1e453fc7b24efbfc5ed8c309be200440db 100644
--- a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h
+++ b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeTextureOnSurfaceFilter.h
- * 18/11/2010 KR Initial implementation
+ *
+ * Created on 2010-11-18 by Karsten Rink
  */
 
 #ifndef VTKCOMPOSITETEXTUREONSURFACEFILTER_H
diff --git a/Gui/VtkVis/VtkCompositeThresholdFilter.cpp b/Gui/VtkVis/VtkCompositeThresholdFilter.cpp
index 544b6289a170027571f6f2ae94d1df38c0e903ff..7954c80c632f8d23306f5318f688a12aed1aeb01 100644
--- a/Gui/VtkVis/VtkCompositeThresholdFilter.cpp
+++ b/Gui/VtkVis/VtkCompositeThresholdFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeThresholdFilter.cpp
- * 25/10/2010 LB Initial implementation
  *
- * Implementation of VtkCompositeThresholdFilter class
+ * Created on 2010-10-25 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkCompositeThresholdFilter.h b/Gui/VtkVis/VtkCompositeThresholdFilter.h
index acdfe7c460c45d26013bd0a378f1f6fee0bd832b..ceff824458b25b7662ffff33075170e642fdac20 100644
--- a/Gui/VtkVis/VtkCompositeThresholdFilter.h
+++ b/Gui/VtkVis/VtkCompositeThresholdFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkCompositeThresholdFilter.h
- * 25/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-15 by Lars Bilke
  */
 
 #ifndef VTKCOMPOSITETHRESHOLDFILTER_H
diff --git a/Gui/VtkVis/VtkConditionSource.cpp b/Gui/VtkVis/VtkConditionSource.cpp
index 74383b4b09f62ec577fccd3103ae35ac7f7d12e7..aa73e2e014f699f264eea5cb1f6573813bc5bb7e 100644
--- a/Gui/VtkVis/VtkConditionSource.cpp
+++ b/Gui/VtkVis/VtkConditionSource.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkConditionSource.cpp
- * 2011/03/02 KR Initial implementation
+ *
+ * Created on 2011-03-02 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkConditionSource.h b/Gui/VtkVis/VtkConditionSource.h
index 0ef0afee382ecb88f4c08054ec467d802a736be5..19f0085e9be655bccfa9b7b7c2cf1ff1790b3699 100644
--- a/Gui/VtkVis/VtkConditionSource.h
+++ b/Gui/VtkVis/VtkConditionSource.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkConditionSource.h
- * 2011/03/02 KR Initial implementation
  *
+ * Created on 2011-03-02 by Karsten Rink
  */
 
 #ifndef VTKCONDITIONSOURCE_H
diff --git a/Gui/VtkVis/VtkFilterFactory.cpp b/Gui/VtkVis/VtkFilterFactory.cpp
index e3d22317ad63d97445c027913df5226263d7b205..62e22a122af8fab558ba885741600165f011507a 100644
--- a/Gui/VtkVis/VtkFilterFactory.cpp
+++ b/Gui/VtkVis/VtkFilterFactory.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkFilterFactory.cpp
- * 20/10/2010 LB Initial implementation
  *
- * Implementation of VtkFilterFactory class
+ * Created on 2010-10-20 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkFilterFactory.h b/Gui/VtkVis/VtkFilterFactory.h
index 1c5f093fca9ad8cbb51ed9de9b567cb4f67fbcfe..a58f467118993b93984adb5b3f6c2eb11be32f76 100644
--- a/Gui/VtkVis/VtkFilterFactory.h
+++ b/Gui/VtkVis/VtkFilterFactory.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkFilterFactory.h
- * 20/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-20 by Lars Bilke
  */
 
 #ifndef VTKFILTERFACTORY_H
diff --git a/Gui/VtkVis/VtkGeoImageSource.cpp b/Gui/VtkVis/VtkGeoImageSource.cpp
index 1ee5e8dd0d46c0b81e81871914f2fc328796a5ea..80dbd2e7972024fbb9537a2fab3350b7d2ca3520 100644
--- a/Gui/VtkVis/VtkGeoImageSource.cpp
+++ b/Gui/VtkVis/VtkGeoImageSource.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkGeoImageSource.cpp
- * 28/09/2010 LB Initial implementation
  *
- * Implementation of VtkGeoImageSource class
+ * Created on 2010-09-28 by Lars Bilke
  */
 
 // ** INCLUDES **
@@ -98,7 +102,7 @@ double VtkGeoImageSource::getSpacing() const
 
 void VtkGeoImageSource::getRange(double range[2])
 {
-	this->_imageSource->Update();	
+	this->_imageSource->Update();
 	_imageSource->GetOutput()->GetPointData()->GetArray(0)->GetRange(range);
 }
 
diff --git a/Gui/VtkVis/VtkGeoImageSource.h b/Gui/VtkVis/VtkGeoImageSource.h
index b24877a23f5d80ba04f7764c18cb256d698a6f99..068bf4774560bc4a8fcc84bfa8c1d8db410017fc 100644
--- a/Gui/VtkVis/VtkGeoImageSource.h
+++ b/Gui/VtkVis/VtkGeoImageSource.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkGeoImageSource.h
- * 28/09/2010 LB Initial implementation
+ *
+ * Created on 2010-09-28 by Lars Bilke
  */
 
 #ifndef VTKGEOIMAGESOURCE_H
diff --git a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp
index a83e0bd5d2e4c174913da5b70227afcd9a8cc003..7ac3b195891f541f6c677330166701d91e522064 100644
--- a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp
+++ b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkImageDataToLinePolyDataFilter.cpp
- * 06/10/2010 LB Initial implementation
  *
- * Implementation of VtkImageDataToLinePolyDataFilter class
+ * Created on 2010-10-06 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h
index cddf808d5c356302e7f5bb8b3aa5e0288f0ec97c..a75feb6ad3689e0eac9373c30feb5db801ca74ac 100644
--- a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h
+++ b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkImageDataToLinePolyDataFilter.h
- * 06/10/2010 LB Initial implementation
+ *
+ * Created on 2010-10-06 by Lars Bilke
  */
 
 #ifndef VTKIMAGEDATATOLINEPOLYDATAFILTER_H
diff --git a/Gui/VtkVis/VtkMeshConverter.cpp b/Gui/VtkVis/VtkMeshConverter.cpp
index d8575757060cb261e66ed813280da294ae0bf8a4..f45d6d75cb10ded2bc815575aaff338cfd5c36c4 100644
--- a/Gui/VtkVis/VtkMeshConverter.cpp
+++ b/Gui/VtkVis/VtkMeshConverter.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkMeshConverter.cpp
- * 23/08/2011 KR Initial implementation
  *
+ * Created on 2011-08-23 by Karsten Rink
  */
 
 #include "VtkMeshConverter.h"
@@ -205,12 +210,12 @@ MeshLib::Mesh* VtkMeshConverter::constructMesh(const double* pixVal,
 				const int mat = (intensity_type != UseIntensityAs::MATERIAL) ? 0 : static_cast<int>(pixVal[index+incHeight]);
 				if (elem_type == MshElemType::TRIANGLE)
 				{
-					MeshLib::Tri* tri1 (new MeshLib::Tri(nodes[node_idx_map[index]], nodes[node_idx_map[index + 1]], 
+					MeshLib::Tri* tri1 (new MeshLib::Tri(nodes[node_idx_map[index]], nodes[node_idx_map[index + 1]],
 						                                 nodes[node_idx_map[index + incHeight]], mat));	// upper left triangle
-					MeshLib::Tri* tri2 (new MeshLib::Tri(nodes[node_idx_map[index + 1]], nodes[node_idx_map[index + incHeight + 1]], 
+					MeshLib::Tri* tri2 (new MeshLib::Tri(nodes[node_idx_map[index + 1]], nodes[node_idx_map[index + incHeight + 1]],
 						                                 nodes[node_idx_map[index + incHeight]], mat));	// lower right triangle
 					elements.push_back(tri1);
-					elements.push_back(tri2);                 
+					elements.push_back(tri2);
 				}
 				if (elem_type == MshElemType::QUAD)
 				{
@@ -255,32 +260,32 @@ MeshLib::Mesh* VtkMeshConverter::convertUnstructuredGrid(vtkUnstructuredGrid* gr
 		int cell_type = grid->GetCellType(i);
 		switch (cell_type)
 		{
-		case VTK_TRIANGLE:      
+		case VTK_TRIANGLE:
 			elem = new MeshLib::Tri(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], material);
 			break;
-		case VTK_QUAD:          
+		case VTK_QUAD:
 			elem = new MeshLib::Quad(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], nodes[node_ids[3]], material);
 			break;
-		case VTK_PIXEL:          
+		case VTK_PIXEL:
 			elem = new MeshLib::Quad(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[3]], nodes[node_ids[2]], material);
 			break;
 		case VTK_TETRA:
 			elem = new MeshLib::Tet(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], nodes[node_ids[3]], material);
 			break;
 		case VTK_HEXAHEDRON:
-			elem = new MeshLib::Hex(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], nodes[node_ids[3]], 
+			elem = new MeshLib::Hex(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], nodes[node_ids[3]],
 				                    nodes[node_ids[4]], nodes[node_ids[5]], nodes[node_ids[6]], nodes[node_ids[7]], material);
 			break;
 		case VTK_VOXEL:
-			elem = new MeshLib::Hex(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[3]], nodes[node_ids[2]], 
+			elem = new MeshLib::Hex(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[3]], nodes[node_ids[2]],
 				                    nodes[node_ids[4]], nodes[node_ids[5]], nodes[node_ids[7]], nodes[node_ids[6]], material);
 			break;
 		case VTK_PYRAMID:
 			elem = new MeshLib::Pyramid(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]],
 				                        nodes[node_ids[3]], nodes[node_ids[4]], material);
 			break;
-		case VTK_WEDGE:         
-			elem = new MeshLib::Prism(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], 
+		case VTK_WEDGE:
+			elem = new MeshLib::Prism(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]],
 				                      nodes[node_ids[3]], nodes[node_ids[4]], nodes[node_ids[5]], material);
 			break;
 		default:
diff --git a/Gui/VtkVis/VtkMeshConverter.h b/Gui/VtkVis/VtkMeshConverter.h
index cc7ac38d18e8febf48d4c32c63808ad7be2fc8fb..b233dde5a61224e754df3716011b13d3be6c04ed 100644
--- a/Gui/VtkVis/VtkMeshConverter.h
+++ b/Gui/VtkVis/VtkMeshConverter.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkMeshConverter.h
- * 23/08/2011 KR Initial implementation
+ *
+ * Created on 2011-08-23 by Karsten Rink
  *
  */
 
diff --git a/Gui/VtkVis/VtkMeshSource.cpp b/Gui/VtkVis/VtkMeshSource.cpp
index 178d19492942e60001f807a4a270b38d794120da..071bf639adfb6c3ef6c67825d651599da297b408 100644
--- a/Gui/VtkVis/VtkMeshSource.cpp
+++ b/Gui/VtkVis/VtkMeshSource.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkMeshSource.cpp
- * 19/03/2010 KR Initial implementation
  *
+ * Created on 2010-03-19 by Karsten Rink
  */
 
 #include "VtkColorLookupTable.h"
@@ -75,7 +80,7 @@ void VtkMeshSource::PrintSelf( ostream& os, vtkIndent indent )
 	{
 		os << indent << "Element " << i << ": ";
 		for (size_t t = 0; t < (*it)->getNNodes(); t++)
-			os << (*it)->getNode(t)->getID() << " "; 
+			os << (*it)->getNode(t)->getID() << " ";
 		os << std::endl;
 	}
 }
diff --git a/Gui/VtkVis/VtkMeshSource.h b/Gui/VtkVis/VtkMeshSource.h
index 9f1f78ce0897e3183abc10f052cb697f01e003ae..cf95a3ad09d59c03d70c1aa9fa4848a958e565d2 100644
--- a/Gui/VtkVis/VtkMeshSource.h
+++ b/Gui/VtkVis/VtkMeshSource.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkMeshSource.h
- * 19/03/2010 KR Initial implementation
  *
+ * Created on 2010-03-19 by Karsten Rink
  */
 
 #ifndef VTKMESHSOURCE_H
diff --git a/Gui/VtkVis/VtkPointsSource.cpp b/Gui/VtkVis/VtkPointsSource.cpp
index 8f753079cbc7e7c43aab6b51f04f00969a8d93f9..320615daf85ed6bf90c812f1b24d674dedc4c9ea 100644
--- a/Gui/VtkVis/VtkPointsSource.cpp
+++ b/Gui/VtkVis/VtkPointsSource.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkPointsSource.cpp
- * 3/2/2010 LB Initial implementation
  *
- * Implementation of VtkPointsSource
+ * Created on 2010-02-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkPointsSource.h b/Gui/VtkVis/VtkPointsSource.h
index 2c43375df546a11c100438fd5ff4a24eeab8c26c..a8891b0af2e80f0f300ae921a7ec1ece6a0931b2 100644
--- a/Gui/VtkVis/VtkPointsSource.h
+++ b/Gui/VtkVis/VtkPointsSource.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkPointsSource.h
- * 3/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-03 by Lars Bilke
  */
 
 #ifndef VTKPOINTSSOURCE_H
diff --git a/Gui/VtkVis/VtkPolylinesSource.cpp b/Gui/VtkVis/VtkPolylinesSource.cpp
index b276730ceee4d8da404643db23c137b60dec1884..f8598571aa711d081f319c1fe6487798d9aa2722 100644
--- a/Gui/VtkVis/VtkPolylinesSource.cpp
+++ b/Gui/VtkVis/VtkPolylinesSource.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkPolylinesSource.cpp
- * 2/2/2010 LB Initial implementation
  *
- * Implementation of VtkPolylinesSource
+ * Created on 2010-02-02 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkPolylinesSource.h b/Gui/VtkVis/VtkPolylinesSource.h
index 90510df50c92b5084a54b08c9b8f632ab773dadd..315457f68532ec20928b467f11442dcc4cd2cce7 100644
--- a/Gui/VtkVis/VtkPolylinesSource.h
+++ b/Gui/VtkVis/VtkPolylinesSource.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkPolylinesSource.h
- * 2/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-02 by Lars Bilke
  */
 
 #ifndef VTKPOLYLINESSOURCE_H
diff --git a/Gui/VtkVis/VtkRaster.cpp b/Gui/VtkVis/VtkRaster.cpp
index 13f920a9ae888ae21a26b6ab5dedb4b667e03a2f..c9ffd2e17b9148be5b2554f9c9f446810e765ac1 100644
--- a/Gui/VtkVis/VtkRaster.cpp
+++ b/Gui/VtkVis/VtkRaster.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkRaster.cpp
- * 2012/02/01 KR Initial implementation
+ *
+ * Created on 2012-02-01 by Karsten Rink
  */
 
 #include "VtkRaster.h"
@@ -41,7 +47,7 @@ vtkImageAlgorithm* VtkRaster::loadImage(const std::string &fileName,
 	else if ((fileInfo.suffix().toLower() == "tif") || (fileInfo.suffix().toLower() == "tiff"))
 		return loadImageFromTIFF(fileName, x0, y0, delta);
 #endif
-	else 
+	else
 		return loadImageFromFile(fileName);
 }
 
@@ -55,7 +61,7 @@ vtkImageImport* VtkRaster::loadImageFromASC(const std::string &fileName,
 		data = loadDataFromASC(fileName, x0, y0, width, height, delta);
 	else
 		data = loadDataFromSurfer(fileName, x0, y0, width, height, delta);
-	
+
 	vtkImageImport* image = vtkImageImport::New();
 		image->SetDataSpacing(delta, delta,delta);
 		image->SetDataOrigin(x0+(delta/2.0), y0+(delta/2.0), 0);	// translate whole mesh by half a pixel in x and y
@@ -82,7 +88,7 @@ vtkImageImport* VtkRaster::loadImageFromArray(double* data_array, double &x0, do
 	}
 	for (size_t j=0; j<length; j++)
 	{
-		if (data[j*2]==noData) 
+		if (data[j*2]==noData)
 		{
 			data[j*2] = max_val;
 			data[j*2+1] = 0;
@@ -162,7 +168,7 @@ bool VtkRaster::readASCHeader(ascHeader &header, std::ifstream &in)
 	else
 		return false;
 
-	// correct raster position by half a pixel for correct visualisation 
+	// correct raster position by half a pixel for correct visualisation
 	// argh! wrong! correction has to happen in visualisation object, otherwise the actual data is wrong
 	//header.x = header.x + (header.cellsize / 2);
 	//header.y = header.y + (header.cellsize / 2);
diff --git a/Gui/VtkVis/VtkRaster.h b/Gui/VtkVis/VtkRaster.h
index f74797b352c78f89a009d8240aeaa4232eef91a9..4024288664961488bd1ae531f8d0078c8d9de8e6 100644
--- a/Gui/VtkVis/VtkRaster.h
+++ b/Gui/VtkVis/VtkRaster.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkRaster.h
- * 2012/02/01 KR Initial implementation
  *
+ * Created on 2012-02-01 by Karsten Rink
  */
 #ifndef VTKRASTER_H
 #define VTKRASTER_H
@@ -15,7 +20,7 @@ class vtkImageReader2;
 /**
  * \brief Loading raster data such as images or ArcGIS-data into VTK image data structures.
  *
- * The VtkRaster class enables loading of raster data such as images or ArcGIS-data. Supported image formats are ..... 
+ * The VtkRaster class enables loading of raster data such as images or ArcGIS-data. Supported image formats are .....
  * Georeferenced data can be imported via the GeoTIFF- or asc-format.
  */
 class VtkRaster
@@ -49,7 +54,7 @@ public:
                                         double& delta);
 
 	/**
-	 * \brief Loads an ASC file into a double array. 
+	 * \brief Loads an ASC file into a double array.
 	 * The array alternates between pixel values and their respective alpha-values, i.e.
 	 * result = { pixel0-value; pixel0-alpha, pixel1-value; pixel1-alpha; ... }
 	 *
@@ -69,7 +74,7 @@ public:
 	                              double &delta);
 
 	/**
-	 * \brief Loads an ASC file into a double array. 
+	 * \brief Loads an ASC file into a double array.
 	 * Works exactly like loadDataFromASC().
 	 */
 	static float* loadDataFromSurfer(const std::string &fileName,
@@ -82,9 +87,9 @@ public:
 	/**
 	 * \brief Returns a VtkImageAlgorithm from an array of pixel values and some image meta data.
 	 */
-    static vtkImageImport* loadImageFromArray(double* data_array, 
-											  double &x0, 
-											  double &y0, 
+    static vtkImageImport* loadImageFromArray(double* data_array,
+											  double &x0,
+											  double &y0,
 											  size_t &width,
 											  size_t &height,
 											  double &delta,
diff --git a/Gui/VtkVis/VtkSelectionFilter.cpp b/Gui/VtkVis/VtkSelectionFilter.cpp
index 48ccb562d942ea5d66ce832c5e74b6b8ec98b0ae..de66d931a3c5703e303452e68f8fdab061672dc7 100644
--- a/Gui/VtkVis/VtkSelectionFilter.cpp
+++ b/Gui/VtkVis/VtkSelectionFilter.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkSelectionFilter.cpp
- * 2011/02/09 KR Initial implementation
  *
+ * Created on 2011-02-09 by Karsten Rink
  */
 
 // ** VTK INCLUDES **
diff --git a/Gui/VtkVis/VtkSelectionFilter.h b/Gui/VtkVis/VtkSelectionFilter.h
index 86843bda388e853a029f56659744aaa6671fc04c..4dcd84624c2c053626b8cd8c05f6177f5f806c69 100644
--- a/Gui/VtkVis/VtkSelectionFilter.h
+++ b/Gui/VtkVis/VtkSelectionFilter.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkSelectionFilter.h
- * 2010/02/09 KR Initial implementation
  *
+ * Created on 2010-02-09 by Karsten Rink
  */
 
 #ifndef VTKSELECTIONFILTER_H
diff --git a/Gui/VtkVis/VtkStationSource.cpp b/Gui/VtkVis/VtkStationSource.cpp
index 85d77629cb7e06129da58882123d70ad00f8bf36..9c6f2eb2adc6ab8b402ae2d8695935a1ab2b2ed8 100644
--- a/Gui/VtkVis/VtkStationSource.cpp
+++ b/Gui/VtkVis/VtkStationSource.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkStationSource.cpp
- * 24/02/2010 KR Initial implementation
  *
+ * Created on 2010-02-24 by Karsten Rink
  */
 
 #include "Color.h"
diff --git a/Gui/VtkVis/VtkStationSource.h b/Gui/VtkVis/VtkStationSource.h
index 3c2495d2680cd1f76eef2eb719c83bb8a44be15e..516f62a02b6482042b7f04d2d0ef970a6e1c9350 100644
--- a/Gui/VtkVis/VtkStationSource.h
+++ b/Gui/VtkVis/VtkStationSource.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkStationSource.h
- * 24/02/2010 KR Initial implementation
  *
+ * Created on 2010-02-24 by Karsten Rink
  */
 
 #ifndef VTKSTATIONSOURCE_H
diff --git a/Gui/VtkVis/VtkSurfacesSource.cpp b/Gui/VtkVis/VtkSurfacesSource.cpp
index 1abab598b52e3c2e31e29e235542353bfb028db6..df515006642702ebc27dc2404c810576e895c685 100644
--- a/Gui/VtkVis/VtkSurfacesSource.cpp
+++ b/Gui/VtkVis/VtkSurfacesSource.cpp
@@ -1,9 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkSurfacesSource.cpp
- * 3/2/2010 LB Initial implementation
- * 23/04/2010 KR Surface visualisation
  *
- * Implementation of VtkSurfacesSource
+ * Created on 2010-02-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkSurfacesSource.h b/Gui/VtkVis/VtkSurfacesSource.h
index 6a0c53ec5091a30b4af0e94f9d1c6b656a5fc23f..e199a37592478259c720e51307a95fa594d77bd6 100644
--- a/Gui/VtkVis/VtkSurfacesSource.h
+++ b/Gui/VtkVis/VtkSurfacesSource.h
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkSurfacesSource.h
- * 3/2/2010 LB Initial implementation
- * 23/04/2010 KR Surface visualisation
  *
+ * Created on 2010-02-03 by Lars Bilke
  */
 
 #ifndef VTKSURFACESSOURCE_H
diff --git a/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp b/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp
index 365de8c7603687de80ac578fe188b5661bf0030b..a0be98f20765230194be2bc972f06a3661c8c059 100644
--- a/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp
+++ b/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp
@@ -1,9 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkTextureOnSurfaceFilter.cpp
- * 3/2/2010 LB Initial implementation
- * 23/04/2010 KR Surface visualisation
  *
- * Implementation of VtkSurfacesSource
+ * Created on 2010-02-03 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkTextureOnSurfaceFilter.h b/Gui/VtkVis/VtkTextureOnSurfaceFilter.h
index 2db29b931b974aaccd71ce53736d1d3b236e6eab..c0562d6c5f85b5e0970e8d35090521c2e6caf5eb 100644
--- a/Gui/VtkVis/VtkTextureOnSurfaceFilter.h
+++ b/Gui/VtkVis/VtkTextureOnSurfaceFilter.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkTextureOnSurfaceFilter.h
- * 28/05/2010 KR initial implementation
  *
+ * Created on 2010-05-28 by Karsten Rink
  */
 
 #ifndef VTKOGSPOLYDATAALGORITHM_H
diff --git a/Gui/VtkVis/VtkTrackedCamera.cpp b/Gui/VtkVis/VtkTrackedCamera.cpp
index d58cbf45fb6b771a4f2cdc990b1f2a37201006fd..04c518ba36964b20c9fb0e6bcf5052b2016c1a88 100644
--- a/Gui/VtkVis/VtkTrackedCamera.cpp
+++ b/Gui/VtkVis/VtkTrackedCamera.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkTrackedCamera.cpp
- * 25/08/2010 LB Initial implementation
  *
- * Implementation of VtkTrackedCamera class
+ * Created on 2010-08-25 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkTrackedCamera.h b/Gui/VtkVis/VtkTrackedCamera.h
index 6a04167d08cc408613d8bd9ad8090e8250f34cbb..2ac459362609ac533f7b1fe8765bdc632c833401 100644
--- a/Gui/VtkVis/VtkTrackedCamera.h
+++ b/Gui/VtkVis/VtkTrackedCamera.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkTrackedCamera.h
- * 25/08/2010 LB Initial implementation
+ *
+ *  Created on 2010-08-25 by Lars Bilke
  */
 
 #ifndef VTKTRACKEDCAMERA_H
diff --git a/Gui/VtkVis/VtkVisHelper.cpp b/Gui/VtkVis/VtkVisHelper.cpp
index 420b1b1f22949b2041ea21373703eb3abf77deb4..64876662db4eb5836157f21ca26a2e72842ae67a 100644
--- a/Gui/VtkVis/VtkVisHelper.cpp
+++ b/Gui/VtkVis/VtkVisHelper.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisHelper.cpp
- * 22/09/2010 LB Initial implementation
  *
- * Implementation of VtkVisHelper class
+ * Created on 2010-09-22 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkVisHelper.h b/Gui/VtkVis/VtkVisHelper.h
index 26c1cf478ee90d6176a7e877a65f6dc9d4524dd3..dbfad2e3fb38e121514297337d98cd033ef03257 100644
--- a/Gui/VtkVis/VtkVisHelper.h
+++ b/Gui/VtkVis/VtkVisHelper.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisHelper.h
- * 22/09/2010 LB Initial implementation
+ *
+ * Created on 2010-09-22 by Lars Bilke
  */
 
 #ifndef VTKVISHELPER_H
diff --git a/Gui/VtkVis/VtkVisImageItem.cpp b/Gui/VtkVis/VtkVisImageItem.cpp
index b523a0116e915655d611987e4daacbca8859ae98..870511e50c319fdc8edaa3370ecec971603fe290 100644
--- a/Gui/VtkVis/VtkVisImageItem.cpp
+++ b/Gui/VtkVis/VtkVisImageItem.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisImageItem.cpp
- * 2011/09/29 KR Initial implementation
+ *
+ * Created on 2011-09-29 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkVisImageItem.h b/Gui/VtkVis/VtkVisImageItem.h
index 827d87a3d37e9d9f90c49c97b83d9d5778f52b05..2eff1573aad11589a18acb5abe3a0c66d57194c0 100644
--- a/Gui/VtkVis/VtkVisImageItem.h
+++ b/Gui/VtkVis/VtkVisImageItem.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisImageItem.h
- * 2011/09/29 KR Initial implementation
  *
+ * Created on 2011-09-29 by Karsten Rink
  */
 
 #ifndef VTKVISIMAGEITEM_H
@@ -24,7 +29,7 @@ class VtkCompositeFilter;
 /**
  * \brief An item in the VtkVisPipeline containing an image to be visualized.
  *
- * Any vtkImageAlgorithm object is represented by a VtkVisImageItem to be assigned a mapper, 
+ * Any vtkImageAlgorithm object is represented by a VtkVisImageItem to be assigned a mapper,
  * an actor and its visualization properties.
  * \sa VtkVisPipelineItem
  */
diff --git a/Gui/VtkVis/VtkVisPipeline.cpp b/Gui/VtkVis/VtkVisPipeline.cpp
index 6af4ac9eda09ebd7e02fd4f313a1bdf6bae7f8a6..5efc349f765991900e268c90fae449ffdf410adf 100644
--- a/Gui/VtkVis/VtkVisPipeline.cpp
+++ b/Gui/VtkVis/VtkVisPipeline.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPipeline.cpp
- * 17/2/2010 LB Initial implementation
  *
- * Implementation of VtkVisPipeline
+ * Created on 2010-02-17 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkVisPipeline.h b/Gui/VtkVis/VtkVisPipeline.h
index f76030fff9e9dc82c48e5377497ea79a59821b2f..07fc57acc08f2cbb3f8b437008bbe1b0c3d786c6 100644
--- a/Gui/VtkVis/VtkVisPipeline.h
+++ b/Gui/VtkVis/VtkVisPipeline.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPipeline.h
- * 17/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-17 by Lars Bilke
  */
 
 #ifndef VTKVISPIPELINE_H
diff --git a/Gui/VtkVis/VtkVisPipelineItem.cpp b/Gui/VtkVis/VtkVisPipelineItem.cpp
index fd79579b341071ff191704bdf941d59b96c94de3..aae33aea245f2aff8a311eb277e580f00d0fa305 100644
--- a/Gui/VtkVis/VtkVisPipelineItem.cpp
+++ b/Gui/VtkVis/VtkVisPipelineItem.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPipelineItem.cpp
- * 17/2/2010 LB Initial implementation
  *
- * Implementation of VtkVisPipelineItem
+ * Created on 2010-02-17 by Lars Bilke
  */
 
 // ** INCLUDES **
@@ -114,7 +118,7 @@ int VtkVisPipelineItem::writeToFile(const std::string &filename) const
 			else
 				QMessageBox::warning(NULL, "Conversion to OpenSG not possible",
 					"It is not possible to convert an vtkImageData based object\nto OpenSG. If you want to convert raster data import it via \" File / Import / Raster Files as PolyData\"!");
-#else       	
+#else
 			QMessageBox::warning(
 				NULL,
 				"Functionality not implemented",
diff --git a/Gui/VtkVis/VtkVisPipelineItem.h b/Gui/VtkVis/VtkVisPipelineItem.h
index f645acb7121a841d991685cbcb231531000fdf60..a98488e514cae3b8fea54c4f07326e5f12d32d4f 100644
--- a/Gui/VtkVis/VtkVisPipelineItem.h
+++ b/Gui/VtkVis/VtkVisPipelineItem.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPipelineItem.h
- * 17/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-17 by Lars Bilke
  */
 
 #ifndef VTKVISPIPELINEITEM_H
@@ -88,7 +93,7 @@ public:
 	/// to a vtk-file.
 	int writeToFile(const std::string &filename) const;
 
-	/** 
+	/**
  	 * @brief Scales the data in visualisation-space.
      * This function is empty and needs to be implemented by derived classes.
      */
@@ -98,13 +103,13 @@ public:
 	/// this item.
 	void setScaleOnChildren(double x, double y, double z) const;
 
-	/** 
+	/**
  	 * @brief Translates the item in visualisation-space.
      * This function is empty and needs to be implemented by derived classes.
      */
 	virtual void setTranslation(double x, double y, double z) const;
 
-	/** 
+	/**
  	 * Returns the transform filter for the object.
      * This function needs to be implemented by derived classes.
      */
@@ -133,7 +138,7 @@ protected:
 	/// From algorithm, compositeFilter, or copied from parent
 	VtkAlgorithmProperties* _vtkProps;
 
-	/** 
+	/**
 	 * Selects the appropriate VTK-Writer object and writes the object to a file with the given name.
      * This function is empty and needs to be implemented by derived classes.
 	 */
diff --git a/Gui/VtkVis/VtkVisPipelineView.cpp b/Gui/VtkVis/VtkVisPipelineView.cpp
index b28eaddb98cb44f14f90d4375fdc2c952b74097f..3ef57039066ee80061cbba7dc3a1edc75aeb69df 100644
--- a/Gui/VtkVis/VtkVisPipelineView.cpp
+++ b/Gui/VtkVis/VtkVisPipelineView.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPipelineView.cpp
- * 18/2/2010 LB Initial implementation
  *
- * Implementation of VtkVisPipelineView
+ * Created on 2010-02-18 by Lars Bilke
  */
 
 // ** INCLUDES **
@@ -179,7 +183,7 @@ void VtkVisPipelineView::constructMeshFromImage(QString msh_name, MshElemType::t
 	imageSource->GetOutput()->GetOrigin(origin);
 	double spacing[3];
 	imageSource->GetOutput()->GetSpacing(spacing);
-	
+
 	MeshLib::Mesh* mesh = VtkMeshConverter::convertImgToMesh(imageSource->GetOutput(), origin, spacing[0], element_type, intensity_type);
 	mesh->setName(msh_name.toStdString());
 	emit meshAdded(mesh);
@@ -190,7 +194,7 @@ void VtkVisPipelineView::convertVTKToOGSMesh()
 	VtkVisPipelineItem* item = static_cast<VtkVisPipelineItem*>(static_cast<VtkVisPipeline*>(this->model())->getItem(
 												this->selectionModel()->currentIndex()));
 	vtkSmartPointer<vtkAlgorithm> algorithm = item->algorithm();
-	        
+
 
 	vtkUnstructuredGrid* grid(NULL);
 	vtkUnstructuredGridAlgorithm* ugAlg = vtkUnstructuredGridAlgorithm::SafeDownCast(algorithm);
@@ -261,7 +265,7 @@ void VtkVisPipelineView::addColorTable()
 
 	QSettings settings("UFZ", "OpenGeoSys-5");
 	QString filename = QFileDialog::getOpenFileName(this, "Select color table",
-	                                                settings.value("lastOpenedLutFileDirectory"). toString(), 
+	                                                settings.value("lastOpenedLutFileDirectory"). toString(),
 													"Color table files (*.xml);;");
 	QFileInfo fi(filename);
 
diff --git a/Gui/VtkVis/VtkVisPipelineView.h b/Gui/VtkVis/VtkVisPipelineView.h
index ca3d454f6b6528f8401da9019c192aada48bc6cc..87a28134cd653c597af15849f579b1c7668b1518 100644
--- a/Gui/VtkVis/VtkVisPipelineView.h
+++ b/Gui/VtkVis/VtkVisPipelineView.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPipelineView.h
- * 18/2/2010 LB Initial implementation
  *
+ * Created on 2010-02-18 by Lars Bilke
  */
 
 #ifndef VTKVISPIPELINEVIEW_H
@@ -65,7 +70,7 @@ private slots:
 	/// Calls the conversion method for creating an OGS Mesh from a vtkImageData object.
 	void constructMeshFromImage(QString msh_name, MshElemType::type element_type, UseIntensityAs::type intensity_type);
 
-	/// Calls the dialog to 
+	/// Calls the dialog to
 	void showImageToMeshConversionDialog();
 
 	/// Calls the conversion method for making a vtk grid an ogs mesh.
diff --git a/Gui/VtkVis/VtkVisPointSetItem.cpp b/Gui/VtkVis/VtkVisPointSetItem.cpp
index 0d34dcacc3c53f47454e390b14557f798cb1a6ec..ed1a8c3f8442f75270f0933cf7ee1745aef1e068 100644
--- a/Gui/VtkVis/VtkVisPointSetItem.cpp
+++ b/Gui/VtkVis/VtkVisPointSetItem.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPointSetItem.cpp
- * 2011/09/29 KR Initial implementation
+ *
+ * Created on 2011-09-29 by Karsten Rink
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkVisPointSetItem.h b/Gui/VtkVis/VtkVisPointSetItem.h
index ad106761807d0dd6a0fcc005cc6553f152c719c1..3c323da176714e01af28f78565b3cf338280ae72 100644
--- a/Gui/VtkVis/VtkVisPointSetItem.h
+++ b/Gui/VtkVis/VtkVisPointSetItem.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisPointSetItem.h
- * 2011/09/29 KR Initial implementation
  *
+ * Created on 2011-09-29 by Karsten Rink
  */
 
 #ifndef VTKVISPOINTSETITEM_H
@@ -26,8 +31,8 @@ class VtkCompositeFilter;
 /**
  * \brief An item in the VtkVisPipeline containing a point set object to be visualized.
  *
- * Any VTK point set object (i.e. vtkUnstructuredGrid- and vtkPolyDataAlgorithm-objects) 
- * are represented by a VtkVisPointSetItem to be assigned a mapper, an actor and its 
+ * Any VTK point set object (i.e. vtkUnstructuredGrid- and vtkPolyDataAlgorithm-objects)
+ * are represented by a VtkVisPointSetItem to be assigned a mapper, an actor and its
  * visualization properties (colour, scalar values, etc.).
  * \sa VtkVisPipelineItem
  */
diff --git a/Gui/VtkVis/VtkVisTabWidget.cpp b/Gui/VtkVis/VtkVisTabWidget.cpp
index 12131eac942a985e94503f65494912c9159a2508..280fb057417ed77e70cac23050db2ff9cbdae77c 100644
--- a/Gui/VtkVis/VtkVisTabWidget.cpp
+++ b/Gui/VtkVis/VtkVisTabWidget.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisTabWidget.cpp
- * 18/2/2010 LB Initial implementation
  *
- * Implementation of VtkVisTabWidget
+ * Created on 2010-02-18 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Gui/VtkVis/VtkVisTabWidget.h b/Gui/VtkVis/VtkVisTabWidget.h
index fb4b1a147a2eac51eb75947ca61da639cb159675..10e7061348cd2021c80b99c61552f7b42424eb1c 100644
--- a/Gui/VtkVis/VtkVisTabWidget.h
+++ b/Gui/VtkVis/VtkVisTabWidget.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 VtkVisTabWidget.h
- * 18/2/2010 LB Initial implementation
+ *
+ * Created on 2010-02-18 by Lars Bilke
  *
  */
 
diff --git a/Gui/mainwindow.cpp b/Gui/mainwindow.cpp
index b5cf38e36b64ed13c94857690b0a8b3c382f3a5e..31e5642eede9d57b04b8c89ccf8b28d7c4eb1660 100644
--- a/Gui/mainwindow.cpp
+++ b/Gui/mainwindow.cpp
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 mainwindow.h
- * 4/11/2009 LB Initial implementation
  *
+ * Created on 2009-11-04 by Lars Bilke
  */
 #include "Configure.h"
 #include "mainwindow.h"
@@ -816,7 +821,7 @@ void MainWindow::loadFEMConditionsFromFile(const QString &fileName, std::string
 {
 	QFileInfo fi(fileName);
 	if (fi.suffix().toLower() == "cnd")
-	{	
+	{
 		std::vector<FEMCondition*> conditions;
 		std::string schemaName(_fileFinder.getPath("OpenGeoSysCond.xsd"));
 		XmlCndInterface xml(&_project, schemaName);
diff --git a/Gui/mainwindow.h b/Gui/mainwindow.h
index 3e59ccb4fca7b8f930f03415e4330fca58ebe106..3fb7ca09005a011a4f5dfa9487e93aa71490813c 100644
--- a/Gui/mainwindow.h
+++ b/Gui/mainwindow.h
@@ -1,7 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 mainwindow.h
- * 4/11/2009 LB Initial implementation
  *
+ * Created on 2009-11-04 by Lars Bilke
  */
 
 #ifndef MAINWINDOW_H
diff --git a/MeshLib/MshEditor.cpp b/MeshLib/MshEditor.cpp
index 9656946c84ad6f29932ecf0c7623041f0c6a0d06..e282c2e3454bdadd93c5886904c91cd0ef8affc0 100644
--- a/MeshLib/MshEditor.cpp
+++ b/MeshLib/MshEditor.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshEditor.cpp
- * 2011/06/15 KR Initial implementation
+ *
+ * Created on 2011-06-15 by Karsten Rink
  */
 
 #include "MshEditor.h"
diff --git a/MeshLib/MshEditor.h b/MeshLib/MshEditor.h
index 09ea3dc2a6f4a2d09fe088243a3a9db5493c0c8f..a7c082649ee87207668b6f96c0208c117d13a51e 100644
--- a/MeshLib/MshEditor.h
+++ b/MeshLib/MshEditor.h
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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 MshEditor.h
- * 2011/06/15 KR Initial implementation
+ *
+ * Created on 2011-06-15 by Karsten Rink
  */
 
 #ifndef MSHEDITOR_H
diff --git a/Utils/FileConverter/ConvertGliToVtk.cpp b/Utils/FileConverter/ConvertGliToVtk.cpp
index 4850fcd47ee927ff5cb8182e9c1ec384718b3b64..f0e22164f040eb72286f95ef2c597295177bb14d 100644
--- a/Utils/FileConverter/ConvertGliToVtk.cpp
+++ b/Utils/FileConverter/ConvertGliToVtk.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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
- * 06/05/2010 LB Initial implementation
  *
- * Implementation of ConvertGliToVtk utility
+ * 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/ConvertVtkToOsg.cpp b/Utils/FileConverter/ConvertVtkToOsg.cpp
index 4a486fd167bebae3f005a098e85d048868b7ef51..b0fe80f8a2fcd2e68079a2718a2cad5baa3b7b5b 100644
--- a/Utils/FileConverter/ConvertVtkToOsg.cpp
+++ b/Utils/FileConverter/ConvertVtkToOsg.cpp
@@ -1,8 +1,12 @@
 /**
+ * Copyright (c) 2012, 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
- * 25/10/2010 LB Initial implementation
  *
- * Implementation of ConvertVtkToOsg utility
+ * Created on 2010-10-25 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Utils/FileConverter/generateMatPropsFromMatID.cpp
index a1820669d963560e7a94b7c5c681fcc4a4f5ac1c..1361a6d0891215cf7f5196729780c5104f30d9a5 100644
--- a/Utils/FileConverter/generateMatPropsFromMatID.cpp
+++ b/Utils/FileConverter/generateMatPropsFromMatID.cpp
@@ -1,6 +1,12 @@
 /**
+ * Copyright (c) 2012, 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
- * 2011/12/19 KR Initial implementation
+ *
+ * Created on 2011-12-19 by Karsten Rink
  */
 
 #include "GridAdapter.h"