guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Tue, 9 Jan 2024 12:37:20 -0500 (EST)

branch: master
commit 56ebeeaa757e3f0ea49bdbb02135c2a0d145af71
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jan 9 14:43:30 2024 +0100

    Bump user-visible copyright years.
    
    * src/cuirass/templates.scm (html-page): Bump copyright year in footer.
    * src/cuirass/ui.scm (show-version): Likewise.
---
 src/cuirass/templates.scm | 4 ++--
 src/cuirass/ui.scm        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index da118df..8624603 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1,6 +1,6 @@
 ;;; templates.scm -- HTTP API
 ;;; Copyright © 2018 Tatiana Sholokhova <tanja201396@gmail.com>
-;;; Copyright © 2018, 2019, 2020, 2021, 2023 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2018-2021, 2023-2024 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Mathieu Othacehe <othacehe@gnu.org>
 ;;;
@@ -221,7 +221,7 @@ system whose names start with " (code "guile-") ":" (br)
            (p (@ (class "mt-3"))
               (a (@ (href "http://guix.gnu.org/cuirass/";))
                  ,(string-append "Cuirass " %package-version))
-              " — Copyright © 2016–2023 by the GNU Guix community.")))))
+              " — Copyright © 2016–2024 by the GNU Guix community.")))))
 
 (define (status-class status)
   (cond
diff --git a/src/cuirass/ui.scm b/src/cuirass/ui.scm
index eb2ca06..5fd70f6 100644
--- a/src/cuirass/ui.scm
+++ b/src/cuirass/ui.scm
@@ -36,7 +36,7 @@
   "Display version information for COMMAND."
   (simple-format #t "~a (~a) ~a~%"
                  (%program-name) %package-name %package-version)
-  (display "Copyright (C) 2021 the Cuirass authors
+  (display "Copyright (C) 2024 the Cuirass 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]