From 79897a26b99f84619b8846f7a58d97a63ea4c2d0 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 03 Jul 2023 18:47:20 +0200
Subject: [PATCH] Add Perl 5.38

---
 tools/perl-license |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/tools/perl-license b/tools/perl-license
index 8381479..1eb151b 100644
--- a/tools/perl-license
+++ b/tools/perl-license
@@ -1,20 +1,21 @@
 #
 # The rest of this file (everything except comment lines starting with #) was
-# created using the following commands in perl-5.36.0 source directory:
-#   (cat README | grep -v "^=========" | gsed -e '0,/^LICENSING/d' -e '/./,$!d'
-#   printf "%s\n" "--- The GNU General Public License, Version 1, February 1989 ---"
+# created using the following commands in perl-5.38.0 source directory:
+#   gsed -i -n -e '/^#/{p;d}' -e 'Q' $WS_TOOLS/perl-license
+#   (cat README | gsed -e '0,/^# LICENSING/d' -e '/./,$!d'
+#   printf '\n\n%s\n' '--- Copying ---------------------------------------------------------------'
 #   cat Copying
-#   printf "\n\n%s\n\n" "--- The \"Artistic License\" ---"
+#   printf '\n\n%s\n\n' '--- Artistic --------------------------------------------------------------'
 #   cat Artistic | gsed -e '/./,$!d') >> $WS_TOOLS/perl-license
 #
 This program is free software; you can redistribute it and/or modify
 it under the terms of either:
 
-	a) the GNU General Public License as published by the Free
-	Software Foundation; either version 1, or (at your option) any
-	later version, or
+a.  the GNU General Public License as published by the Free
+    Software Foundation; either version 1, or (at your option) any
+    later version, or
 
-	b) the "Artistic License" which comes with this Kit.
+b.  the "Artistic License" which comes with this Kit.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -53,7 +54,7 @@
 spells all this out for your protection, so you may prefer to use that.
 
 
---- The GNU General Public License, Version 1, February 1989 ---
+--- Copying ---------------------------------------------------------------
 
                     GNU GENERAL PUBLIC LICENSE
                      Version 1, February 1989
@@ -307,7 +308,7 @@
 That's all there is to it!
 
 
---- The "Artistic License" ---
+--- Artistic --------------------------------------------------------------
 
                          The "Artistic License"
 

--
Gitblit v1.9.3