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/system | |
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/system')
-rw-r--r-- | module/system/repl/common.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/system/repl/common.scm b/module/system/repl/common.scm index 155bc7acb..29ae104c5 100644 --- a/module/system/repl/common.scm +++ b/module/system/repl/common.scm @@ -1,6 +1,6 @@ ;;; Repl common routines -;; Copyright (C) 2001, 2008-2016, 2019-2020 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2008-2016, 2019-2021 Free Software Foundation, Inc. ;;; This library is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Lesser General Public @@ -40,7 +40,7 @@ (define *version* (format #f "GNU Guile ~A -Copyright (C) 1995-2020 Free Software Foundation, Inc. +Copyright (C) 1995-2021 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it |