diff --git a/GUI/coregui/Views/Components/SampleDesigner/TransformationView.cpp b/GUI/coregui/Views/Components/SampleDesigner/TransformationView.cpp
index 7e69c73437a6ed364af88a23f5eb9daaee545908..d3084a81932867972af63b5e25e0b9f8c06a4068 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/TransformationView.cpp
+++ b/GUI/coregui/Views/Components/SampleDesigner/TransformationView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/TransformationView.cpp
+//! @brief     Implements class TransformationView
+//!
+//! @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 "TransformationView.h"
 #include "DesignerHelper.h"
 #include "item_constants.h"
diff --git a/GUI/coregui/Views/Components/SampleDesigner/TransformationView.h b/GUI/coregui/Views/Components/SampleDesigner/TransformationView.h
index eef4d1b87078583f4fe914a143ed799af157a5a0..a1b701f2fcc53f5799b26e657cd45c6abc3af8e1 100644
--- a/GUI/coregui/Views/Components/SampleDesigner/TransformationView.h
+++ b/GUI/coregui/Views/Components/SampleDesigner/TransformationView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/Components/SampleDesigner/TransformationView.h
+//! @brief     Defines class TransformationView
+//!
+//! @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 TRANSFORMATIONVIEW_H
 #define TRANSFORMATIONVIEW_H
 
diff --git a/GUI/coregui/Views/TestView.h b/GUI/coregui/Views/TestView.h
index cac620e891d7b16bfa89dcf7e9e5f21ada36b31e..a5f1c9883d454f0f1726422619a0945b46807934 100644
--- a/GUI/coregui/Views/TestView.h
+++ b/GUI/coregui/Views/TestView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/TestView.h
+//! @brief     Defines 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
+//
+// ************************************************************************** //
+
 #ifndef TESTVIEW_H
 #define TESTVIEW_H
 
diff --git a/GUI/coregui/Views/WelcomeView.cpp b/GUI/coregui/Views/WelcomeView.cpp
index 68605c6d668ddd38215fbb9ea6b368a3cb72fa85..bf0859dabd262666ffed073f5f5938258180b090 100644
--- a/GUI/coregui/Views/WelcomeView.cpp
+++ b/GUI/coregui/Views/WelcomeView.cpp
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/WelcomeView.cpp
+//! @brief     Implements class WelcomeView
+//!
+//! @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 "WelcomeView.h"
 #include "DesignerHelper.h"
 #include "mainwindow_constants.h"
diff --git a/GUI/coregui/Views/WelcomeView.h b/GUI/coregui/Views/WelcomeView.h
index b35fdfece81952dfcf5212c924de61b16649058f..116e1a80a75a99e7ebe0defb8a9f7940603ae15c 100644
--- a/GUI/coregui/Views/WelcomeView.h
+++ b/GUI/coregui/Views/WelcomeView.h
@@ -1,3 +1,18 @@
+// ************************************************************************** //
+//
+//  BornAgain: simulate and fit scattering at grazing incidence
+//
+//! @file      coregui/Views/WelcomeView.h
+//! @brief     Defines class WelcomeView
+//!
+//! @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 WELCOMEVIEW_H
 #define WELCOMEVIEW_H