guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: Bump user-visible copyright years t


From: Andy Wingo
Subject: [Guile-commits] branch main updated: Bump user-visible copyright years to 2022
Date: Fri, 11 Feb 2022 09:21:50 -0500

This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new 5a3086e68 Bump user-visible copyright years to 2022
5a3086e68 is described below

commit 5a3086e6814497b23dba66167c698bc0564193e0
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Fri Feb 11 15:21:03 2022 +0100

    Bump user-visible copyright years to 2022
    
    * module/ice-9/command-line.scm (version-etc):
    * module/system/repl/common.scm (*version*): Bump to 2022.
---
 module/ice-9/command-line.scm | 4 ++--
 module/system/repl/common.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 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))
diff --git a/module/system/repl/common.scm b/module/system/repl/common.scm
index 7f785b53e..d996c65ab 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-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2008-2016, 2019-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
@@ -40,7 +40,7 @@
 
 (define *version*
   (format #f "GNU Guile ~A
-Copyright (C) 1995-2021 Free Software Foundation, Inc.
+Copyright (C) 1995-2022 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]