summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-28 19:06:33 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-28 21:32:58 +0100
commit9250b30466c17747a32f215551ded8dc52bc2c32 (patch)
treec6aab7c28f379ce7c20ee4a54053ae82f82d239d
parentd31721464e6a19897d137994996eb829fcfbd130 (diff)
downloadguix-9250b30466c17747a32f215551ded8dc52bc2c32.tar.gz
guix-9250b30466c17747a32f215551ded8dc52bc2c32.tar.xz
ui: Update copyright year in '--version' output.
* guix/ui.scm (show-version-and-exit): Increment copyright year.
-rw-r--r--guix/ui.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index 04c50f4827..f5ac5ede55 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.