guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Wed, 24 Jan 2018 08:10:20 -0500 (EST)

branch: master
commit b349678589ccf5a4c6aeca89fbc0d17df696738a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 24 14:02:53 2018 +0100

    ui: Bump copyright year in '--version' output.
    
    * src/cuirass/ui.scm (show-version): Update year.
---
 src/cuirass/ui.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/ui.scm b/src/cuirass/ui.scm
index 98ee3a9..ae875c6 100644
--- a/src/cuirass/ui.scm
+++ b/src/cuirass/ui.scm
@@ -38,7 +38,7 @@
   "Display version information for COMMAND."
   (simple-format #t "~a (~a) ~a~%"
                  (%program-name) %package-name %package-version)
-  (display "Copyright (C) 2016 the Cuirass authors
+  (display "Copyright (C) 2018 the Cuirass 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]