# HG changeset patch # User Bernhard Reiter # Date 1543823786 -3600 # Node ID f05079aea604dc401623a2b647e9ec28711bdc2f # Parent 3633f284edcae6da414d0cc21f8d06e7849fa842 Improve --version output. * Add plural to authors. Sort by time, earliest authors first. Use updated phrasing for license. diff -r 3633f284edca -r f05079aea604 getan/main.py --- 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 - Bernhard Reiter - Sascha L. Teichmann - Thomas Arendsen Hein - Ingo Weinzierl - Magnus Schieder + (c) 2008-2018 by Intevation GmbH + Authors: Sascha L. Teichmann + Ingo Weinzierl + Björn Ricks + Bernhard Reiter + Thomas Arendsen Hein + Magnus Schieder - 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__