diff options
author | Andy Wingo <wingo@pobox.com> | 2021-01-07 12:39:57 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2021-01-07 13:00:46 +0100 |
commit | a20ef7e7698582445f5e596c7c0e67dcd3915e32 (patch) | |
tree | 368afea18e68baed977a5ab304ad9936feb752ed /module/scripts/compile.scm | |
parent | 22a313b47e41e9c9fc13413e630f6298acbc79c8 (diff) | |
download | guile-a20ef7e7698582445f5e596c7c0e67dcd3915e32.tar.gz |
Bump copyright years for user-visible copyright messagesv3.0.5
* module/ice-9/command-line.scm (version-etc):
* module/scripts/compile.scm (show-version):
* module/system/repl/common.scm (*version*): Bump to 2021.
Diffstat (limited to 'module/scripts/compile.scm')
-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 eadd38bf2..a9e6873af 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -160,7 +160,7 @@ options." (define (show-version) (format #t "compile (GNU Guile) ~A~%" (version)) - (format #t "Copyright (C) 2020 Free Software Foundation, Inc. + (format #t "Copyright (C) 2021 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.~%")) |