1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Bump copyright years for user-visible copyright messages

* module/ice-9/command-line.scm (version-etc):
* module/scripts/compile.scm (show-version):
* module/system/repl/common.scm (*version*): Bump to 2021.
This commit is contained in:
Andy Wingo 2021-01-07 12:39:57 +01:00
parent 22a313b47e
commit a20ef7e769
3 changed files with 5 additions and 5 deletions

View file

@ -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.~%"))