diff --git a/cmake/scripts/BAConfigure.h.in b/cmake/scripts/BAConfigure.h.in index eecc08f8f617c0e4e8f8991da09d323337639174..9941614913ad744efddfd1b83d64616a6ba89236 100644 --- a/cmake/scripts/BAConfigure.h.in +++ b/cmake/scripts/BAConfigure.h.in @@ -5,11 +5,11 @@ //! @file Tools/inc/BAConfigure.h //! @brief Defines configuration variables //! -//! @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 +//! @copyright Forschungszentrum Jülich GmbH 2015 //! @authors Scientific Computing Group at MLZ Garching -//! @authors C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke +//! @authors C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke // // ************************************************************************** // diff --git a/cmake/scripts/BAPython.h.in b/cmake/scripts/BAPython.h.in index 5649f9e4181a7042457a4a0b345cae2918d14799..a3b6ebdc930a886abd5b7d383ed825504363d9a2 100644 --- a/cmake/scripts/BAPython.h.in +++ b/cmake/scripts/BAPython.h.in @@ -5,11 +5,11 @@ //! @file Tools/inc/BAPython.h //! @brief Defines configuration variables //! -//! @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 +//! @copyright Forschungszentrum Jülich GmbH 2015 //! @authors Scientific Computing Group at MLZ Garching -//! @authors C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke +//! @authors C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke // // ************************************************************************** // diff --git a/cmake/scripts/BAVersion.h.in b/cmake/scripts/BAVersion.h.in index 3c215982ba1bbe43a05eafcc9848c542e17ae55d..0aa2d4f5352d76151c34651e2af65308ebfb5e07 100644 --- a/cmake/scripts/BAVersion.h.in +++ b/cmake/scripts/BAVersion.h.in @@ -5,11 +5,11 @@ //! @file Samples/inc/BAVersion.h //! @brief Defines functions for access to the package version number. //! -//! @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 +//! @copyright Forschungszentrum Jülich GmbH 2015 //! @authors Scientific Computing Group at MLZ Garching -//! @authors C. Durniak, G. Pospelov, W. Van Herck, J. Wuttke +//! @authors C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke // // ************************************************************************** // diff --git a/dev-tools/code-tools/update_sourcecode_header.py b/dev-tools/code-tools/update_sourcecode_header.py index 7e457d36089878dfa8a76868d2c772a4259dd24e..31d567f31a243a28009d7c2b7cc0fe7b11af1445 100644 --- a/dev-tools/code-tools/update_sourcecode_header.py +++ b/dev-tools/code-tools/update_sourcecode_header.py @@ -5,9 +5,16 @@ import glob directories = [ "Core/Algorithms", + "Core/FormFactors", + "Core/Geometry", + "Core/Samples", + "Core/StandardSamples", + "Core/Tools", + "Fit/FitKernel", + "GUI/coregui", + "GUI/main" ] - header_top = [ u"// ************************************************************************** //", u"// ",