From e86623b6424c40aeb9d1c3d7939cda02366b6552 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Mon, 20 May 2019 00:41:34 -0400 Subject: [PATCH] Clean up version text. * gash/gash.scm (display-version): Clean up output. --- gash/gash.scm | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gash/gash.scm b/gash/gash.scm index a3ab69c..38c60e7 100644 --- a/gash/gash.scm +++ b/gash/gash.scm @@ -57,15 +57,11 @@ Options: (define (display-version) (display (string-append " -gash (GASH) " %version " - -Copyright (C) 2016,2017,2018 R.E.W. van Beusekom , -Copyright (C) 2017,2018 Timothy Sample , -and others. - -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. +Gash " %version " +Copyright (C) 2016-2019 the Gash authors +License GPLv3+: GNU GPL version 3 or later +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. "))) (define (main args)