From 57bcbdbbd6d043c955c6251650e83961cd0704f1 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Wed, 18 Feb 2015 11:26:29 +0100 Subject: [PATCH] Correct header: we had already opted for CC-BY-SA as documentation license. --- Doc/UserManual/AppendixListings.tex | 9 +++------ Doc/UserManual/AppendixPhysics.tex | 6 +++--- Doc/UserManual/AppendixPythonEx.tex | 6 +++--- Doc/UserManual/BornAgainManual.tex | 18 ++++++++++++------ Doc/UserManual/Fitting.tex | 6 +++--- Doc/UserManual/FittingAdvanced.tex | 6 +++--- Doc/UserManual/FittingExamples.tex | 6 +++--- Doc/UserManual/FittingImplementation.tex | 9 ++++----- Doc/UserManual/FittingRightAnswers.tex | 6 +++--- Doc/UserManual/Installation.tex | 6 +++--- Doc/UserManual/Introduction.tex | 10 +++------- Doc/UserManual/QuickStart.tex | 6 +++--- Doc/UserManual/Simulation.tex | 6 +++--- Doc/UserManual/SimulationExamples.tex | 6 +++--- Doc/UserManual/SoftwareArchitecture.tex | 6 +++--- Doc/UserManual/SoftwareDesignOverview.tex | 9 ++++----- Doc/UserManual/Theory.tex | 8 +++++--- Doc/UserManual/UserAPI.tex | 6 +++--- Doc/UserManual/interferences.tex | 6 +++--- Doc/UserManual/theoryapp.tex | 6 +++--- 20 files changed, 73 insertions(+), 74 deletions(-) diff --git a/Doc/UserManual/AppendixListings.tex b/Doc/UserManual/AppendixListings.tex index 34f858c17f4..e1276b13cd7 100755 --- a/Doc/UserManual/AppendixListings.tex +++ b/Doc/UserManual/AppendixListings.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke @@ -14,9 +14,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%\newpage{\pagestyle{empty}\cleardoublepage} - - \chapter{Listings} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Doc/UserManual/AppendixPhysics.tex b/Doc/UserManual/AppendixPhysics.tex index cc78253b3ea..9cfa1d704e8 100755 --- a/Doc/UserManual/AppendixPhysics.tex +++ b/Doc/UserManual/AppendixPhysics.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/AppendixPythonEx.tex b/Doc/UserManual/AppendixPythonEx.tex index 88c25bc9a34..24d8fb56ae2 100644 --- a/Doc/UserManual/AppendixPythonEx.tex +++ b/Doc/UserManual/AppendixPythonEx.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/BornAgainManual.tex b/Doc/UserManual/BornAgainManual.tex index 07b63113292..a5b722e6545 100755 --- a/Doc/UserManual/BornAgainManual.tex +++ b/Doc/UserManual/BornAgainManual.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke @@ -216,6 +216,12 @@ %reference to equations \newcommand{\refeq}[1]{equation (\ref{eq:#1})} +%------------------------------------------------------------------------------- +% HYPHENATION +%------------------------------------------------------------------------------- + +\hyphenation{ MacOS } + %------------------------------------------------------------------------------- % TITLE PAGE %------------------------------------------------------------------------------- @@ -260,9 +266,9 @@ Forschungszentrum J\"ulich GmbH \\ [40mm] \noindent \begin{tabular}{@{}p{7em}@{}l@{}} Homepage:& http://www.bornagainproject.org\\[2ex] -Copyright:& Forschungszentrum Jülich GmbH 2015\\ - &Software licence: GNU General Public Licence version 3 or higher\\ - &For documentation licence, contact the authors\\[2ex] +Copyright:& Forschungszentrum Jülich GmbH 2013--\the\year\\[2ex] +Licenses: &Software: GNU General Public Licence version 3 or higher\\ + &Documentation: Creative Commons CC-BY-SA\\[2ex] Authors: &Scientific Computing Group\\ &at Heinz Maier-Leibnitz Zentrum (MLZ) Garching:\\ &Céline Durniak, Marina Ganeva, Gennady Pospelov,\\ diff --git a/Doc/UserManual/Fitting.tex b/Doc/UserManual/Fitting.tex index 6dd37f00860..c92ce9b869c 100755 --- a/Doc/UserManual/Fitting.tex +++ b/Doc/UserManual/Fitting.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/FittingAdvanced.tex b/Doc/UserManual/FittingAdvanced.tex index 78b0c8d817a..b9aba549218 100755 --- a/Doc/UserManual/FittingAdvanced.tex +++ b/Doc/UserManual/FittingAdvanced.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/FittingExamples.tex b/Doc/UserManual/FittingExamples.tex index 03705287bf2..6d85fb9630c 100755 --- a/Doc/UserManual/FittingExamples.tex +++ b/Doc/UserManual/FittingExamples.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/FittingImplementation.tex b/Doc/UserManual/FittingImplementation.tex index dfed33e0fca..eee668de717 100755 --- a/Doc/UserManual/FittingImplementation.tex +++ b/Doc/UserManual/FittingImplementation.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke @@ -14,10 +14,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Implementation in BornAgain} \SecLabel{FittingImplementation} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Fitting in \BornAgain\ deals with estimating the optimum parameters in the numerical model by minimizing the difference between diff --git a/Doc/UserManual/FittingRightAnswers.tex b/Doc/UserManual/FittingRightAnswers.tex index b1c62734e6f..6dd2a691a82 100755 --- a/Doc/UserManual/FittingRightAnswers.tex +++ b/Doc/UserManual/FittingRightAnswers.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/Installation.tex b/Doc/UserManual/Installation.tex index 6e4009bf89a..ae943874866 100755 --- a/Doc/UserManual/Installation.tex +++ b/Doc/UserManual/Installation.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/Introduction.tex b/Doc/UserManual/Introduction.tex index 6c20d96390b..a5fe7fa0e6f 100755 --- a/Doc/UserManual/Introduction.tex +++ b/Doc/UserManual/Introduction.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke @@ -32,10 +32,6 @@ rough interfaces and with various types of embedded nano\-particles. \BornAgain\ almost completely reproduces the functionality of the widely used program \IsGISAXS\ by R. Lazzari \cite{Laz02}. -%\BornAgain\ is intended to reproduce the functionality -%of the widely used program \IsGISAXS\ -%by R. Lazzari \cite{Laz02}. - \BornAgain\ goes beyond \IsGISAXS\ by supporting an unrestricted number of layers and particles, diffuse reflection from rough layer interfaces, diff --git a/Doc/UserManual/QuickStart.tex b/Doc/UserManual/QuickStart.tex index 28120f53c11..41d8ad32898 100755 --- a/Doc/UserManual/QuickStart.tex +++ b/Doc/UserManual/QuickStart.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/Simulation.tex b/Doc/UserManual/Simulation.tex index cc76db4b9e6..0f10dd03cd8 100755 --- a/Doc/UserManual/Simulation.tex +++ b/Doc/UserManual/Simulation.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/SimulationExamples.tex b/Doc/UserManual/SimulationExamples.tex index aa60df255d7..43ecb98f5c5 100755 --- a/Doc/UserManual/SimulationExamples.tex +++ b/Doc/UserManual/SimulationExamples.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/SoftwareArchitecture.tex b/Doc/UserManual/SoftwareArchitecture.tex index 7438f0df998..6df0f217a09 100755 --- a/Doc/UserManual/SoftwareArchitecture.tex +++ b/Doc/UserManual/SoftwareArchitecture.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/SoftwareDesignOverview.tex b/Doc/UserManual/SoftwareDesignOverview.tex index 13927350600..d66ef93b0af 100755 --- a/Doc/UserManual/SoftwareDesignOverview.tex +++ b/Doc/UserManual/SoftwareDesignOverview.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke @@ -14,9 +14,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - \section{Data classes for simulations and fits} + This section will give an overview of the classes that are used to describe all the data needed to perform a single simulation. The prime elements of this data are formed by the sample, the experimental conditions (beam and detector parameters) and simulation parameters. These classes constitute the main interface to the software's users, since they will mostly be interacting with the program by creating samples and running simulations with specific parameters. Since it is not the intent to explain internals of classes in this document, the text and figures will only mention the most important methods and fields of the classes discussed. Furthermore, getters and setters of private member fields will not be indicated, although these do belong to the public interface. For more detailed information about the project's classes, their methods and fields, the reader is referred to the source code documentation. REF? diff --git a/Doc/UserManual/Theory.tex b/Doc/UserManual/Theory.tex index 0375543ac6f..91c77f102b8 100755 --- a/Doc/UserManual/Theory.tex +++ b/Doc/UserManual/Theory.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke @@ -14,7 +14,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \chapter{Scattering cross--section} \SecLabel{ScatteringCrosssection} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Position of the problem} diff --git a/Doc/UserManual/UserAPI.tex b/Doc/UserManual/UserAPI.tex index c94c16e2938..a6cb40edf44 100644 --- a/Doc/UserManual/UserAPI.tex +++ b/Doc/UserManual/UserAPI.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/interferences.tex b/Doc/UserManual/interferences.tex index cf3c6a9d127..e7728983d0a 100755 --- a/Doc/UserManual/interferences.tex +++ b/Doc/UserManual/interferences.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke diff --git a/Doc/UserManual/theoryapp.tex b/Doc/UserManual/theoryapp.tex index 55d6dc9b59e..75a3b1422e1 100755 --- a/Doc/UserManual/theoryapp.tex +++ b/Doc/UserManual/theoryapp.tex @@ -1,12 +1,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% -%% BornAgain: simulate and fit scattering at grazing incidence +%% BornAgain User Manual %% %% homepage: http://www.bornagainproject.org %% %% copyright: Forschungszentrum Jülich GmbH 2015 -%% Software licence does not cover this documentation -%% For documentation licence, contact the authors +%% +%% license: Creative Commons CC-BY-SA %% %% authors: Scientific Computing Group at MLZ Garching %% C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke -- GitLab