guix-commits
[Top][All Lists]
Advanced

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

02/08: ui: Update copyright year in '--version' output.


From: Ludovic Courtès
Subject: 02/08: ui: Update copyright year in '--version' output.
Date: Mon, 04 Jan 2016 23:28:59 +0000

civodul pushed a commit to branch master
in repository guix.

commit d28ef4393719692371aee085d5723f5779cb6049
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 4 22:11:57 2016 +0100

    ui: Update copyright year in '--version' output.
    
    * guix/ui.scm (show-version-and-exit): Increment copyright year.
---
 guix/ui.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/ui.scm b/guix/ui.scm
index 35a6671..6fd16bb 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 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013 Mark H Weaver <address@hidden>
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2014 Cyril Roelandt <address@hidden>
@@ -301,7 +301,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) 2015 the Guix authors
+  (display (_ "Copyright (C) 2016 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]