From 6a183830e0eaa1869eeeb212c74386cd11679c0f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Wed, 24 Dec 2025 12:19:10 +0900
Subject: Do not add creator and date to generated help files. Those info do
 not add anything useful and make reproducible builds not possible

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 admin/gendoc.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/gendoc.pl b/admin/gendoc.pl
index 700ed23..14b0aeb 100755
--- a/admin/gendoc.pl
+++ b/admin/gendoc.pl
@@ -149,7 +149,7 @@ sub print_header
 
 sub print_footer
 {
-	print $g_filehandle "<hr>KVIrc $g_version Documentation<br>Generated by $g_currentuser at $g_currenttime\n";
+	print $g_filehandle "<hr>KVIrc $g_version Documentation\n";
 	print $g_filehandle "</body>\n";
 	print $g_filehandle "</html>\n";
 }
-- 
cgit v1.2.3

