diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-28 19:06:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-28 21:32:58 +0100 |
commit | 9250b30466c17747a32f215551ded8dc52bc2c32 (patch) | |
tree | c6aab7c28f379ce7c20ee4a54053ae82f82d239d | |
parent | d31721464e6a19897d137994996eb829fcfbd130 (diff) | |
download | guix-9250b30466c17747a32f215551ded8dc52bc2c32.tar guix-9250b30466c17747a32f215551ded8dc52bc2c32.tar.gz |
ui: Update copyright year in '--version' output.
* guix/ui.scm (show-version-and-exit): Increment copyright year.
-rw-r--r-- | guix/ui.scm | 2 |
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. |