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/scripts | |
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/scripts')
-rw-r--r-- | module/scripts/compile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/scripts/compile.scm b/module/scripts/compile.scm index 9bb1211f8..fba4576a4 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -1,6 +1,6 @@ ;;; Compile --- Command-line Guile Scheme compiler -*- coding: iso-8859-1 -*- -;; Copyright 2005,2008-2011,2013-2015,2017-2020 Free Software Foundation, Inc. +;; Copyright 2005,2008-2011,2013-2015,2017-2020,2024 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License @@ -160,7 +160,7 @@ options." (define (show-version) (format #t "compile (GNU Guile) ~A~%" (version)) - (format #t "Copyright (C) 2023 Free Software Foundation, Inc. + (format #t "Copyright (C) 2024 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.~%")) |