civodul pushed a commit to branch master
in repository guix.
commit a173f09811baa2f368fd77dd7a7e3552e2e56040
Author: Ludovic Courtès <[email protected]>
Date: Sat Jan 5 00:06:04 2019 +0100
ui: It's 2019 now!
* guix/ui.scm (show-version-and-exit): Change year to 2019.
---
guix/ui.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/ui.scm b/guix/ui.scm
index 44336ee..4c31246 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 Ludovic Courtès
<[email protected]>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 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]>
@@ -466,7 +466,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 2018 ~a"
+ (format #t "Copyright ~a 2019 ~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. */