guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 92ffbdd3cf8c0a2986fa8739672fc6c07164c71e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Jan 9 14:34:10 2026 +0100

    ui: It’s 2026 now!
    
    * guix/ui.scm (show-version-and-exit): Change year to 2026.
    
    Change-Id: I7895df5c279569e1c87104dfc0dc6a1c51c553c9
---
 guix/ui.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index c453383c2b..cf0bbe4fbb 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2025 Ludovic Courtès <[email protected]>
+;;; Copyright © 2012-2026 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2013, 2018 Mark H Weaver <[email protected]>
 ;;; Copyright © 2013 Nikita Karetnikov <[email protected]>
 ;;; Copyright © 2014 Cyril Roelandt <[email protected]>
@@ -565,7 +565,7 @@ See the \"Application Setup\" section in the manual, for 
more info.\n"))
   (leave-on-EPIPE
    (simple-format #t "~a (~a) ~a~%"
                   command %guix-package-name %guix-version)
-   (format #t "Copyright ~a 2025 ~a"
+   (format #t "Copyright ~a 2026 ~a"
            ;; TRANSLATORS: Translate "(C)" to the copyright symbol
            ;; (C-in-a-circle), if this symbol is available in the user's
            ;; locale.  Otherwise, do not translate "(C)"; leave it as-is.  */

Reply via email to