From 8bb0048d50c05907d2691b9477ca61f0e1d016a7 Mon Sep 17 00:00:00 2001
From: Felix Riehn <friehn@lip.pt>
Date: Fri, 21 Jun 2024 20:32:23 +0200
Subject: [PATCH] added copyright

---
 corsika/framework/utility/CrossSectionTable.hpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/corsika/framework/utility/CrossSectionTable.hpp b/corsika/framework/utility/CrossSectionTable.hpp
index efd53ff4b..67515dd4a 100644
--- a/corsika/framework/utility/CrossSectionTable.hpp
+++ b/corsika/framework/utility/CrossSectionTable.hpp
@@ -1,3 +1,10 @@
+/*
+ * (c) Copyright 2024 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 <algorithm>
-- 
GitLab