diff --git a/Main/Environment.h b/Main/Environment.h index 6839def48c2f6fddfafd0beb5fd4ca46058ebd09..b1e29a646fd57f15ce37982a52e371e0d15a6c1e 100644 --- a/Main/Environment.h +++ b/Main/Environment.h @@ -1,6 +1,6 @@ /* - * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu + * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu * * See file AUTHORS for a list of contributors. * @@ -8,3 +8,5 @@ * Licence version 3 (GPL Version 3). See file LICENSE for a full version of * the license. */ + + diff --git a/Main/Stack.h b/Main/Stack.h index 6839def48c2f6fddfafd0beb5fd4ca46058ebd09..b1e29a646fd57f15ce37982a52e371e0d15a6c1e 100644 --- a/Main/Stack.h +++ b/Main/Stack.h @@ -1,6 +1,6 @@ /* - * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu + * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu * * See file AUTHORS for a list of contributors. * @@ -8,3 +8,5 @@ * Licence version 3 (GPL Version 3). See file LICENSE for a full version of * the license. */ + + diff --git a/Processes/Sibyll/testSibyll.cc b/Processes/Sibyll/testSibyll.cc index d5f5d9bc8e39ac775de3fb9d541a18b596941bad..2ceeea51b92f2094767f26fb7d4b472d7d4a42be 100644 --- a/Processes/Sibyll/testSibyll.cc +++ b/Processes/Sibyll/testSibyll.cc @@ -1,6 +1,6 @@ /* - * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu + * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu * * See file AUTHORS for a list of contributors. * @@ -9,6 +9,7 @@ * the license. */ + #include <corsika/process/sibyll/Decay.h> #include <corsika/process/sibyll/Interaction.h> #include <corsika/process/sibyll/NuclearInteraction.h> diff --git a/Processes/UrQMD/UrQMD.cc b/Processes/UrQMD/UrQMD.cc index df4456bfb965f398720e33aafd286ed56bbdb307..59d819df8bf849ae905d23b9a96c18c20834cd28 100644 --- a/Processes/UrQMD/UrQMD.cc +++ b/Processes/UrQMD/UrQMD.cc @@ -1,3 +1,14 @@ + +/* + * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu + * + * See file AUTHORS for a list of contributors. + * + * This software is distributed under the terms of the GNU General Public + * Licence version 3 (GPL Version 3). See file LICENSE for a full version of + * the license. + */ + #include <corsika/geometry/QuantityVector.h> #include <corsika/geometry/Vector.h> #include <corsika/particles/ParticleProperties.h> diff --git a/Processes/UrQMD/UrQMD.h b/Processes/UrQMD/UrQMD.h index 11c8a0eb9a14268f1729a2fbf23508bcf024bcb4..1b4447608d6bb4797e6b6815acce215ecc537196 100644 --- a/Processes/UrQMD/UrQMD.h +++ b/Processes/UrQMD/UrQMD.h @@ -1,3 +1,14 @@ + +/* + * (c) Copyright 2019 CORSIKA Project, corsika-project@lists.kit.edu + * + * See file AUTHORS for a list of contributors. + * + * This software is distributed under the terms of the GNU General Public + * Licence version 3 (GPL Version 3). See file LICENSE for a full version of + * the license. + */ + #ifndef _Processes_UrQMD_UrQMD_h #define _Processes_UrQMD_UrQMD_h