Clean up version text.

* gash/gash.scm (display-version): Clean up output.
This commit is contained in:
Timothy Sample 2019-05-20 00:41:34 -04:00
parent 669c414116
commit e86623b642
1 changed files with 5 additions and 9 deletions

View File

@ -57,15 +57,11 @@ Options:
(define (display-version) (define (display-version)
(display (string-append " (display (string-append "
gash (GASH) " %version " Gash " %version "
Copyright (C) 2016-2019 the Gash authors
Copyright (C) 2016,2017,2018 R.E.W. van Beusekom <rutger.van.beusekom@gmail.com>, License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
Copyright (C) 2017,2018 Timothy Sample <samplet@ngyro.com>, This is free software: you are free to change and redistribute it.
and others. There is NO WARRANTY, to the extent permitted by law.
This is Gash, Guile As SHell. Gash is free software and is covered by
the GNU General Public License version 3 or later, see COPYING for the
copyleft.
"))) ")))
(define (main args) (define (main args)