From 0094e07b9bbfcbefddb57d9eb41777981d80d715 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Sat, 25 May 2019 08:36:34 +0200 Subject: [PATCH] added missing copyright statements --- Processes/SwitchProcess/SwitchProcess.h | 10 ++++++++++ Processes/SwitchProcess/testSwitchProcess.cc | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/Processes/SwitchProcess/SwitchProcess.h b/Processes/SwitchProcess/SwitchProcess.h index fd13021d2..4a251b360 100644 --- a/Processes/SwitchProcess/SwitchProcess.h +++ b/Processes/SwitchProcess/SwitchProcess.h @@ -1,3 +1,13 @@ +/* + * (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 _corsika_SwitchProcess_h #define _corsika_SwitchProcess_h diff --git a/Processes/SwitchProcess/testSwitchProcess.cc b/Processes/SwitchProcess/testSwitchProcess.cc index 4e902e885..871afa4c5 100644 --- a/Processes/SwitchProcess/testSwitchProcess.cc +++ b/Processes/SwitchProcess/testSwitchProcess.cc @@ -1,3 +1,13 @@ +/* + * (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/process/switch_process/SwitchProcess.h> #include <corsika/stack/SecondaryView.h> #include <corsika/stack/Stack.h> -- GitLab