diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.cpp b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.cpp
index 636dd2ecc4b2f30e95000234d62cb4f461d41afd..a16a319c2ed67b4aff709f82af39bedcb2a28119 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.cpp
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.cpp
+//! @brief     Implements class OutputDataToolBar
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "OutputDataToolBar.h"
 #include <QIcon>
 #include <QAction>
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.h b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.h
index 1f8a6054933873ca410d81d41653f9429cf68856..fceb6c16aeeef2caf3379a8053ddc09980abe61c 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.h
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/OutputDataToolBar.h
+//! @brief     Defines class OutputDataToolBar
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef OUTPUTDATATOOLBAR_H
 #define OUTPUTDATATOOLBAR_H
 
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.cpp b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.cpp
index 54f01deeca38aac1d602488c7f2787eeb6c978e9..8c80778182b4ee6474677c3e996bce2f9c679fc6 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.cpp
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/OutputDataWidget.cpp
+//! @brief     Implements class OutputDataWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "OutputDataWidget.h"
 #include "PlotWidget.h"
 #include "PropertyWidget.h"
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.h b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.h
index 5b6ce02db198e16f874b22452cdbef44fe577a58..2b6d5db12b16144dccdd65546ec798fd38052572 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.h
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/OutputDataWidget.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/OutputDataWidget.h
+//! @brief     Defines class OutputDataWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef OUTPUTDATAWIDGET_H
 #define OUTPUTDATAWIDGET_H
 
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.cpp b/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.cpp
index 73f09747c13cc44d0e057468cde575ad91e30b1d..c2ee1a20670411619585952c542e55baa02e8d88 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.cpp
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/PlotWidget.cpp
+//! @brief     Implements class PlotWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "PlotWidget.h"
 #include "histogramplot.h"
 #include "OutputData.h"
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.h b/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.h
index 0fd86766f8edb11d471706c86a83b0bf7836ab76..fc3f60f7547d020889039d3c77eb1ce62fccec40 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.h
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/PlotWidget.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/PlotWidget.h
+//! @brief     Defines class PlotWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PLOTWIDGET_H
 #define PLOTWIDGET_H
 
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.cpp b/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.cpp
index 27020dea1cb293a857c9f533f0789be7bcccd18b..6c6b93984fc7e49772582ae628ecfe228bb33e66 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.cpp
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/PropertyWidget.cpp
+//! @brief     Implements class PropertyWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "PropertyWidget.h"
 #include "JobQueueModel.h"
 #include "qtvariantproperty.h"
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.h b/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.h
index a5f71f212711c647bb0f7c55aaae5d8469e7c291..f659f873ea37ee9a2f64aa980d144bebd6d22337 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.h
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/PropertyWidget.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/PropertyWidget.h
+//! @brief     Defines class PropertyWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PROPERTYWIDGET_H
 #define PROPERTYWIDGET_H
 
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.cpp b/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.cpp
index 7aa4447fd3b9d0c4020974019d9b259e6412213f..d971d02388e806fa832220518e744c7bc38ea7e3 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.cpp
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/centralplot.cpp
+//! @brief     Implements class CentralPlot
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "centralplot.h"
 #include "Units.h"
 #include <algorithm>
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.h b/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.h
index cb54ac6a2dc02979608d199a82896a07ddd86e75..08367c74192220da797c70379da7381b8cbc5e51 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.h
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/centralplot.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/centralplot.h
+//! @brief     Defines class CentralPlot
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef CENTRALPLOT_H
 #define CENTRALPLOT_H
 
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.cpp b/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.cpp
index 9c6c25536abe0768583c467249b3c3a20054df79..7a230be65fcb76a8d407a1e8894e2529ef102705 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.cpp
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/histogramplot.cpp
+//! @brief     Implements class HistogramPlot
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "histogramplot.h"
 
 
diff --git a/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.h b/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.h
index cb80b703409bfd8b56fc18dd4853273eed578a31..c22423c8d29192ebd6240196a8acf17b94c6b19e 100644
--- a/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.h
+++ b/GUI/coregui/Views/Components/OutputDataWidgets/histogramplot.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/OutputDataWidgets/histogramplot.h
+//! @brief     Defines class HistogramPlot
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef HISTOGRAMPLOT_H
 #define HISTOGRAMPLOT_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.cpp
index 3b42d5754ddcace221a86bcaa7c870877a81e87a..2967c7303e423432f2fe791c79b1c89f395de184 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ConnectableView.cpp
+//! @brief     Implements class ConnectableView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "ConnectableView.h"
 #include "DesignerHelper.h"
 #include "NodeEditorPort.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.h b/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.h
index 52b143dbc8b6bc10e9e6c4095880b018c2175ea9..b3bae77d3d3d8c1b147d7f55c5439d35db5f523d 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ConnectableView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ConnectableView.h
+//! @brief     Defines class ConnectableView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef ISAMPLEVIEW_H
 #define ISAMPLEVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.cpp b/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.cpp
index 600b515a19290fa2be283eb65827ef335ebb4208..875af6451fbfdc9fa6c0a9e20b357e49232572eb 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerHelper.cpp
+//! @brief     Implements class DesignerHelper
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "DesignerHelper.h"
 #include "item_constants.h"
 #include <QPainter>
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.h b/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.h
index 518fc2850f8a40b80e7ac401f67654f7c3d2aaa5..079600804e19740ccf64ebaa45f18a212180cbea 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerHelper.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerHelper.h
+//! @brief     Defines class DesignerHelper
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef DESIGNERHELPER_H
 #define DESIGNERHELPER_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.cpp b/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.cpp
index 782a4d565af40361e01deadc2bbdd7a11e56385e..a8970c841de377564e9d8a5e3b8db4001862ca1c 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerMimeData.cpp
+//! @brief     Implements class DesignerMimeData
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "DesignerMimeData.h"
 #include <QWidget>
 #include <QDrag>
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.h b/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.h
index e59540baf1569c4b0e884ec510f18514515e38da..6cfa85f14b90357711b8cb5f4b067423d5f0f5ac 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerMimeData.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerMimeData.h
+//! @brief     Defines class DesignerMimeData
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef DESIGNERMIMEDATA_H
 #define DESIGNERMIMEDATA_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.cpp b/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.cpp
index 44519e000532c66d017d73bd3d40215727cf3fcc..358c09c0aec403a0265eac3bb880d8aec42fe7d7 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerScene.cpp
+//! @brief     Implements class DesignerScene
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "DesignerScene.h"
 #include "DesignerHelper.h"
 #include "InstrumentModel.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.h b/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.h
index f0c713c0b1a1e07ed2ee38c961d54ea58ee57060..fe1c7bc1e5df30e86313b3f46a9e9c56194bb499 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerScene.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerScene.h
+//! @brief     Defines class DesignerScene
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef DESIGNERSCENE_H
 #define DESIGNERSCENE_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerView.cpp b/GUI/coregui/Views/Components/SampleDesigner/DesignerView.cpp
index ebb95e23ca6fca69e9b810648e63fac6dceff123..f13c02b6d0d9c2d8015b4dc30f0c285fc6a21320 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerView.cpp
+//! @brief     Implements class DesignerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "DesignerView.h"
 #include "DesignerMimeData.h"
 #include "DesignerScene.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/DesignerView.h b/GUI/coregui/Views/Components/SampleDesigner/DesignerView.h
index 2d5f0af3301c88827af69aa027c03bc940c97dd1..275025b3ad5cf02de059e8eccb95ff687ab23654 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/DesignerView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/DesignerView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/DesignerView.h
+//! @brief     Defines class DesignerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef DESIGNERVIEW_H
 #define DESIGNERVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ILayerView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ILayerView.cpp
index 940bd9738ac247beedb9f0bce5071740c35534a4..07997d352e3f4453c242195789e27348bd850670 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ILayerView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ILayerView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ILayerView.cpp
+//! @brief     Implements class ILayerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "ILayerView.h"
 #include "DesignerScene.h"
 #include "DesignerHelper.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ILayerView.h b/GUI/coregui/Views/Components/SampleDesigner/ILayerView.h
index cdccaed1c9215b63a8c00f53783ea51921f6e14d..ef58c76068a950554b07440cde7769a6a47d0eda 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ILayerView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ILayerView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ILayerView.h
+//! @brief     Defines class ILayerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef ILAYERVIEW_H
 #define ILAYERVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/IView.cpp b/GUI/coregui/Views/Components/SampleDesigner/IView.cpp
index ecdb197345768c58f509775cc4fadc42f47bc0ec..b15bf94809eb6ad850b779dbc11dedd0844788fc 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/IView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/IView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/IView.cpp
+//! @brief     Implements class IView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "IView.h"
 #include "ParameterizedGraphicsItem.h"
 #include <QString>
diff --git a/GUI/coregui/Views/Components/SampleDesigner/IView.h b/GUI/coregui/Views/Components/SampleDesigner/IView.h
index a3d06dd964df85c0521e206bb826919fcca8b33d..a27ac9affeed81782571276cf49999ca081f601c 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/IView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/IView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/IView.h
+//! @brief     Defines class IView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef IVIEW_H
 #define IVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.cpp b/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.cpp
index bea433a4bf34a558c43e98ec927340a44d032fc8..15cc82fb7996438b8bc42c1c05827dc78c31152c 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.cpp
+//! @brief     Implements classes InterferenceFunctionViews
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "InterferenceFunctionViews.h"
 #include "DesignerHelper.h"
 #include "item_constants.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.h b/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.h
index 40bd6a5084d116134a93ff0b44c31cdcd694500a..1ed8c1483fefb51d24f03a9f84a2db3b3ae95645 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/InterferenceFunctionViews.h
+//! @brief     Defines classes InterferenceFunctionViews
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef INTERFERENCEFUNCTIONVIEWS_H
 #define INTERFERENCEFUNCTIONVIEWS_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.cpp
index aefba3300982addc0e782da7eed20777b164d29d..ae5dc083e43e19c6ae0e0f9967aec4293573b971 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.cpp
@@ -2,10 +2,10 @@
 //
 //  BornAgain: simulate and fit scattering at grazing incidence
 //
-//! @file      Views/SampleDesigner/ItemTreeView.cpp
-//! @brief     Implements class ItemTreeView.
+//! @file      coregui/Views/Components/SampleDesigner/ItemTreeView.cpp
+//! @brief     Implements class ItemTreeView
 //!
-//! @homepage  http://apps.jcns.fz-juelich.de/BornAgain
+//! @homepage  http://bornagainproject.org
 //! @license   GNU General Public License v3 or higher (see COPYING)
 //! @copyright Forschungszentrum Jülich GmbH 2013
 //! @authors   Scientific Computing Group at MLZ Garching
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.h b/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.h
index dd7a740edd863701327cf65b4ec06003315738e0..027d49902b9eeeeb3ab373a642bb742fc343490b 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ItemTreeView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ItemTreeView.h
+//! @brief     Defines class ItemTreeView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef ITEMTREEVIEW_H
 #define ITEMTREEVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/LayerView.cpp b/GUI/coregui/Views/Components/SampleDesigner/LayerView.cpp
index 7ce7220775414aac7a8a9ab97e7b27d2e86d1174..d40416d069dd1ac5883ecabf46691d221c534925 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/LayerView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/LayerView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/LayerView.cpp
+//! @brief     Implements class LayerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "LayerView.h"
 #include "ParticleLayoutView.h"
 #include "ParameterizedItem.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/LayerView.h b/GUI/coregui/Views/Components/SampleDesigner/LayerView.h
index 2c2148bd0c0a6fc1395bead2a087db9f5704b1fb..3393cafca640fb0cfcf4d15b86c97771ac689589 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/LayerView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/LayerView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/LayerView.h
+//! @brief     Defines class LayerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef LAYERVIEW_H
 #define LAYERVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.cpp b/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.cpp
index eb6f3fee093772d3ceaaae5cb7d3c4e170881b94..2b16572f5872ab81c48937770d59527b5557a791 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/MultiLayerView.cpp
+//! @brief     Implements class MultiLayerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "MultiLayerView.h"
 #include "ParameterizedItem.h"
 #include "DesignerScene.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.h b/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.h
index 977d074c570b43fdbab5e5ae031a9ab2a3c18c98..1f4338af991cd4f8686d9590b275ee5e34034663 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/MultiLayerView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/MultiLayerView.h
+//! @brief     Defines class MultiLayerView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef MULTILAYERVIEW_H
 #define MULTILAYERVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.cpp b/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.cpp
index d08c6349494d0c69a8767548582b292bc407480a..934bf1528331f28ea6a929a940ea49b5dc0f3086 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/NodeEditor.cpp
+//! @brief     Implements class NodeEditor
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "NodeEditor.h"
 #include "NodeEditorPort.h"
 #include "NodeEditorConnection.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.h b/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.h
index af5a8684ecf95dd18f3e2275e98f245758458f25..48279d962088fa3f0836bc013b9fd9e8f012e1ef 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/NodeEditor.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/NodeEditor.h
+//! @brief     Defines class NodeEditor
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef NODEEDITOR_H
 #define NODEEDITOR_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.cpp b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.cpp
index 4939ac347d61fed312d876ccd9e4b7b451357b3c..f6f554ad86a05e5d0c4d5e3628877320166574a0 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/NodeEditorConnection.cpp
+//! @brief     Implements class NodeEditorConnection
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "NodeEditorConnection.h"
 #include "NodeEditorPort.h"
 #include "ConnectableView.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.h b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.h
index 0e8bac6137e2a28cd5be2553af2a2e144bdc891b..d859343ba4911d6e20bfb49e9396f96dde0d2907 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorConnection.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/NodeEditorConnection.h
+//! @brief     Defines class NodeEditorConnection
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef NODEEDITORCONNECTION_H
 #define NODEEDITORCONNECTION_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.cpp b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.cpp
index 76b5cd1e063b939feb9358ab828cdcdb461e14f2..6248a1802c38014980a6558883956f69580da602 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/NodeEditorPort.cpp
+//! @brief     Implements class NodeEditorPort
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "NodeEditorPort.h"
 #include "NodeEditorConnection.h"
 //#include "ISampleView.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.h b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.h
index a4fa9519fd64b39fcb8901bf8ed16f36b3aa3264..212d53231fa4ce87000d612b5557c22ce747b2a2 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/NodeEditorPort.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/NodeEditorPort.h
+//! @brief     Defines class NodeEditorPort
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef NODEEDITORPORT_H
 #define NODEEDITORPORT_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.cpp
index 82a76a878f164afe5f7294aeeb703903f9fd2c6c..47468d02559cd26e1b3c867b9e265765a9066687 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleCoreShellView.cpp
+//! @brief     Implements class ParticleCoreShellView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "ParticleCoreShellView.h"
 #include "ParameterizedItem.h"
 #include <QDebug>
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.h b/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.h
index 1eb4b39c2b9df4f6afd55b62bc1517826c20161d..b7dc2acf3aaca9a847d8693d8210850619d13da1 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleCoreShellView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleCoreShellView.h
+//! @brief     Defines class ParticleCoreShellView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PARTICLECORESHELLVIEW_H
 #define PARTICLECORESHELLVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.cpp
index 1dada95aaf8c34448d6647408e4fc3e19d3e22f3..53bee1de87f7512e6475624ae95814d12d9a5810 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleDistributionView.cpp
+//! @brief     Implements class ParticleDistributionView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "ParticleDistributionView.h"
 #include "ParameterizedItem.h"
 #include <QDebug>
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.h b/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.h
index 841ddd291e1b7dffe648542951fd90245f6da4df..6f3e7585931d98b603ef943ea0d283f42da49678 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleDistributionView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleDistributionView.h
+//! @brief     Defines class ParticleDistributionView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PARTICLEDISTRIBUTIONVIEW_H
 #define PARTICLEDISTRIBUTIONVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.cpp
index d343187dfcbcf7b416e8a0b4e31345be7c819ab7..ee88a557c8d2652f5225fedc89e882c19049bf27 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleLayoutView.cpp
+//! @brief     Implements class ParticleLayoutView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "ParticleLayoutView.h"
 #include "ParticleView.h"
 #include "DesignerHelper.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.h b/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.h
index dbb6064e420ff5f1743e3b088cb31ea26a3b296d..25272cc94ced229460be98c2029264a1ead4bbc1 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleLayoutView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleLayoutView.h
+//! @brief     Defines class ParticleLayoutView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PARTICLELAYOUTVIEW_H
 #define PARTICLELAYOUTVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleView.cpp b/GUI/coregui/Views/Components/SampleDesigner/ParticleView.cpp
index fd79b890830b1cff8a84a3cfc7d23d1b95c85272..885cc14a1f5e2d5f35c3ed76fbd22e6115e8dbe1 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleView.cpp
+//! @brief     Implements class ParticleView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "ParticleView.h"
 #include "ParticleItem.h"
 #include "FancyGroupProperty.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/ParticleView.h b/GUI/coregui/Views/Components/SampleDesigner/ParticleView.h
index d6c4cd4ad036633ddbeb20d6744a3bb7199e08a9..fcb7d2cc44e9dadd8be4c9ee5eeb61937a0f6d1f 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/ParticleView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/ParticleView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/ParticleView.h
+//! @brief     Defines class ParticleView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PARTICLEVIEW_H
 #define PARTICLEVIEW_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.cpp b/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.cpp
index e03d0bba3bb100f1f9a9bbd1acd13d127ca86f36..c6ea7dfbc653c75ea9f15a0203dd8fa4a2962914 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.cpp
+//! @brief     Implements class PropertyBrowserUtils
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "PropertyBrowserUtils.h"
 #include "MaterialEditor.h"
 #include "GUIHelpers.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.h b/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.h
index 1ccbc3a65539b3c45e5c739c96e635805b5aeef6..82d208a2e99a2f060a78cb1362c1a20134956122 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/PropertyBrowserUtils.h
+//! @brief     Defines class PropertyBrowserUtils
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PROPERTYBROWSERUTILS_H
 #define PROPERTYBROWSERUTILS_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.cpp b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.cpp
index 55bb851085f19bd0a19068219e281f6661867e95..dddb602a21ba09db3d831989e4cf47806f502ed6 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/PropertyVariantFactory.cpp
+//! @brief     Implements class PropertyVariantFactory
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "PropertyVariantFactory.h"
 #include "PropertyVariantManager.h"
 #include "PropertyBrowserUtils.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.h b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.h
index 9511b44fc452dd99d2bbc62386112a498132f4cd..3747b69d3eeb0346f325ebca751d412731fe4a5c 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantFactory.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/PropertyVariantFactory.h
+//! @brief     Defines class PropertyVariantFactory
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef OBJECTVARIANTFACTORY_H
 #define OBJECTVARIANTFACTORY_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.cpp b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.cpp
index b0bf2f3da49e8ccf50a7d65fdacfe547d337d8b2..dd0ea13442d03bb5ff49fca2ffba2022525b54fe 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/PropertyVariantManager.cpp
+//! @brief     Implements class PropertyVariantManager
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "PropertyVariantManager.h"
 #include "DesignerHelper.h"
 #include "ParameterizedItem.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.h b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.h
index 1e80a787b0528f767eb5d5367bf4637ca0425447..08cde3c41f8936dbef25de3e1d6934f5f2acfd29 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/PropertyVariantManager.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/PropertyVariantManager.h
+//! @brief     Defines class PropertyVariantManager
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef OBJECTVARIANTMANAGER_H
 #define OBJECTVARIANTMANAGER_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.cpp b/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.cpp
index 68b23a87111ea2eeb070668a93445d06bd0b6b9e..d140ff97a3a48b28c1e429aef951c281f370db29 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleDesigner.cpp
+//! @brief     Implements class SampleDesigner
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleDesigner.h"
 #include "DesignerScene.h"
 #include "DesignerView.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.h b/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.h
index 4d8f74212d73d7bcb465eab18c527ec089610a25..af862f85362d48295660be3e3ae96e0ad789f425 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleDesigner.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleDesigner.h
+//! @brief     Defines class SampleDesigner
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEEDITOR_H
 #define SAMPLEEDITOR_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.cpp b/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.cpp
index 5ffc02711fbc1569355edf30ce0ea72f6bb29b6f..75b31f785bb65a179f055ecbec82ef38f9ed20d0 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SamplePropertyEditor.cpp
+//! @brief     Implements class SamplePropertyEditor
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SamplePropertyEditor.h"
 #include "PropertyVariantManager.h"
 #include "PropertyVariantFactory.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.h b/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.h
index 0b3fed2ca2a5e565a09f68bbe1e9e79f26d9babe..10c603e3f10ef716eb7252ecd09d0a3b57993789 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/SamplePropertyEditor.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SamplePropertyEditor.h
+//! @brief     Defines class SamplePropertyEditor
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEPROPERTYEDITOR_H
 #define SAMPLEPROPERTYEDITOR_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.cpp b/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.cpp
index 9bf3e535a647df790b655ac688b734788c092826..d92331a36702a4fe5f466b2b9f412acdc20dfaca 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleToolBar.cpp
+//! @brief     Implements class SampleToolBar
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleToolBar.h"
 #include "MaterialEditor.h"
 #include "MaterialProperty.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.h b/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.h
index fd00753ed62c721b3121214f0252d4280513fd80..e8c22252bf8a0bc4a97ccb5774ac21f5f2d8e2c4 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleToolBar.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleToolBar.h
+//! @brief     Defines class SampleToolBar
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLETOOLBAR_H
 #define SAMPLETOOLBAR_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.cpp b/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.cpp
index e8f232f7aeb9242469580b97f2faa8ebd8c2889d..3f4d379844aceba23f69a9cfe6c032a457d77365 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleViewAligner.cpp
+//! @brief     Implements class SampleViewAligner
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleViewAligner.h"
 #include "SampleModel.h"
 #include "DesignerScene.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.h b/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.h
index 14dc324086ccd8ff1beab4818a98b62d193197b4..01f3ad4e2bc09906c43dfba2770801d94e85b4be 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleViewAligner.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleViewAligner.h
+//! @brief     Defines class SampleViewAligner
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEVIEWALIGNER_H
 #define SAMPLEVIEWALIGNER_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.cpp b/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.cpp
index bbda913155452196ed42d4772cabbed0c73674c4..c9a91380172e466f8b2af1347a17c2b93abdb134 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleViewFactory.cpp
+//! @brief     Implements class SampleViewFactory
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleViewFactory.h"
 #include "item_constants.h"
 #include "MultiLayerView.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.h b/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.h
index 9ef4c0028c75027f9317d92839d4b183d9e147af..e95286179efe838767124065add75c62f638fb22 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleViewFactory.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleViewFactory.h
+//! @brief     Defines class SampleViewFactory
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEVIEWFACTORY_H
 #define SAMPLEVIEWFACTORY_H
 
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.cpp b/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.cpp
index 2d4c3866ac2b89d81a8a991e5ee218923c290338..e82cf1afd32e80faebf52b34e353692d97a12b27 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleWidgetBox.cpp
+//! @brief     Implements class SampleWidgetBox
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleWidgetBox.h"
 #include "widgetbox.h"
 #include "styledbar.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.h b/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.h
index 5661fe8facf08b3b9e2fce7e2aac3159286b2737..b0f822cadd380d32e98f962884f0ad4065eb5ebe 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/SampleWidgetBox.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/SampleWidgetBox.h
+//! @brief     Defines class SampleWidgetBox
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEWIDGETBOX_H
 #define SAMPLEWIDGETBOX_H
 
diff --git a/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.cpp b/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.cpp
index 9acd77ffa6a0815069141dd32d61c3ffbb2873fe..5ac031998e7f57b8a3d74e849b901f2a068ee6d8 100644
--- a/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.cpp
+++ b/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.cpp
+//! @brief     Implements class SimulationSetupWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SimulationSetupWidget.h"
 #include "Simulation.h"
 #include "mainwindow.h"
diff --git a/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.h b/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.h
index 9c7f10437f9292fb4a32bded19be9ae7878fcda2..75fdd8d18d658e63a614edf4a5655face264066a 100644
--- a/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.h
+++ b/GUI/coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SimulationWidgets/SimulationSetupWidget.h
+//! @brief     Defines class SimulationSetupWidget
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SIMULATIONSETUPWIDGET_H
 #define SIMULATIONSETUPWIDGET_H
 
diff --git a/GUI/coregui/Views/FitView.cpp b/GUI/coregui/Views/FitView.cpp
index a06505091da32c4b1209c49915a7123a6b5982ce..c0104445908a45cbfda159e3f27d305e795227b2 100644
--- a/GUI/coregui/Views/FitView.cpp
+++ b/GUI/coregui/Views/FitView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/FitView.cpp
+//! @brief     Implements class FitView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "FitView.h"
 #include "RealDataWidget.h"
 #include "FitParameterWidget.h"
diff --git a/GUI/coregui/Views/FitView.h b/GUI/coregui/Views/FitView.h
index f12baaeb459bb92b60264235b1edf9036a222b68..34aa122a2fe660c821aa7f899df70bc6b3d9b012 100644
--- a/GUI/coregui/Views/FitView.h
+++ b/GUI/coregui/Views/FitView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/FitView.h
+//! @brief     Defines class FitView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef FITVIEW_H
 #define FITVIEW_H
 
diff --git a/GUI/coregui/Views/InstrumentView.cpp b/GUI/coregui/Views/InstrumentView.cpp
index 086e5885d088e89594253f598bd9c848e8c115e9..fce5edaf8cfc4c9813b97b01bc6169b775b68ca0 100644
--- a/GUI/coregui/Views/InstrumentView.cpp
+++ b/GUI/coregui/Views/InstrumentView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/InstrumentView.cpp
+//! @brief     Implements class InstrumentView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "InstrumentView.h"
 #include "InstrumentModel.h"
 #include "InstrumentSelectorWidget.h"
diff --git a/GUI/coregui/Views/InstrumentView.h b/GUI/coregui/Views/InstrumentView.h
index 313eaef0d261773348f9e55de5bda855c44f1bfb..212bb595722f686c8398625f94dbb81b83d75de3 100644
--- a/GUI/coregui/Views/InstrumentView.h
+++ b/GUI/coregui/Views/InstrumentView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/InstrumentView.h
+//! @brief     Defines class InstrumentView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef INSTRUMENTVIEW_H
 #define INSTRUMENTVIEW_H
 
diff --git a/GUI/coregui/Views/JobView.cpp b/GUI/coregui/Views/JobView.cpp
index 6cac852388c3e3e739e6af6f474d5dd497d0733d..969c9a16d894f9cb768bed11ae0d1a68c9484903 100644
--- a/GUI/coregui/Views/JobView.cpp
+++ b/GUI/coregui/Views/JobView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/JobView.cpp
+//! @brief     Implements class JobView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "JobView.h"
 #include "TestView.h"
 #include "JobSelectorWidget.h"
diff --git a/GUI/coregui/Views/JobView.h b/GUI/coregui/Views/JobView.h
index 3dc93aa386c3ceef4378c666b121e1954eb38b52..cf81e1cdecb332c91f1d18dc46ee9907aa0f7ede 100644
--- a/GUI/coregui/Views/JobView.h
+++ b/GUI/coregui/Views/JobView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/JobView.h
+//! @brief     Defines class JobView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef JOBVIEW_H
 #define JOBVIEW_H
 
diff --git a/GUI/coregui/Views/PyScriptView.cpp b/GUI/coregui/Views/PyScriptView.cpp
index 7366e795eadf5c36592ed267e57b636d1a35f2e7..94fb5de1d4c9099d11e08c216365633d3fb9d6d6 100644
--- a/GUI/coregui/Views/PyScriptView.cpp
+++ b/GUI/coregui/Views/PyScriptView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/PyScriptView.cpp
+//! @brief     Implements class PyScriptView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "PyScriptView.h"
 
 #include "PyScriptSyntaxHighlighter.h"
diff --git a/GUI/coregui/Views/PyScriptView.h b/GUI/coregui/Views/PyScriptView.h
index e6625ad4f3f3fb2541d062895706463db2e2cf4b..7ef7c2ddd5416c8641def1b04f122f612c5fcd07 100644
--- a/GUI/coregui/Views/PyScriptView.h
+++ b/GUI/coregui/Views/PyScriptView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/PyScriptView.h
+//! @brief     Defines class PyScriptView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef PYSCRIPTVIEW_H
 #define PYSCRIPTVIEW_H
 
diff --git a/GUI/coregui/Views/SampleView.cpp b/GUI/coregui/Views/SampleView.cpp
index 8dc29601863047f999930035013637594d29170d..a3e7fb011d00039d02dae314fe2217ebb43f6f94 100644
--- a/GUI/coregui/Views/SampleView.cpp
+++ b/GUI/coregui/Views/SampleView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/SampleView.cpp
+//! @brief     Implements class SampleView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleView.h"
 #include "SampleViewComponents.h"
 #include "SampleDesigner.h"
diff --git a/GUI/coregui/Views/SampleView.h b/GUI/coregui/Views/SampleView.h
index 10df87974f2541bdbd3787e2a2fc80ed510844e8..d42d52fc8b7a8e5b342320659892c65ced789ea4 100644
--- a/GUI/coregui/Views/SampleView.h
+++ b/GUI/coregui/Views/SampleView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/SampleView.h
+//! @brief     Defines class SampleView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEMANAGER_H
 #define SAMPLEMANAGER_H
 
diff --git a/GUI/coregui/Views/SampleViewComponents.cpp b/GUI/coregui/Views/SampleViewComponents.cpp
index f5b66ac29c950fd0d23fff10a5a8eb98ec4b3a6c..979700e07bd3888e0517663272daf9617a4e81a2 100644
--- a/GUI/coregui/Views/SampleViewComponents.cpp
+++ b/GUI/coregui/Views/SampleViewComponents.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/SampleViewComponents.cpp
+//! @brief     Implements class SampleViewComponents
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SampleViewComponents.h"
 #include "widgetbox.h"
 #include "SampleDesigner.h"
diff --git a/GUI/coregui/Views/SampleViewComponents.h b/GUI/coregui/Views/SampleViewComponents.h
index d8ff12efed5d9434d997dd8702f7cf1fa65ba92c..af568b123f8a08309966482cb32e86f9afb33303 100644
--- a/GUI/coregui/Views/SampleViewComponents.h
+++ b/GUI/coregui/Views/SampleViewComponents.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/SampleViewComponents.h
+//! @brief     Defines class SampleViewComponents
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SAMPLEVIEWCOMPONENTS_H
 #define SAMPLEVIEWCOMPONENTS_H
 
diff --git a/GUI/coregui/Views/SimulationView.cpp b/GUI/coregui/Views/SimulationView.cpp
index a04d6b9dd9147224b97cafa62eafb08f1acf4962..6dcbffa115ba3b6d6818bfc79c91144a03d5a65a 100644
--- a/GUI/coregui/Views/SimulationView.cpp
+++ b/GUI/coregui/Views/SimulationView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/SimulationView.cpp
+//! @brief     Implements class SimulationView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "SimulationView.h"
 #include "SimulationSetupWidget.h"
 #include "styledtoolbar.h"
diff --git a/GUI/coregui/Views/SimulationView.h b/GUI/coregui/Views/SimulationView.h
index faeca286d08c81f6d8f6c08d67536c63b4fde089..68712f3f6ed009b703383a44a44e9c8008f78040 100644
--- a/GUI/coregui/Views/SimulationView.h
+++ b/GUI/coregui/Views/SimulationView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/SimulationView.h
+//! @brief     Defines class SimulationView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #ifndef SIMULATIONVIEW_H
 #define SIMULATIONVIEW_H
 
diff --git a/GUI/coregui/Views/TestView.cpp b/GUI/coregui/Views/TestView.cpp
index 6728adb3bb2595c03c798101199b226808884804..bb25bb1ec03fea6a56102d5b518f501aaa7178ec 100644
--- a/GUI/coregui/Views/TestView.cpp
+++ b/GUI/coregui/Views/TestView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/TestView.cpp
+//! @brief     Implements class TestView
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "TestView.h"
 
 TestView::TestView(QWidget *parent)
diff --git a/GUI/main/main.cpp b/GUI/main/main.cpp
index 110afc40f89714b3c81b331adaa4e58e98f1b5b3..91fe8555e59ee9eff3d00c0a360113b5e4980140 100644
--- a/GUI/main/main.cpp
+++ b/GUI/main/main.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      main.cpp
+//! @brief     Main function of the whole GUI
+//!
+//! @homepage  http://bornagainproject.org
+//! @license   GNU General Public License v3 or higher (see COPYING)
+//! @copyright Forschungszentrum Jülich GmbH 2013
+//! @authors   Scientific Computing Group at MLZ Garching
+//! @authors   C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke
+//
+// ************************************************************************** //
+
 #include "mainwindow.h"
 #include "SplashScreen.h"