diff --git a/do-copyright.py b/do-copyright.py index c771a570f5908067ea89c4ef2e8c934ac9c79b61..6f3ea67284282c0635621e742dc56015e95ea0f5 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"]