texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * Pod-Simple-Texinfo/pod2texi.pl: update copyrigh


From: Gavin D. Smith
Subject: branch master updated: * Pod-Simple-Texinfo/pod2texi.pl: update copyright year to 2024
Date: Fri, 25 Oct 2024 09:34:41 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a5d6b6c361 * Pod-Simple-Texinfo/pod2texi.pl: update copyright year to 
2024
a5d6b6c361 is described below

commit a5d6b6c36103c9a38709286d37e8c99d0d2ca46a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Oct 25 14:28:05 2024 +0100

    * Pod-Simple-Texinfo/pod2texi.pl: update copyright year to 2024
---
 ChangeLog                      | 4 ++++
 Pod-Simple-Texinfo/pod2texi.pl | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7bd4d09760..5c40f3a8a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-25  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * Pod-Simple-Texinfo/pod2texi.pl: update copyright year to 2024
+
 2024-10-25  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (Customization Variables and Options):
diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 777ac16b21..1ba60d6f8b 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -199,7 +199,7 @@ my $result_options = Getopt::Long::GetOptions (
     printf __("Copyright (C) %s Free Software Foundation, Inc.
 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.\n"), "2021";
+There is NO WARRANTY, to the extent permitted by law.\n"), "2024";
       exit 0;},
   'base-level=s' => sub {
      if ($_[1] =~ /^[0-4]$/) {



reply via email to

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