comparison getan/main.py @ 466:9dab95965ac6

Authors adds in --version.
author Magnus Schieder <mschieder@intevation.de>
date Wed, 02 May 2018 13:46:50 +0200
parents 7fc3da3c100d
children 999a438474f2
comparison
equal deleted inserted replaced
465:7fc3da3c100d 466:9dab95965ac6
28 def main(): 28 def main():
29 29
30 usage = "%(prog)s [options] [databasefile (default: " + \ 30 usage = "%(prog)s [options] [databasefile (default: " + \
31 DEFAULT_DATABASE + ")]" 31 DEFAULT_DATABASE + ")]"
32 version = ''' 32 version = '''
33 getan version %s, 33 getan version %s
34 (c) 2017 by Intevation 34 (c) 2017 by Intevation
35 Author: Bernhard.Reiter@intevation.de 35 Author: Björn Ricks <bjoern.ricks@intevation.de>
36 Bernhard.Reiter@intevation.de <bernhard@intevation.de>
37 Sascha L. Teichmann <teichmann@intevation.de>
38 Thomas Arendsen Hein <thomas@intevation.de>
39 Ingo Weinzierl <ingo.weinzierl@intevation.de>
40 Magnus Schieder <mschieder@intevation.de>
36 41
37 This is Free Software licensed under the terms of GPLv3 or later. 42 This is Free Software licensed under the terms of GPLv3 or later.
38 For details see LICENSE coming with the source of \'getan\'. 43 For details see LICENSE coming with the source of \'getan\'.
39 ''' % getan.__version__ 44 ''' % getan.__version__
40 45
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)