From 8dd9f21f62bc35ef53307e4cc2183bc6a6618880 Mon Sep 17 00:00:00 2001
From: Gennady Pospelov <g.pospelov@fz-juelich.de>
Date: Wed, 28 Jan 2015 09:30:54 +0100
Subject: [PATCH] Common header

---
 .../SampleDesigner/TransformationView.cpp         | 15 +++++++++++++++
 .../SampleDesigner/TransformationView.h           | 15 +++++++++++++++
 GUI/coregui/Views/TestView.h                      | 15 +++++++++++++++
 GUI/coregui/Views/WelcomeView.cpp                 | 15 +++++++++++++++
 GUI/coregui/Views/WelcomeView.h                   | 15 +++++++++++++++
 5 files changed, 75 insertions(+)

diff --git a/GUI/coregui/Views/Components/SampleDesigner/TransformationView.cpp b/GUI/coregui/Views/Components/SampleDesigner/TransformationView.cpp
index 7e69c73437a..d3084a81932 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 eef4d1b8707..a1b701f2fcc 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 cac620e891d..a5f1c9883d4 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 68605c6d668..bf0859dabd2 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 b35fdfece81..116e1a80a75 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
 
-- 
GitLab