guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 03/05: Update copyright year in --version output.


From: Ludovic Courtès
Subject: [shepherd] 03/05: Update copyright year in --version output.
Date: Tue, 12 Jan 2016 22:28:27 +0000

civodul pushed a commit to branch master
in repository shepherd.

commit 77f451e74548c3e8f24b1ac7f44de57ef1b8d34e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 12 23:00:40 2016 +0100

    Update copyright year in --version output.
    
    * modules/shepherd/support.scm (display-version): Update copyright
    year.  Replace people's names with "the Shepherd authors".
---
 modules/shepherd/support.scm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/shepherd/support.scm b/modules/shepherd/support.scm
index df7c988..f505967 100644
--- a/modules/shepherd/support.scm
+++ b/modules/shepherd/support.scm
@@ -178,8 +178,7 @@ output port, and PROC's result is returned."
 
 (define* (display-version #:optional (program-name "dmd"))
   (local-output "~a (~a) ~a" program-name package-name Version)
-  (local-output (l10n "Copyright (C) 2013 Ludovic Courtès
-Copyright (C) 2002, 2003 Wolfgang Jährling
+  (local-output (l10n "Copyright (C) 2016 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]