guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: [shepherd] 04/04: support: Update copyright year in '--version' output.
Date: Sun, 5 Mar 2023 16:15:55 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit af5c491249daad9a4615f3d0d52e5e787a9e6a03
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Mar 5 22:11:12 2023 +0100

    support: Update copyright year in '--version' output.
    
    * modules/shepherd/support.scm (display-version): Update to 2023.
---
 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 f629b5d..eaf215d 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 <alex.sassmannshausen@gmail.com>
-;; Copyright (C) 2013-2014, 2016, 2018, 2020, 2022 Ludovic Courtès 
<ludo@gnu.org>
+;; Copyright (C) 2013-2014, 2016, 2018, 2020, 2022, 2023 Ludovic Courtès 
<ludo@gnu.org>
 ;; Copyright (C) 2002, 2003 Wolfgang Jährling <wolfgang@pro-linux.de>
 ;; Copyright (C) 2016 Mathieu Lirzin <mthl@gnu.org>
 ;; Copyright (C) 2018 Danny Milosavljevic <dannym@scratchpost.org>
@@ -207,7 +207,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") 2022)
+  (local-output (l10n "Copyright (C) ~a the Shepherd authors") 2023)
   (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]