ui: It’s 2025 now!

* guix/ui.scm (show-version-and-exit): Change year to 2025.

Change-Id: I83bffc752904d20c82afe527097226d8a8aa9170
This commit is contained in:
Ludovic Courtès 2025-01-06 15:01:55 +01:00
parent af0d981c0a
commit 6b60d9efd7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012-2024 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012-2025 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2014 Cyril Roelandt <tipecaml@gmail.com>
@ -563,7 +563,7 @@ (define* (show-version-and-exit #:optional (command (car (command-line))))
(leave-on-EPIPE
(simple-format #t "~a (~a) ~a~%"
command %guix-package-name %guix-version)
(format #t "Copyright ~a 2024 ~a"
(format #t "Copyright ~a 2025 ~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. */