guix-commits
[Top][All Lists]
Advanced

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

02/02: ui: It's 2017 now!


From: Ludovic Courtès
Subject: 02/02: ui: It's 2017 now!
Date: Sun, 1 Jan 2017 22:39:18 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 74d862e8a24c06fc07d83d94b482613d1e47e37f
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 1 23:38:52 2017 +0100

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

diff --git a/guix/ui.scm b/guix/ui.scm
index cafb3c6..dba41a0 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 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013 Mark H Weaver <address@hidden>
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2014 Cyril Roelandt <address@hidden>
@@ -306,7 +306,7 @@ exiting.  ARGS is the list of arguments received by the 
'throw' handler."
   "Display version information for COMMAND and `(exit 0)'."
   (simple-format #t "~a (~a) ~a~%"
                  command %guix-package-name %guix-version)
-  (display (_ "Copyright (C) 2016 the Guix authors
+  (display (_ "Copyright (C) 2017 the Guix authors
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.



reply via email to

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