summaryrefslogtreecommitdiff
path: root/guix/ui.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-02 18:32:10 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-02 19:42:59 +0100
commit09edf136efb570c3a84dd2dc2c043b28515e0c60 (patch)
tree7a66234ef522ce33c1910cb514e127abfbb03f3f /guix/ui.scm
parent7c4e4bac876190eae90635ba7d7f59892c31bcc6 (diff)
downloadguix-patches-09edf136efb570c3a84dd2dc2c043b28515e0c60.tar
guix-patches-09edf136efb570c3a84dd2dc2c043b28515e0c60.tar.gz
ui: It's 2020 now!
* guix/ui.scm (show-version-and-exit): Change year to 2020.
Diffstat (limited to 'guix/ui.scm')
-rw-r--r--guix/ui.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index 540671f3dd..023e604085 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 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>
@@ -494,7 +494,7 @@ See the \"Application Setup\" section in the manual, for more info.\n")))))
"Display version information for COMMAND and `(exit 0)'."
(simple-format #t "~a (~a) ~a~%"
command %guix-package-name %guix-version)
- (format #t "Copyright ~a 2019 ~a"
+ (format #t "Copyright ~a 2020 ~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. */