guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 06/06: support: Update copyright year in ‘--version’ output.


From: Ludovic Courtès
Subject: [shepherd] 06/06: support: Update copyright year in ‘--version’ output.
Date: Mon, 1 Jan 2024 17:38:53 -0500 (EST)

civodul pushed a commit to branch main
in repository shepherd.

commit 520094a67fdf4603a5e4d7e67e2118c20cc6c937
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 1 23:37:49 2024 +0100

    support: Update copyright year in ‘--version’ output.
    
    * modules/shepherd/support.scm (display-version): Update to 2024.
---
 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 0b3de7c..53f67f8 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, 2023 Ludovic Courtès 
<ludo@gnu.org>
+;; Copyright (C) 2013-2014, 2016, 2018, 2020, 2022-2024 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>
@@ -305,7 +305,7 @@ given MODE."
 (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") 2023)
+  (local-output (l10n "Copyright (C) ~a the Shepherd authors") 2024)
   (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]