summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-01-06 15:01:55 +0100
committerLudovic Courtès <ludo@gnu.org>2025-01-06 15:02:10 +0100
commit6b60d9efd7ddc56af1eb4a6256181dce4b9cf084 (patch)
treeb2b0f3242b506a4151f887e14905188b7392e54b
parentaf0d981c0ade9662eeffe7f4f7dbb018e15a87e9 (diff)
ui: It’s 2025 now!
* guix/ui.scm (show-version-and-exit): Change year to 2025. Change-Id: I83bffc752904d20c82afe527097226d8a8aa9170
-rw-r--r--guix/ui.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index 14d6874795a..87a448bf720 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -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 @@ 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 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. */