From d31a01ec408a2ba8392bbe1a3952f2d748b02715 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Wed, 13 Oct 2021 22:45:09 +0200 Subject: [PATCH] copyright --- cmake/corsika.hpp.in | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/cmake/corsika.hpp.in b/cmake/corsika.hpp.in index f17f89efd..a22203980 100644 --- a/cmake/corsika.hpp.in +++ b/cmake/corsika.hpp.in @@ -1,5 +1,15 @@ +/* + * (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu + * + * 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. + */ + #pragma once +#include <string> + namespace corsika { /** @@ -25,8 +35,6 @@ namespace corsika { * For more information about the project, see @ref md_README. */ - // clang-format-off - /*! Usage: * to get the version R.X.Y.Z, * x: major version @@ -76,6 +84,4 @@ namespace corsika { static std::string const CORSIKA_DATA_DIR = "@CORSIKA_CMAKE_DATA_DIR@"; - // clang-format-on - } // namespace corsika -- GitLab