guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: [shepherd] 01/01: support: Update copyright year in '--version' output.
Date: Thu, 2 Jan 2020 13:02:35 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 4e57cb10e99fec07e4f7c0859a146e2cccba3451
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 2 19:01:42 2020 +0100

    support: Update copyright year in '--version' output.
    
    * modules/shepherd/support.scm (display-version): Update to 2020.
---
 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 91fde73..1f73f6b 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, 2018 Ludovic Courtès <address@hidden>
+;; Copyright (C) 2013, 2014, 2016, 2018, 2020 Ludovic Courtès <address@hidden>
 ;; Copyright (C) 2002, 2003 Wolfgang Jährling <address@hidden>
 ;; Copyright (C) 2016 Mathieu Lirzin <address@hidden>
 ;; Copyright (C) 2018 Danny Milosavljevic <address@hidden>
@@ -239,7 +239,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)
   ;; TRANSLATORS: '~a' is a placeholder for the copyright year.
-  (local-output (l10n "Copyright (C) ~a the Shepherd authors") 2019)
+  (local-output (l10n "Copyright (C) ~a the Shepherd authors") 2020)
   (local-output (l10n "\
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]