summaryrefslogtreecommitdiff
path: root/guix/ui.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-17 22:49:42 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-17 22:49:42 +0100
commitc5e0eb28845dc1f01ab5b4e81ee6596a23223ede (patch)
tree6ea9aa11b6e7a1bbb7983bb20b0a3287c6efd563 /guix/ui.scm
parent9208d0c1a0ac673b383565f7bfb9040161f28b10 (diff)
downloadgnu-guix-c5e0eb28845dc1f01ab5b4e81ee6596a23223ede.tar
gnu-guix-c5e0eb28845dc1f01ab5b4e81ee6596a23223ede.tar.gz
ui: Update copyright year in '--version' output.
* guix/ui.scm (show-version-and-exit): Increment copyright year.
Diffstat (limited to 'guix/ui.scm')
-rw-r--r--guix/ui.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index 2b1a5af199..041887e7f0 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -138,7 +138,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) 2013 the Guix authors
+ (display (_ "Copyright (C) 2014 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.