diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-19 17:58:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-19 18:00:19 +0200 |
commit | e45a33ce5884aaeae3add4144a262161333d495b (patch) | |
tree | 34f882d41008b5c4f3ac52c93d55ec76a5f21f3d | |
parent | 85c5bae4fd94f8686d26fd792b7c0f588c23bd94 (diff) | |
download | guile-e45a33ce5884aaeae3add4144a262161333d495b.tar.gz |
compile: Update copyright year.
* module/scripts/compile.scm (show-version): Update copyright year.
-rw-r--r-- | module/scripts/compile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/scripts/compile.scm b/module/scripts/compile.scm index 841acc43d..ae96c9e1f 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -156,7 +156,7 @@ options." (define (show-version) (format #t "compile (GNU Guile) ~A~%" (version)) - (format #t "Copyright (C) 2009, 2011 Free Software Foundation, Inc. + (format #t "Copyright (C) 2018 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL version 3 or later <http://gnu.org/licenses/lgpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.~%")) |