From c25a20d67959ef2ceb29119b82eb56e32b0025a8 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein <thh@thh.name> Date: Fri, 10 Jan 2025 17:25:15 +0100 Subject: [PATCH] Update author's mail address. Signed-off-by: Thomas Hochstein <thh@thh.name> --- usestats.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usestats.pl b/usestats.pl index 294e1d7..12a02da 100644 --- a/usestats.pl +++ b/usestats.pl @@ -3,7 +3,7 @@ # usestats.pl ############# -# (c) 10/2003-10/2004 Thomas Hochstein <thh@inter.net> +# (c) 10/2003-10/2004 Thomas Hochstein <thh@thh.name> # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free @@ -77,7 +77,7 @@ if ($options{'h'}) { print "$0 v $ver\nUsage: $0 [-hq] [-w|r <savefile>] [-c <configfile>]\n"; exit(0); }; -print STDERR "$0 v $ver [" . scalar(gmtime) . "]\n(c) 10/2003-10/2004 Thomas Hochstein * <thh\@inter.net>\n" if (!$options{'q'}); +print STDERR "$0 v $ver [" . scalar(gmtime) . "]\n(c) 10/2003-10/2004 Thomas Hochstein * <thh\@thh.name>\n" if (!$options{'q'}); if ($options{'c'}) { &readconfig($options{'c'}); }; @@ -219,7 +219,7 @@ foreach $report (@reports) { }; }; -print "-- \n$0 v $ver [" . scalar(gmtime) . "]\n(c) 10/2003-10/2004 Thomas Hochstein * <thh\@inter.net>\n"; +print "-- \n$0 v $ver [" . scalar(gmtime) . "]\n(c) 10/2003-10/2004 Thomas Hochstein * <thh\@thh.name>\n"; exit; # Subroutinen #########################