diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-01-24 10:49:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-01-24 10:49:27 +0100 |
commit | 2bbeece034f13178b1bb4573143e4c58adac62bb (patch) | |
tree | 5e42ba01987a3a9fd95b5f653756b97380a8c2f6 /module/system | |
parent | 5a8502a4946e8a5b5c40a127aa240fc6ad960d03 (diff) | |
download | guile-2bbeece034f13178b1bb4573143e4c58adac62bb.tar.gz |
Bump user-visible copyright years to 2024.
* module/ice-9/command-line.scm (version-etc):
* module/scripts/compile.scm (show-version):
* module/system/repl/common.scm (*version*): Bump to 2024.
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 59b5c494a..88ef93d3e 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-2022 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2008-2016, 2019-2022, 2024 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 @@ -38,7 +38,7 @@ (define *version* (format #f "GNU Guile ~A -Copyright (C) 1995-2023 Free Software Foundation, Inc. +Copyright (C) 1995-2024 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 |