From cb0dd71812bdd8f07dbbdeaeec1890d9f7285725 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Wed, 26 Dec 2018 23:58:37 +0100 Subject: [PATCH] removed two spaces --- do-copyright.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/do-copyright.py b/do-copyright.py index c771a570..6f3ea672 100755 --- a/do-copyright.py +++ b/do-copyright.py @@ -4,14 +4,14 @@ import os.path text = """ /** - * (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. -*/\n + * (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. + */\n """ excludeDirs = ["ThirdParty", "git"] -- GitLab