From 398efa924f20c3620a8953646b6350d9460b2711 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 12 Oct 2020 12:25:55 +0200
Subject: [PATCH] copyright and include guard

---
 Framework/Utilities/SaveBoostHistogram.hpp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Framework/Utilities/SaveBoostHistogram.hpp b/Framework/Utilities/SaveBoostHistogram.hpp
index 1fad50929..d12fef8ca 100644
--- a/Framework/Utilities/SaveBoostHistogram.hpp
+++ b/Framework/Utilities/SaveBoostHistogram.hpp
@@ -1,3 +1,11 @@
+/*
+ * (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.
+ */
+
 #include <corsika/third_party/cnpy/cnpy.hpp>
 
 #include <boost/histogram.hpp>
@@ -8,6 +16,8 @@
 #include <utility>
 #include <vector>
 
+#pragma once
+
 namespace corsika::utl {
   /**
    * This functions saves a boost::histogram into a numpy file. Only rather basic axis
-- 
GitLab