diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-07-19 17:58:39 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-08-07 12:34:22 +0200 |
commit | cbc2445eb135c69122599a1e7ce6e86778d48867 (patch) | |
tree | fd62f5ec3d58232ebaaeab4230cca315c9be078e /module/scripts | |
parent | 240cc546599f25e6601420672a793bf181674915 (diff) | |
download | guile-cbc2445eb135c69122599a1e7ce6e86778d48867.tar.gz |
compile: Update copyright year.
* module/scripts/compile.scm (show-version): Update copyright year.
Diffstat (limited to 'module/scripts')
-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 336965d59..d86f2f2bc 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -141,7 +141,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.~%")) |