summaryrefslogtreecommitdiff
path: root/module/ice-9/command-line.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2022-02-11 15:21:03 +0100
committerAndy Wingo <wingo@pobox.com>2022-02-11 15:21:03 +0100
commit5a3086e6814497b23dba66167c698bc0564193e0 (patch)
tree9605d233a021de6a628216d5bd9ab456ff685f9d /module/ice-9/command-line.scm
parente734a6a607b3f25c36c9282489a9cc7c6b7e4162 (diff)
downloadguile-5a3086e6814497b23dba66167c698bc0564193e0.tar.gz
Bump user-visible copyright years to 2022
* module/ice-9/command-line.scm (version-etc): * module/system/repl/common.scm (*version*): Bump to 2022.
Diffstat (limited to 'module/ice-9/command-line.scm')
-rw-r--r--module/ice-9/command-line.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/ice-9/command-line.scm b/module/ice-9/command-line.scm
index a0a1a35d9..b06186c6f 100644
--- a/module/ice-9/command-line.scm
+++ b/module/ice-9/command-line.scm
@@ -1,6 +1,6 @@
;;; Parsing Guile's command-line
-;;; Copyright (C) 1994-1998, 2000-2021 Free Software Foundation, Inc.
+;;; Copyright (C) 1994-1998, 2000-2022 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
@@ -66,7 +66,7 @@ There is NO WARRANTY, to the extent permitted by law."))
(define* (version-etc package version #:key
(port (current-output-port))
;; FIXME: authors
- (copyright-year 2021)
+ (copyright-year 2022)
(copyright-holder "Free Software Foundation, Inc.")
(copyright (format #f "Copyright (C) ~a ~a"
copyright-year copyright-holder))