ap_release.h revision 904fa4fdf1248895105b7609486c0b3323a31691
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak/* ====================================================================
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * The Apache Software License, Version 1.1
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * reserved.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * Redistribution and use in source and binary forms, with or without
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * modification, are permitted provided that the following conditions
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * are met:
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * 1. Redistributions of source code must retain the above copyright
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * notice, this list of conditions and the following disclaimer.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * 2. Redistributions in binary form must reproduce the above copyright
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * notice, this list of conditions and the following disclaimer in
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * the documentation and/or other materials provided with the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * distribution.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * 3. The end-user documentation included with the redistribution,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * if any, must include the following acknowledgment:
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * "This product includes software developed by the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * Apache Software Foundation (http://www.apache.org/)."
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * Alternately, this acknowledgment may appear in the software itself,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * if and wherever such third-party acknowledgments normally appear.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * 4. The names "Apache" and "Apache Software Foundation" must
c04f76acce77126cf88b09350e56ea8c6b4a064enilgun * not be used to endorse or promote products derived from this
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * software without prior written permission. For written
91f378b5a10f2d83820902ed10ba7967a3920c18nilgun * permission, please contact apache@apache.org.
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * 5. Products derived from this software may not be called "Apache",
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem * nor may "Apache" appear in their name, without prior written
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem * permission of the Apache Software Foundation.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * SUCH DAMAGE.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * ====================================================================
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * This software consists of voluntary contributions made by many
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * individuals on behalf of the Apache Software Foundation. For more
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * information on the Apache Software Foundation, please see
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * <http://www.apache.org/>.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * Portions of this software are based upon public domain software
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * originally written at the National Center for Supercomputing Applications,
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * University of Illinois, Urbana-Champaign.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak */
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#ifndef AP_RELEASE_H
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#define AP_RELEASE_H
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak/*
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * The below defines the base string of the Server: header. Additional
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * tokens can be added via the ap_add_version_component() API call.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * The tokens are listed in order of their significance for identifying the
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * application.
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * "Product tokens should be short and to the point -- use of them for
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * advertizing or other non-essential information is explicitly forbidden."
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak *
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak * Example: "Apache/1.1.0 MrWidget/0.1-alpha"
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak */
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#define AP_SERVER_BASEPRODUCT "Apache"
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#define AP_SERVER_BASEREVISION "2.0.37"
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak#endif
5652dbe450e4fcfdf36d4cfb42d7f2345ded29a4maczniak