[Getan-commits] [PATCH 4 of 5] Add license header comment of __init__.py file

Wald Commits scm-commit at wald.intevation.org
Mon Mar 3 10:44:33 CET 2014


# HG changeset patch
# User Björn Ricks <bjoern.ricks at intevation.de>
# Date 1393839843 -3600
# Node ID e6b1c668b9d74bd5af34d1848e4201970cbdba2d
# Parent  0ad38a86b1e68829888e5f704ea89c90dc1cf02b
Add license header comment of __init__.py file

diff -r 0ad38a86b1e6 -r e6b1c668b9d7 getan/__init__.py
--- a/getan/__init__.py	Mon Mar 03 10:42:07 2014 +0100
+++ b/getan/__init__.py	Mon Mar 03 10:44:03 2014 +0100
@@ -1,2 +1,9 @@
+# -*- coding: utf-8 -*-
+#
+# (c) 2013, 2014 by Björn Ricks <bjoern.ricks at intevation.de>
+#
+# This is Free Software licensed under the terms of GPLv3 or later.
+# For details see LICENSE coming with the source of 'getan'.
+
 __version_info__ = ("1", "1dev3")
 __version__ = '.'.join(__version_info__)


More information about the Getan-commits mailing list