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)