guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/04: support: Update copyright year in '--version' output.


From: Ludovic Courtès
Subject: [shepherd] 02/04: support: Update copyright year in '--version' output.
Date: Sun, 4 Feb 2018 17:45:28 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 7f04b3f245bf64d5636244d2ea10fc9a2c8ae4b7
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 4 22:00:25 2018 +0100

    support: Update copyright year in '--version' output.
    
    * modules/shepherd/support.scm (display-version): Update to 2018.
---
 modules/shepherd/support.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/shepherd/support.scm b/modules/shepherd/support.scm
index ea98b5f..bb01edc 100644
--- a/modules/shepherd/support.scm
+++ b/modules/shepherd/support.scm
@@ -1,6 +1,6 @@
 ;; support.scm -- Various support facilities, used by herd and shepherd.
 ;; Copyright (C) 2014 A.Sassmannshausen <address@hidden>
-;; Copyright (C) 2013, 2014, 2016 Ludovic Courtès <address@hidden>
+;; Copyright (C) 2013, 2014, 2016, 2018 Ludovic Courtès <address@hidden>
 ;; Copyright (C) 2002, 2003 Wolfgang Jährling <address@hidden>
 ;; Copyright (C) 2016 Mathieu Lirzin <address@hidden>
 ;;
@@ -206,7 +206,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) 2016 the Shepherd authors
+  (local-output (l10n "Copyright (C) 2018 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]