From 9ac56eac23e7e843401205a6b756b84f8d063f62 Mon Sep 17 00:00:00 2001
From: Anne Philipp <bscannephilipp@gmail.com>
Date: Mon, 5 Feb 2018 15:59:46 +0100
Subject: [PATCH] changed header style and added ChangeHistory section

---
 python/UIOTools.py | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/python/UIOTools.py b/python/UIOTools.py
index 661af0f..f3738c8 100644
--- a/python/UIOTools.py
+++ b/python/UIOTools.py
@@ -1,14 +1,3 @@
-#!/usr/bin/env python
-#
-# (C) Copyright 2014 UIO.
-#
-# This software is licensed under the terms of the Apache Licence Version 2.0
-# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
-#
-# Creation: October 2014 - Anne Fouilloux - University of Oslo
-#
-
-
 #************************************************************************
 # TODO AP
 #
@@ -17,6 +6,21 @@
 # und dann hier implementieren
 # - l�schen?
 #************************************************************************
+"""
+@Author: Anne Fouilloux (University of Oslo)
+
+@Date: October 2014
+
+@ChangeHistory:
+   Anne Philipp - February 2018:
+       Added documentation and applied pep8 style guides
+
+@License:
+    (C) Copyright 2014 UIO.
+
+    This software is licensed under the terms of the Apache Licence Version 2.0
+    which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
+"""
 
 import os
 import glob
-- 
GitLab