Mercurial > getan
changeset 343:e6b1c668b9d7
Add license header comment of __init__.py file
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 10:44:03 +0100 |
parents | 0ad38a86b1e6 |
children | 2c7f3bb7b673 |
files | getan/__init__.py |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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@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__)