guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 05/07: support: Update copyright year in '--version' output.


From: Ludovic Courtès
Subject: [shepherd] 05/07: support: Update copyright year in '--version' output.
Date: Thu, 18 Apr 2019 06:25:27 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 035260179f6a305c3d83de678874c8803d0967d0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 18 12:18:08 2019 +0200

    support: Update copyright year in '--version' output.
    
    * modules/shepherd/support.scm (display-version): Update to 2019.
---
 modules/shepherd/support.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shepherd/support.scm b/modules/shepherd/support.scm
index 0de3fe6..c435508 100644
--- a/modules/shepherd/support.scm
+++ b/modules/shepherd/support.scm
@@ -238,7 +238,7 @@ output port, and PROC's result is returned."
 
 (define* (display-version #:optional (program-name (program-name)))
   (local-output "~a (~a) ~a" program-name package-name Version)
-  (local-output (l10n "Copyright (C) 2018 the Shepherd authors
+  (local-output (l10n "Copyright (C) 2019 the Shepherd 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]