Mercurial > getan
changeset 520:f05079aea604
Improve --version output.
* Add plural to authors. Sort by time, earliest authors first.
Use updated phrasing for license.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Mon, 03 Dec 2018 08:56:26 +0100 |
parents | 3633f284edca |
children | f8b05636cd43 |
files | getan/main.py |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/main.py Fri Nov 30 12:56:44 2018 +0100 +++ b/getan/main.py Mon Dec 03 08:56:26 2018 +0100 @@ -34,15 +34,15 @@ DEFAULT_DATABASE + ")]" version = ''' getan version %s - (c) 2008-2018 by Intevation - Author: Björn Ricks <bjoern.ricks@intevation.de> - Bernhard Reiter <bernhard.reiter@intevation.de> - Sascha L. Teichmann <teichmann@intevation.de> - Thomas Arendsen Hein <thomas@intevation.de> - Ingo Weinzierl <ingo.weinzierl@intevation.de> - Magnus Schieder <magnus.schieder@intevation.de> + (c) 2008-2018 by Intevation GmbH + Authors: Sascha L. Teichmann <teichmann@intevation.de> + Ingo Weinzierl <ingo.weinzierl@intevation.de> + Björn Ricks <bjoern.ricks@intevation.de> + Bernhard Reiter <bernhard.reiter@intevation.de> + Thomas Arendsen Hein <thomas@intevation.de> + Magnus Schieder <magnus.schieder@intevation.de> - This is Free Software licensed under the terms of GPLv3 or later. + This is Free Software licensed under the terms of GNU GPL v>=3. For details see LICENSE coming with the source of \'getan\'. ''' % getan.__version__