From 85558652ea626091e82c507916339170fa909976 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Mon, 20 May 2019 21:21:38 +0200 Subject: [PATCH] added/updated copyright notice --- Main/Environment.h | 4 +++- Main/Stack.h | 4 +++- Processes/Sibyll/testSibyll.cc | 3 ++- Processes/UrQMD/UrQMD.cc | 11 +++++++++++ Processes/UrQMD/UrQMD.h | 11 +++++++++++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Main/Environment.h b/Main/Environment.h index 6839def48..b1e29a646 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 6839def48..b1e29a646 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 0c42c90ab..8c2d77d37 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 98f7a7385..6545d44f5 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 a77e6e843..549a1bd62 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 -- GitLab