From d9cd7802d6a169af3d954497ba84842c6c501f70 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Tue, 1 Sep 2015 15:23:52 +0200
Subject: [PATCH] added copyright header

---
 NumLib/Function/Interpolation.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NumLib/Function/Interpolation.h b/NumLib/Function/Interpolation.h
index 975883436b0..e46363ec3d5 100644
--- a/NumLib/Function/Interpolation.h
+++ b/NumLib/Function/Interpolation.h
@@ -1,3 +1,12 @@
+/**
+ * \copyright
+ * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org)
+ *            Distributed under a Modified BSD License.
+ *              See accompanying file LICENSE.txt or
+ *              http://www.opengeosys.org/project/license
+ *
+ */
+
 #ifndef NUMLIB_INTERPOLATION_H
 #define NUMLIB_INTERPOLATION_H
 
-- 
GitLab