Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 54809 invoked by uid 500); 12 Feb 2001 02:11:25 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 54798 invoked by uid 500); 12 Feb 2001 02:11:24 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 12 Feb 2001 02:11:24 -0000 Message-ID: <20010212021124.54793.qmail@apache.org> From: gstein@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include ap_release.h gstein 01/02/11 18:11:24 Modified: include ap_release.h Log: bring along the comment (from httpd.h) that went with these defines Revision Changes Path 1.2 +12 -0 httpd-2.0/include/ap_release.h Index: ap_release.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- ap_release.h 2001/02/05 03:15:19 1.1 +++ ap_release.h 2001/02/12 02:11:24 1.2 @@ -59,6 +59,18 @@ #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.0b1-dev"