1*eb8dc403SDave Cobbley 2*eb8dc403SDave Cobbley/* ==================================================================== 3*eb8dc403SDave Cobbley * Copyright (c) 1995-1999 The Apache Group. All rights reserved. 4*eb8dc403SDave Cobbley * 5*eb8dc403SDave Cobbley * Redistribution and use in source and binary forms, with or without 6*eb8dc403SDave Cobbley * modification, are permitted provided that the following conditions 7*eb8dc403SDave Cobbley * are met: 8*eb8dc403SDave Cobbley * 9*eb8dc403SDave Cobbley * 1. Redistributions of source code must retain the above copyright 10*eb8dc403SDave Cobbley * notice, this list of conditions and the following disclaimer. 11*eb8dc403SDave Cobbley * 12*eb8dc403SDave Cobbley * 2. Redistributions in binary form must reproduce the above copyright 13*eb8dc403SDave Cobbley * notice, this list of conditions and the following disclaimer in 14*eb8dc403SDave Cobbley * the documentation and/or other materials provided with the 15*eb8dc403SDave Cobbley * distribution. 16*eb8dc403SDave Cobbley * 17*eb8dc403SDave Cobbley * 3. All advertising materials mentioning features or use of this 18*eb8dc403SDave Cobbley * software must display the following acknowledgment: 19*eb8dc403SDave Cobbley * "This product includes software developed by the Apache Group 20*eb8dc403SDave Cobbley * for use in the Apache HTTP server project (http://www.apache.org/)." 21*eb8dc403SDave Cobbley * 22*eb8dc403SDave Cobbley * 4. The names "Apache Server" and "Apache Group" must not be used to 23*eb8dc403SDave Cobbley * endorse or promote products derived from this software without 24*eb8dc403SDave Cobbley * prior written permission. For written permission, please contact 25*eb8dc403SDave Cobbley * apache@apache.org. 26*eb8dc403SDave Cobbley * 27*eb8dc403SDave Cobbley * 5. Products derived from this software may not be called "Apache" 28*eb8dc403SDave Cobbley * nor may "Apache" appear in their names without prior written 29*eb8dc403SDave Cobbley * permission of the Apache Group. 30*eb8dc403SDave Cobbley * 31*eb8dc403SDave Cobbley * 6. Redistributions of any form whatsoever must retain the following 32*eb8dc403SDave Cobbley * acknowledgment: 33*eb8dc403SDave Cobbley * "This product includes software developed by the Apache Group 34*eb8dc403SDave Cobbley * for use in the Apache HTTP server project (http://www.apache.org/)." 35*eb8dc403SDave Cobbley * 36*eb8dc403SDave Cobbley * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS`` AND ANY 37*eb8dc403SDave Cobbley * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 38*eb8dc403SDave Cobbley * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 39*eb8dc403SDave Cobbley * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR 40*eb8dc403SDave Cobbley * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 41*eb8dc403SDave Cobbley * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 42*eb8dc403SDave Cobbley * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 43*eb8dc403SDave Cobbley * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 44*eb8dc403SDave Cobbley * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 45*eb8dc403SDave Cobbley * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 46*eb8dc403SDave Cobbley * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 47*eb8dc403SDave Cobbley * OF THE POSSIBILITY OF SUCH DAMAGE. 48*eb8dc403SDave Cobbley * ==================================================================== 49*eb8dc403SDave Cobbley * 50*eb8dc403SDave Cobbley * This software consists of voluntary contributions made by many 51*eb8dc403SDave Cobbley * individuals on behalf of the Apache Group and was originally based 52*eb8dc403SDave Cobbley * on public domain software written at the National Center for 53*eb8dc403SDave Cobbley * Supercomputing Applications, University of Illinois, Urbana-Champaign. 54*eb8dc403SDave Cobbley * For more information on the Apache Group and the Apache HTTP server 55*eb8dc403SDave Cobbley * project, please see <http://www.apache.org/>. 56*eb8dc403SDave Cobbley * 57*eb8dc403SDave Cobbley */ 58*eb8dc403SDave Cobbley 59*eb8dc403SDave Cobbley 60*eb8dc403SDave Cobbley 61*eb8dc403SDave Cobbley 62