guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: ui: It's 2020 now!


From: guix-commits
Subject: 02/03: ui: It's 2020 now!
Date: Thu, 2 Jan 2020 13:43:08 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 09edf136efb570c3a84dd2dc2c043b28515e0c60
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 2 18:32:10 2020 +0100

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

diff --git a/guix/ui.scm b/guix/ui.scm
index 540671f..023e604 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 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <address@hidden>
 ;;; Copyright © 2013, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2014 Cyril Roelandt <address@hidden>
@@ -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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]