comparison 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
comparison
equal deleted inserted replaced
342:0ad38a86b1e6 343:e6b1c668b9d7
1 # -*- coding: utf-8 -*-
2 #
3 # (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
4 #
5 # This is Free Software licensed under the terms of GPLv3 or later.
6 # For details see LICENSE coming with the source of 'getan'.
7
1 __version_info__ = ("1", "1dev3") 8 __version_info__ = ("1", "1dev3")
2 __version__ = '.'.join(__version_info__) 9 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)