view getan/__init__.py @ 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 386756fae565
children 2c7f3bb7b673
line wrap: on
line source
# -*- 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__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)