[Getan-commits] [PATCH] Authors adds in --version
Wald Commits
scm-commit at wald.intevation.org
Wed May 2 13:47:41 CEST 2018
# HG changeset patch
# User Magnus Schieder <mschieder at intevation.de>
# Date 1525261610 -7200
# Node ID 9dab95965ac690bca52befdb4bbeedbcb06ae51b
# Parent 7fc3da3c100dbf5fd97305b78d6ccf19f2a9e362
Authors adds in --version.
diff -r 7fc3da3c100d -r 9dab95965ac6 getan/main.py
--- a/getan/main.py Wed May 02 13:00:37 2018 +0200
+++ b/getan/main.py Wed May 02 13:46:50 2018 +0200
@@ -30,9 +30,14 @@
usage = "%(prog)s [options] [databasefile (default: " + \
DEFAULT_DATABASE + ")]"
version = '''
- getan version %s,
+ getan version %s
(c) 2017 by Intevation
- Author: Bernhard.Reiter at intevation.de
+ Author: Björn Ricks <bjoern.ricks at intevation.de>
+ Bernhard.Reiter at intevation.de <bernhard at intevation.de>
+ Sascha L. Teichmann <teichmann at intevation.de>
+ Thomas Arendsen Hein <thomas at intevation.de>
+ Ingo Weinzierl <ingo.weinzierl at intevation.de>
+ Magnus Schieder <mschieder 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\'.
More information about the Getan-commits
mailing list