mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
ui: Update copyright year in '--version' output.
* guix/ui.scm (show-version-and-exit): Increment copyright year.
This commit is contained in:
parent
9208d0c1a0
commit
c5e0eb2884
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ (define* (show-version-and-exit #:optional (command (car (command-line))))
|
|||
"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.
|
||||
|
|
Loading…
Reference in a new issue