From 0d3ce93c9aba8b8a605be686154b822afd172472 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Tue, 5 Feb 2019 09:22:32 +0100 Subject: [PATCH] clang --- Environment/FlatAtmosphere/FlatAtmosphere.h | 2 ++ Main/Environment.h | 2 ++ Main/Stack.h | 2 ++ do-copyright.py | 2 +- test.cc | 10 ---------- 5 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 test.cc diff --git a/Environment/FlatAtmosphere/FlatAtmosphere.h b/Environment/FlatAtmosphere/FlatAtmosphere.h index 6839def4..4227e0de 100644 --- a/Environment/FlatAtmosphere/FlatAtmosphere.h +++ b/Environment/FlatAtmosphere/FlatAtmosphere.h @@ -8,3 +8,5 @@ * Licence version 3 (GPL Version 3). See file LICENSE for a full version of * the license. */ + + diff --git a/Main/Environment.h b/Main/Environment.h index 6839def4..4227e0de 100644 --- a/Main/Environment.h +++ b/Main/Environment.h @@ -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 6839def4..4227e0de 100644 --- a/Main/Stack.h +++ b/Main/Stack.h @@ -8,3 +8,5 @@ * Licence version 3 (GPL Version 3). See file LICENSE for a full version of * the license. */ + + diff --git a/do-copyright.py b/do-copyright.py index da81b795..3f0a63f4 100755 --- a/do-copyright.py +++ b/do-copyright.py @@ -66,7 +66,7 @@ def checkNote(filename): return # add (new) copyright notice here: - + print ("File: " + filename + ", make copy to " + filename+".bak") os.rename(filename, filename+".bak") with open(filename, "w") as file: diff --git a/test.cc b/test.cc deleted file mode 100644 index 6839def4..00000000 --- a/test.cc +++ /dev/null @@ -1,10 +0,0 @@ - -/* - * (c) Copyright 2018 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. - */ -- GitLab