poke-devel
[Top][All Lists]
Advanced

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

[COMMITTED] poke: fix copyright year in banner and --version


From: Jose E. Marchesi
Subject: [COMMITTED] poke: fix copyright year in banner and --version
Date: Sun, 22 Jan 2023 23:30:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13)


Reported by Bruno Haible.

2023-01-22  Jose E. Marchesi  <jemarch@gnu.org>

        * poke/poke.c (pk_print_version): Bump copyright year to 2023 and
        do not use a year range.
---
 ChangeLog   | 5 +++++
 poke/poke.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 989942bb..29084fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-22  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * poke/poke.c (pk_print_version): Bump copyright year to 2023 and
+       do not use a year range.
+
 2023-01-22  Jose E. Marchesi  <jemarch@gnu.org>
 
        * libpoke/pkl-gen.pks (typifier_mapper_wrapper): New function.
diff --git a/poke/poke.c b/poke/poke.c
index 93e68a0d..989b316b 100644
--- a/poke/poke.c
+++ b/poke/poke.c
@@ -249,7 +249,7 @@ pk_print_version (int hand_p)
      to do this.  In other cases it's probably best to leave it untranslated.  
*/
   printf (_("\
 %s (C) %s The poke authors.\n\
-License GPLv3+: GNU GPL version 3 or later"), "Copyright", "2019-2022");
+License GPLv3+: GNU GPL version 3 or later"), "Copyright", "2023");
   puts (".\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.");
-- 
2.30.2




reply via email to

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