From 84d59840a1f9560061fd33e53e58d549bc8fde52 Mon Sep 17 00:00:00 2001
From: Dmitrij Naumov <dmitrij@naumov.de>
Date: Thu, 1 Nov 2012 16:04:13 +0100
Subject: [PATCH] Include file header.

---
 BaseLib/Histogram.h | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/BaseLib/Histogram.h b/BaseLib/Histogram.h
index 9c889c69118..490ced06360 100644
--- a/BaseLib/Histogram.h
+++ b/BaseLib/Histogram.h
@@ -1,8 +1,13 @@
-/** \file
- * \author Dmitri Naumov
- * \date   Apr. 2012
+/**
+ * \file
+ * \author Dmitrij Naumov
  * \brief Implementation of Histogram class.
  *
+ * \copyright
+ * Copyright (c) 2012, 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 BASELIB_HISTOGRAM_H
-- 
GitLab