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