guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: 02/04: ui: Update copyright year in '--version' output.
Date: Wed, 28 Jan 2015 20:33:05 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9250b30466c17747a32f215551ded8dc52bc2c32
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 28 19:06:33 2015 +0100

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

diff --git a/guix/ui.scm b/guix/ui.scm
index 04c50f4..f5ac5ed 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -153,7 +153,7 @@ messages."
   "Display version information for COMMAND and `(exit 0)'."
   (simple-format #t "~a (~a) ~a~%"
                  command %guix-package-name %guix-version)
-  (display (_ "Copyright (C) 2014 the Guix authors
+  (display (_ "Copyright (C) 2015 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]