summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2019-12-27 20:20:32 +0000
committerEric Covener <covener@apache.org>2019-12-27 20:20:32 +0000
commit9fa96d9a23597489a1300a2cc9fac986c2fac817 (patch)
tree7f79f3c30fa823216a73c9bf8b1d00a5bcb1f913 /support
parent250e7227702040d786136ec3a1690a57932564a7 (diff)
downloadhttpd-9fa96d9a23597489a1300a2cc9fac986c2fac817.tar.gz
ab.c: Replace zeustech.net with web archive link
closes #84 https://github.com/apache/httpd/pull/84 https://issues.apache.org/jira/browse/LEGAL-502 Submitted By: Josua Schmid <josua.schmid renuo.ch> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/ab.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/ab.c b/support/ab.c
index d29c19f64c..27743b1eba 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -16,7 +16,8 @@
/*
** This program is based on ZeusBench V1.0 written by Adam Twiss
- ** which is Copyright (c) 1996 by Zeus Technology Ltd. http://www.zeustech.net/
+ ** which is Copyright (c) 1996 by Zeus Technology Ltd.
+ ** http://web.archive.org/web/20000304112933/http://www.zeustech.net/
**
** This software is provided "as is" and any express or implied warranties,
** including but not limited to, the implied warranties of merchantability and
@@ -2083,14 +2084,14 @@ static void copyright(void)
{
if (!use_html) {
printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision$>");
- printf("Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
+ printf("Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://web.archive.org/web/20000304112933/http://www.zeustech.net/\n");
printf("Licensed to The Apache Software Foundation, http://www.apache.org/\n");
printf("\n");
}
else {
printf("<p>\n");
printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i><br>\n", AP_AB_BASEREVISION, "$Revision$");
- printf(" Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
+ printf(" Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://web.archive.org/web/20000304112933/http://www.zeustech.net/<br>\n");
printf(" Licensed to The Apache Software Foundation, http://www.apache.org/<br>\n");
printf("</p>\n<p>\n");
}