[Getan-commits] [PATCH] Improve --version output

Wald Commits scm-commit at wald.intevation.org
Mon Dec 3 08:56:29 CET 2018


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# 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 <bjoern.ricks at intevation.de>
-                Bernhard Reiter <bernhard.reiter 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 <magnus.schieder at intevation.de>
+    (c) 2008-2018 by Intevation GmbH
+        Authors: Sascha L. Teichmann <teichmann at intevation.de>
+                 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+                 Björn Ricks <bjoern.ricks at intevation.de>
+                 Bernhard Reiter <bernhard.reiter at intevation.de>
+                 Thomas Arendsen Hein <thomas at intevation.de>
+                 Magnus Schieder <magnus.schieder at 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__
 


More information about the Getan-commits mailing list