]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ab.c: Replace zeustech.net with web archive link
authorEric Covener <covener@apache.org>
Fri, 27 Dec 2019 20:20:32 +0000 (20:20 +0000)
committerEric Covener <covener@apache.org>
Fri, 27 Dec 2019 20:20:32 +0000 (20:20 +0000)
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

support/ab.c

index d29c19f64cd35ad68f04be1b01c11bee43075cf5..27743b1eba3cd0ebcb95e359c3f7a23cc36f999f 100644 (file)
@@ -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");
     }