You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/03/31 11:42:58 UTC

cvs commit: apache-2.0/src/support ab.8 ab.c apachectl apachectl.8 apxs.8 apxs.pl dbmmanage dbmmanage.1 htdigest.1 htdigest.c htpasswd.1 htpasswd.c httpd.8 log_server_status logresolve.8 logresolve.pl phf_abuse_log.cgi rotatelogs.8 rotatelogs.c split-logfile suexec.8 suexec.c suexec.h

fielding    00/03/31 01:42:58

  Modified:    src/support ab.8 ab.c apachectl apachectl.8 apxs.8 apxs.pl
                        dbmmanage dbmmanage.1 htdigest.1 htdigest.c
                        htpasswd.1 htpasswd.c httpd.8 log_server_status
                        logresolve.8 logresolve.pl phf_abuse_log.cgi
                        rotatelogs.8 rotatelogs.c split-logfile suexec.8
                        suexec.c suexec.h
  Log:
  Update to Apache Software License version 1.1
  
  Revision  Changes    Path
  1.4       +34 -35    apache-2.0/src/support/ab.8
  
  Index: ab.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/ab.8,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ab.8	2000/03/10 00:07:35	1.3
  +++ ab.8	2000/03/31 09:42:54	1.4
  @@ -1,56 +1,55 @@
  -.TH ab 1 "March 1998"
  -.\" Copyright (c) 1998-2000 The Apache Software Foundation. All rights reserved.
  +.TH ab 1 "March 2000"
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   ab \- Apache HTTP server benchmarking tool
   .SH SYNOPSIS
  
  
  
  1.7       +37 -36    apache-2.0/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/ab.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ab.c	2000/03/10 00:07:35	1.6
  +++ ab.c	2000/03/31 09:42:54	1.7
  @@ -1,6 +1,9 @@
   /* ====================================================================
  - * Copyright (c) 1998-2000 The Apache Software Foundation.  All rights reserved.
  + * The Apache Software License, Version 1.1
    *
  + * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * reserved.
  + *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
  @@ -13,46 +16,44 @@
    *    the documentation and/or other materials provided with the
    *    distribution.
    *
  - * 3. All advertising materials mentioning features or use of this
  - *    software must display the following acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  - *    endorse or promote products derived from this software without
  - *    prior written permission. For written permission, please contact
  - *    apache@apache.org.
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Apache" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact apache@apache.org.
    *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
    *    permission of the Apache Software Foundation.
    *
  - * 6. Redistributions of any form whatsoever must retain the following
  - *    acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  - * OF THE POSSIBILITY OF SUCH DAMAGE.
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was originally based
  - * on public domain software written at the National Center for
  - * Supercomputing Applications, University of Illinois, Urbana-Champaign.
  - * For more information on the Apache Software Foundation and the Apache HTTP server
  - * project, please see <http://www.apache.org/>.
  - *
  + * 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.
    */
   
   /*
  @@ -882,14 +883,14 @@
   static void copyright(void)
   {
       if (!use_html) {
  -	printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.6 $> apache-2.0");
  +	printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.7 $> apache-2.0");
   	printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
   	printf("Copyright (c) 1998-2000 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> apache-2.0<br>\n", VERSION, "$Revision: 1.6 $");
  +	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", VERSION, "$Revision: 1.7 $");
   	printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
   	printf(" Copyright (c) 1998-2000 The Apache Software Foundation, http://www.apache.org/<br>\n");
   	printf("</p>\n<p>\n");
  
  
  
  1.4       +46 -41    apache-2.0/src/support/apachectl
  
  Index: apachectl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/apachectl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apachectl	2000/03/10 00:07:36	1.3
  +++ apachectl	2000/03/31 09:42:54	1.4
  @@ -1,5 +1,8 @@
   #!/bin/sh
   #
  +# Copyright (c) 2000 The Apache Software Foundation.
  +# See license at the end of this file.
  +#
   # Apache control script designed to allow an easy command line interface
   # to controlling Apache.  Written by Marc Slemko, 1997/08/23
   # 
  @@ -173,57 +176,59 @@
   exit $ERROR
   
   # ====================================================================
  -# Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  -# 
  +# The Apache Software License, Version 1.1
  +#
  +# Copyright (c) 2000 The Apache Software Foundation.  All rights
  +# reserved.
  +#
   # Redistribution and use in source and binary forms, with or without
   # modification, are permitted provided that the following conditions
   # are met:
  -# 
  +#
   # 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  -# 
  +#    notice, this list of conditions and the following disclaimer.
  +#
   # 2. Redistributions in binary form must reproduce the above copyright
   #    notice, this list of conditions and the following disclaimer in
   #    the documentation and/or other materials provided with the
   #    distribution.
  -# 
  -# 3. All advertising materials mentioning features or use of this
  -#    software must display the following acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -# 
  -# 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -#    endorse or promote products derived from this software without
  -#    prior written permission. For written permission, please contact
  -#    apache@apache.org.
  -# 
  -# 5. Products derived from this software may not be called "Apache"
  -#    nor may "Apache" appear in their names without prior written
  +#
  +# 3. The end-user documentation included with the redistribution,
  +#    if any, must include the following acknowledgment:
  +#       "This product includes software developed by the
  +#        Apache Software Foundation (http://www.apache.org/)."
  +#    Alternately, this acknowledgment may appear in the software itself,
  +#    if and wherever such third-party acknowledgments normally appear.
  +#
  +# 4. The names "Apache" and "Apache Software Foundation" must
  +#    not be used to endorse or promote products derived from this
  +#    software without prior written permission. For written
  +#    permission, please contact apache@apache.org.
  +#
  +# 5. Products derived from this software may not be called "Apache",
  +#    nor may "Apache" appear in their name, without prior written
   #    permission of the Apache Software Foundation.
   #
  -# 6. Redistributions of any form whatsoever must retain the following
  -#    acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -# 
  -# THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -# OF THE POSSIBILITY OF SUCH DAMAGE.
  +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +# SUCH DAMAGE.
   # ====================================================================
  -# 
  +#
   # This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation and was originally based
  -# on public domain software written at the National Center for
  -# Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -# For more information on the Apache Software Foundation and the Apache HTTP server
  -# project, please see <http://www.apache.org/>.
  -# 
  +# 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.
  +#
  
  
  
  1.3       +33 -34    apache-2.0/src/support/apachectl.8
  
  Index: apachectl.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/apachectl.8,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apachectl.8	2000/03/10 00:07:36	1.2
  +++ apachectl.8	2000/03/31 09:42:55	1.3
  @@ -1,56 +1,55 @@
   .TH apachectl 1 "September 1997"
  -.\" Copyright (c) 1997-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   apachectl \- Apache HTTP server control interface
   .SH SYNOPSIS
  
  
  
  1.3       +33 -34    apache-2.0/src/support/apxs.8
  
  Index: apxs.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/apxs.8,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apxs.8	2000/03/10 00:07:36	1.2
  +++ apxs.8	2000/03/31 09:42:55	1.3
  @@ -1,56 +1,55 @@
   .TH apxs 8 "April 1998"
  -.\" Copyright (c) 1998-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   apxs \- APache eXtenSion tool
   .SH SYNOPSIS
  
  
  
  1.5       +53 -56    apache-2.0/src/support/apxs.pl
  
  Index: apxs.pl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/apxs.pl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apxs.pl	2000/03/10 00:07:36	1.4
  +++ apxs.pl	2000/03/31 09:42:55	1.5
  @@ -1,60 +1,57 @@
   #!/usr/local/bin/perl
  -## ====================================================================
  -## Copyright (c) 1998-2000 The Apache Software Foundation.  All rights reserved.
  -##
  -## Redistribution and use in source and binary forms, with or without
  -## modification, are permitted provided that the following conditions
  -## are met:
  -##
  -## 1. Redistributions of source code must retain the above copyright
  -##    notice, this list of conditions and the following disclaimer. 
  -##
  -## 2. Redistributions in binary form must reproduce the above copyright
  -##    notice, this list of conditions and the following disclaimer in
  -##    the documentation and/or other materials provided with the
  -##    distribution.
  -##
  -## 3. All advertising materials mentioning features or use of this
  -##    software must display the following acknowledgment:
  -##    "This product includes software developed by the Apache Software Foundation
  -##    for use in the Apache HTTP server project (http://www.apache.org/)."
  -##
  -## 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -##    endorse or promote products derived from this software without
  -##    prior written permission. For written permission, please contact
  -##    apache@apache.org.
  -##
  -## 5. Products derived from this software may not be called "Apache"
  -##    nor may "Apache" appear in their names without prior written
  -##    permission of the Apache Software Foundation.
  -##
  -## 6. Redistributions of any form whatsoever must retain the following
  -##    acknowledgment:
  -##    "This product includes software developed by the Apache Software Foundation
  -##    for use in the Apache HTTP server project (http://www.apache.org/)."
  -##
  -## THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -## EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -## PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  -## ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -## NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -## LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -## STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -## OF THE POSSIBILITY OF SUCH DAMAGE.
  -## ====================================================================
  -##
  -## This software consists of voluntary contributions made by many
  -## individuals on behalf of the Apache Software Foundation and was originally based
  -## on public domain software written at the National Center for
  -## Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -## For more information on the Apache Software Foundation and the Apache HTTP server
  -## project, please see <http://www.apache.org/>.
  -##
  -
  +# ====================================================================
  +# The Apache Software License, Version 1.1
  +#
  +# Copyright (c) 2000 The Apache Software Foundation.  All rights
  +# reserved.
  +#
  +# Redistribution and use in source and binary forms, with or without
  +# modification, are permitted provided that the following conditions
  +# are met:
  +#
  +# 1. Redistributions of source code must retain the above copyright
  +#    notice, this list of conditions and the following disclaimer.
  +#
  +# 2. Redistributions in binary form must reproduce the above copyright
  +#    notice, this list of conditions and the following disclaimer in
  +#    the documentation and/or other materials provided with the
  +#    distribution.
  +#
  +# 3. The end-user documentation included with the redistribution,
  +#    if any, must include the following acknowledgment:
  +#       "This product includes software developed by the
  +#        Apache Software Foundation (http://www.apache.org/)."
  +#    Alternately, this acknowledgment may appear in the software itself,
  +#    if and wherever such third-party acknowledgments normally appear.
  +#
  +# 4. The names "Apache" and "Apache Software Foundation" must
  +#    not be used to endorse or promote products derived from this
  +#    software without prior written permission. For written
  +#    permission, please contact apache@apache.org.
  +#
  +# 5. Products derived from this software may not be called "Apache",
  +#    nor may "Apache" appear in their name, without prior written
  +#    permission of the Apache Software Foundation.
  +#
  +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  +# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +# SUCH DAMAGE.
  +# ====================================================================
  +#
  +# This software consists of voluntary contributions made by many
  +# individuals on behalf of the Apache Software Foundation.  For more
  +# information on the Apache Software Foundation, please see
  +# <http://www.apache.org/>.
  +#
   ##
   ##  apxs -- APache eXtenSion tool
   ##  Written by Ralf S. Engelschall <rs...@apache.org>
  
  
  
  1.3       +37 -36    apache-2.0/src/support/dbmmanage
  
  Index: dbmmanage
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/dbmmanage,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dbmmanage	2000/03/10 00:07:36	1.2
  +++ dbmmanage	2000/03/31 09:42:55	1.3
  @@ -1,60 +1,61 @@
   #!/usr/local/bin/perl
  -
   # ====================================================================
  -# Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  +# The Apache Software License, Version 1.1
   #
  +# Copyright (c) 2000 The Apache Software Foundation.  All rights
  +# reserved.
  +#
   # Redistribution and use in source and binary forms, with or without
   # modification, are permitted provided that the following conditions
   # are met:
   #
   # 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  +#    notice, this list of conditions and the following disclaimer.
   #
   # 2. Redistributions in binary form must reproduce the above copyright
   #    notice, this list of conditions and the following disclaimer in
   #    the documentation and/or other materials provided with the
   #    distribution.
   #
  -# 3. All advertising materials mentioning features or use of this
  -#    software must display the following acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -#    endorse or promote products derived from this software without
  -#    prior written permission. For written permission, please contact
  -#    apache@apache.org.
  +# 3. The end-user documentation included with the redistribution,
  +#    if any, must include the following acknowledgment:
  +#       "This product includes software developed by the
  +#        Apache Software Foundation (http://www.apache.org/)."
  +#    Alternately, this acknowledgment may appear in the software itself,
  +#    if and wherever such third-party acknowledgments normally appear.
  +#
  +# 4. The names "Apache" and "Apache Software Foundation" must
  +#    not be used to endorse or promote products derived from this
  +#    software without prior written permission. For written
  +#    permission, please contact apache@apache.org.
   #
  -# 5. Products derived from this software may not be called "Apache"
  -#    nor may "Apache" appear in their names without prior written
  +# 5. Products derived from this software may not be called "Apache",
  +#    nor may "Apache" appear in their name, without prior written
   #    permission of the Apache Software Foundation.
   #
  -# 6. Redistributions of any form whatsoever must retain the following
  -#    acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -# OF THE POSSIBILITY OF SUCH DAMAGE.
  +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +# SUCH DAMAGE.
   # ====================================================================
   #
   # This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation and was originally based
  -# on public domain software written at the National Center for
  -# Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -# For more information on the Apache Software Foundation and the Apache HTTP server
  -# project, please see <http://www.apache.org/>.
  -
  +# 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.
  +#
   #for more functionality see the HTTPD::UserAdmin module:
   # http://www.perl.com/CPAN/modules/by-module/HTTPD/HTTPD-Tools-x.xx.tar.gz
   #
  
  
  
  1.3       +33 -34    apache-2.0/src/support/dbmmanage.1
  
  Index: dbmmanage.1
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/dbmmanage.1,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dbmmanage.1	2000/03/10 00:07:36	1.2
  +++ dbmmanage.1	2000/03/31 09:42:55	1.3
  @@ -1,56 +1,55 @@
   .TH dbmmanage 1 "March 1998"
  -.\" Copyright (c) 1998-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   dbmmanage \- Create and update user authentication files in DBM format
   .SH SYNOPSIS
  
  
  
  1.3       +33 -35    apache-2.0/src/support/htdigest.1
  
  Index: htdigest.1
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/htdigest.1,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- htdigest.1	2000/03/10 00:07:36	1.2
  +++ htdigest.1	2000/03/31 09:42:55	1.3
  @@ -1,57 +1,55 @@
   .TH htdigest 1 "March 1998"
  -.\" Copyright (c) 1997-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission. For written permission, please contact
  -.\"    apache@apache.org.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   htdigest \- Create and update user authentication files
   .SH SYNOPSIS
  
  
  
  1.5       +37 -35    apache-2.0/src/support/htdigest.c
  
  Index: htdigest.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/htdigest.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- htdigest.c	2000/03/10 00:07:36	1.4
  +++ htdigest.c	2000/03/31 09:42:55	1.5
  @@ -1,59 +1,61 @@
   /* ====================================================================
  - * Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  + * The Apache Software License, Version 1.1
    *
  + * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * reserved.
  + *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
    *    the documentation and/or other materials provided with the
    *    distribution.
    *
  - * 3. All advertising materials mentioning features or use of this
  - *    software must display the following acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  - *    endorse or promote products derived from this software without
  - *    prior written permission. For written permission, please contact
  - *    apache@apache.org.
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Apache" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact apache@apache.org.
    *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
    *    permission of the Apache Software Foundation.
    *
  - * 6. Redistributions of any form whatsoever must retain the following
  - *    acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  - * OF THE POSSIBILITY OF SUCH DAMAGE.
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was originally based
  - * on public domain software written at the National Center for
  - * Supercomputing Applications, University of Illinois, Urbana-Champaign.
  - * For more information on the Apache Software Foundation and the Apache HTTP server
  - * project, please see <http://www.apache.org/>.
  - *
  + * 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.
    */
  +
   /******************************************************************************
    ******************************************************************************
    * NOTE! This program is not safe as a setuid executable!  Do not make it
  
  
  
  1.3       +33 -35    apache-2.0/src/support/htpasswd.1
  
  Index: htpasswd.1
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/htpasswd.1,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- htpasswd.1	2000/03/10 00:07:37	1.2
  +++ htpasswd.1	2000/03/31 09:42:55	1.3
  @@ -1,57 +1,55 @@
   .TH htpasswd 1 "February 1997"
  -.\" Copyright (c) 1997-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission. For written permission, please contact
  -.\"    apache@apache.org.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   htpasswd \- Create and update user authentication files
   .SH SYNOPSIS
  
  
  
  1.6       +36 -35    apache-2.0/src/support/htpasswd.c
  
  Index: htpasswd.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/htpasswd.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- htpasswd.c	2000/03/22 15:21:57	1.5
  +++ htpasswd.c	2000/03/31 09:42:55	1.6
  @@ -1,58 +1,59 @@
   /* ====================================================================
  - * Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  + * The Apache Software License, Version 1.1
    *
  + * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * reserved.
  + *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
    *    the documentation and/or other materials provided with the
    *    distribution.
    *
  - * 3. All advertising materials mentioning features or use of this
  - *    software must display the following acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  - *    endorse or promote products derived from this software without
  - *    prior written permission. For written permission, please contact
  - *    apache@apache.org.
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Apache" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact apache@apache.org.
    *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
    *    permission of the Apache Software Foundation.
    *
  - * 6. Redistributions of any form whatsoever must retain the following
  - *    acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  - * OF THE POSSIBILITY OF SUCH DAMAGE.
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was originally based
  - * on public domain software written at the National Center for
  - * Supercomputing Applications, University of Illinois, Urbana-Champaign.
  - * For more information on the Apache Software Foundation and the Apache HTTP server
  - * project, please see <http://www.apache.org/>.
  - *
  + * 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.
    */
   
   /******************************************************************************
  
  
  
  1.3       +33 -36    apache-2.0/src/support/httpd.8
  
  Index: httpd.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/httpd.8,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- httpd.8	2000/03/10 00:07:37	1.2
  +++ httpd.8	2000/03/31 09:42:55	1.3
  @@ -1,58 +1,55 @@
   .TH httpd 8 "February 1997"
  -.\" Copyright (c) 1995-1997 David Robinson. All rights reserved.
  -.\" Copyright (c) 1997-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission. For written permission, please contact
  -.\"    apache@apache.org.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   httpd \- Apache hypertext transfer protocol server
   .SH SYNOPSIS
  
  
  
  1.3       +33 -37    apache-2.0/src/support/log_server_status
  
  Index: log_server_status
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/log_server_status,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log_server_status	2000/03/10 00:07:37	1.2
  +++ log_server_status	2000/03/31 09:42:55	1.3
  @@ -1,61 +1,57 @@
   #!/usr/local/bin/perl
  -
   # ====================================================================
  -# Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  +# The Apache Software License, Version 1.1
   #
  +# Copyright (c) 2000 The Apache Software Foundation.  All rights
  +# reserved.
  +#
   # Redistribution and use in source and binary forms, with or without
   # modification, are permitted provided that the following conditions
   # are met:
   #
   # 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  +#    notice, this list of conditions and the following disclaimer.
   #
   # 2. Redistributions in binary form must reproduce the above copyright
   #    notice, this list of conditions and the following disclaimer in
   #    the documentation and/or other materials provided with the
   #    distribution.
   #
  -# 3. All advertising materials mentioning features or use of this
  -#    software must display the following acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -#    endorse or promote products derived from this software without
  -#    prior written permission. For written permission, please contact
  -#    apache@apache.org.
  +# 3. The end-user documentation included with the redistribution,
  +#    if any, must include the following acknowledgment:
  +#       "This product includes software developed by the
  +#        Apache Software Foundation (http://www.apache.org/)."
  +#    Alternately, this acknowledgment may appear in the software itself,
  +#    if and wherever such third-party acknowledgments normally appear.
  +#
  +# 4. The names "Apache" and "Apache Software Foundation" must
  +#    not be used to endorse or promote products derived from this
  +#    software without prior written permission. For written
  +#    permission, please contact apache@apache.org.
   #
  -# 5. Products derived from this software may not be called "Apache"
  -#    nor may "Apache" appear in their names without prior written
  +# 5. Products derived from this software may not be called "Apache",
  +#    nor may "Apache" appear in their name, without prior written
   #    permission of the Apache Software Foundation.
   #
  -# 6. Redistributions of any form whatsoever must retain the following
  -#    acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -# OF THE POSSIBILITY OF SUCH DAMAGE.
  +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +# SUCH DAMAGE.
   # ====================================================================
   #
   # This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation and was originally based
  -# on public domain software written at the National Center for
  -# Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -# For more information on the Apache Software Foundation and the Apache HTTP server
  -# project, please see <http://www.apache.org/>.
  -
  -
  +# individuals on behalf of the Apache Software Foundation.  For more
  +# information on the Apache Software Foundation, please see
  +# <http://www.apache.org/>.
  +#
   # Log Server Status
   # Mark J Cox, UK Web Ltd 1996, mark@ukweb.com
   #
  
  
  
  1.3       +33 -34    apache-2.0/src/support/logresolve.8
  
  Index: logresolve.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/logresolve.8,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- logresolve.8	2000/03/10 00:07:37	1.2
  +++ logresolve.8	2000/03/31 09:42:55	1.3
  @@ -1,56 +1,55 @@
   .TH logresolve 8 "March 1998"
  -.\" Copyright (c) 1998-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   logresolve \- resolve hostnames for IP-adresses in Apache logfiles
   .SH SYNOPSIS
  
  
  
  1.3       +33 -36    apache-2.0/src/support/logresolve.pl
  
  Index: logresolve.pl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/logresolve.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- logresolve.pl	2000/03/10 00:07:37	1.2
  +++ logresolve.pl	2000/03/31 09:42:55	1.3
  @@ -1,60 +1,57 @@
   #!/usr/local/bin/perl
  -
   # ====================================================================
  -# Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  +# The Apache Software License, Version 1.1
   #
  +# Copyright (c) 2000 The Apache Software Foundation.  All rights
  +# reserved.
  +#
   # Redistribution and use in source and binary forms, with or without
   # modification, are permitted provided that the following conditions
   # are met:
   #
   # 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  +#    notice, this list of conditions and the following disclaimer.
   #
   # 2. Redistributions in binary form must reproduce the above copyright
   #    notice, this list of conditions and the following disclaimer in
   #    the documentation and/or other materials provided with the
   #    distribution.
   #
  -# 3. All advertising materials mentioning features or use of this
  -#    software must display the following acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -#    endorse or promote products derived from this software without
  -#    prior written permission. For written permission, please contact
  -#    apache@apache.org.
  +# 3. The end-user documentation included with the redistribution,
  +#    if any, must include the following acknowledgment:
  +#       "This product includes software developed by the
  +#        Apache Software Foundation (http://www.apache.org/)."
  +#    Alternately, this acknowledgment may appear in the software itself,
  +#    if and wherever such third-party acknowledgments normally appear.
  +#
  +# 4. The names "Apache" and "Apache Software Foundation" must
  +#    not be used to endorse or promote products derived from this
  +#    software without prior written permission. For written
  +#    permission, please contact apache@apache.org.
   #
  -# 5. Products derived from this software may not be called "Apache"
  -#    nor may "Apache" appear in their names without prior written
  +# 5. Products derived from this software may not be called "Apache",
  +#    nor may "Apache" appear in their name, without prior written
   #    permission of the Apache Software Foundation.
   #
  -# 6. Redistributions of any form whatsoever must retain the following
  -#    acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -# OF THE POSSIBILITY OF SUCH DAMAGE.
  +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +# SUCH DAMAGE.
   # ====================================================================
   #
   # This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation and was originally based
  -# on public domain software written at the National Center for
  -# Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -# For more information on the Apache Software Foundation and the Apache HTTP server
  -# project, please see <http://www.apache.org/>.
  -
  +# individuals on behalf of the Apache Software Foundation.  For more
  +# information on the Apache Software Foundation, please see
  +# <http://www.apache.org/>.
  +#
   # logresolve.pl
   #
   # v 1.2 by robh @ imdb.com
  
  
  
  1.2       +5 -4      apache-2.0/src/support/phf_abuse_log.cgi
  
  Index: phf_abuse_log.cgi
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/phf_abuse_log.cgi,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- phf_abuse_log.cgi	1999/08/24 06:45:56	1.1
  +++ phf_abuse_log.cgi	2000/03/31 09:42:55	1.2
  @@ -1,11 +1,12 @@
   #!/usr/local/bin/perl
   
  -# This script can be used to detect people trying to abuse the security hole which
  +# This script is used to detect people trying to abuse the security hole which
   # existed in A CGI script direstributed with Apache 1.0.3 and earlier versions.
  -# You can redirect them to here using the "<Location /cgi-bin/phf*>" suggestion in
  -# httpd.conf.  
  +# You can redirect them to here using the "<Location /cgi-bin/phf*>" suggestion
  +# in httpd.conf.  
   #
  -# The format logged to is "[date] remote_addr remote_host [date] referrer user_agent".
  +# The format logged to is
  +#    "[date] remote_addr remote_host [date] referrer user_agent".
   
   $LOG = "/var/log/phf_log";
   
  
  
  
  1.3       +33 -34    apache-2.0/src/support/rotatelogs.8
  
  Index: rotatelogs.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/rotatelogs.8,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rotatelogs.8	2000/03/10 00:07:37	1.2
  +++ rotatelogs.8	2000/03/31 09:42:55	1.3
  @@ -1,56 +1,55 @@
   .TH rotatelogs 8 "March 1998"
  -.\" Copyright (c) 1998-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   rotatelogs \- rotate Apache logs without having to kill the server
   .SH SYNOPSIS
  
  
  
  1.4       +54 -0     apache-2.0/src/support/rotatelogs.c
  
  Index: rotatelogs.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/rotatelogs.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rotatelogs.c	2000/02/17 13:39:15	1.3
  +++ rotatelogs.c	2000/03/31 09:42:55	1.4
  @@ -1,3 +1,57 @@
  +/* ====================================================================
  + * The Apache Software License, Version 1.1
  + *
  + * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in
  + *    the documentation and/or other materials provided with the
  + *    distribution.
  + *
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Apache" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact apache@apache.org.
  + *
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
  + *    permission of the Apache Software Foundation.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
  +
   /*
    * Simple program to rotate Apache logs without having to kill the server.
    *
  
  
  
  1.3       +32 -37    apache-2.0/src/support/split-logfile
  
  Index: split-logfile
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/split-logfile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- split-logfile	2000/03/10 00:07:37	1.2
  +++ split-logfile	2000/03/31 09:42:55	1.3
  @@ -1,62 +1,57 @@
   #!/usr/local/bin/perl
  -#
   # ====================================================================
  -# Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  +# The Apache Software License, Version 1.1
  +#
  +# Copyright (c) 2000 The Apache Software Foundation.  All rights
  +# reserved.
   #
   # Redistribution and use in source and binary forms, with or without
   # modification, are permitted provided that the following conditions
   # are met:
   #
   # 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  +#    notice, this list of conditions and the following disclaimer.
   #
   # 2. Redistributions in binary form must reproduce the above copyright
   #    notice, this list of conditions and the following disclaimer in
   #    the documentation and/or other materials provided with the
   #    distribution.
   #
  -# 3. All advertising materials mentioning features or use of this
  -#    software must display the following acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -#    endorse or promote products derived from this software without
  -#    prior written permission.  For permission please contact
  -#    Apache@Apache.Org.
  +# 3. The end-user documentation included with the redistribution,
  +#    if any, must include the following acknowledgment:
  +#       "This product includes software developed by the
  +#        Apache Software Foundation (http://www.apache.org/)."
  +#    Alternately, this acknowledgment may appear in the software itself,
  +#    if and wherever such third-party acknowledgments normally appear.
  +#
  +# 4. The names "Apache" and "Apache Software Foundation" must
  +#    not be used to endorse or promote products derived from this
  +#    software without prior written permission. For written
  +#    permission, please contact apache@apache.org.
   #
  -# 5. Products derived from this software may not be called "Apache"
  -#    nor may "Apache" appear in their names without prior written
  +# 5. Products derived from this software may not be called "Apache",
  +#    nor may "Apache" appear in their name, without prior written
   #    permission of the Apache Software Foundation.
   #
  -# 6. Redistributions of any form whatsoever must retain the following
  -#    acknowledgment:
  -#    "This product includes software developed by the Apache Software Foundation
  -#    for use in the Apache HTTP server project (http://www.apache.org/)."
  -#
  -# THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +# DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -# OF THE POSSIBILITY OF SUCH DAMAGE.
  +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +# SUCH DAMAGE.
   # ====================================================================
   #
   # This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation and was originally based
  -# on public domain software written at the National Center for
  -# Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -# For more information on the Apache Software Foundation and the Apache HTTP server
  -# project, please see <http://www.apache.org/>.
  -#
  +# individuals on behalf of the Apache Software Foundation.  For more
  +# information on the Apache Software Foundation, please see
  +# <http://www.apache.org/>.
   
  -#
   # This script will take a combined Web server access
   # log file and break its contents into separate files.
   # It assumes that the first field of each line is the
  
  
  
  1.3       +33 -34    apache-2.0/src/support/suexec.8
  
  Index: suexec.8
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/suexec.8,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- suexec.8	2000/03/10 00:07:37	1.2
  +++ suexec.8	2000/03/31 09:42:55	1.3
  @@ -1,56 +1,55 @@
   .TH suexec 8 "March 1998"
  -.\" Copyright (c) 1998-2000 The Apache Software Foundation. All rights reserved.
  +.\" The Apache Software License, Version 1.1
   .\"
  +.\" Copyright (c) 2000 The Apache Software Foundation.  All rights
  +.\" reserved.
  +.\"
   .\" Redistribution and use in source and binary forms, with or without
   .\" modification, are permitted provided that the following conditions
   .\" are met:
   .\"
   .\" 1. Redistributions of source code must retain the above copyright
  -.\"    notice, this list of conditions and the following disclaimer. 
  +.\"    notice, this list of conditions and the following disclaimer.
   .\"
   .\" 2. Redistributions in binary form must reproduce the above copyright
   .\"    notice, this list of conditions and the following disclaimer in
   .\"    the documentation and/or other materials provided with the
   .\"    distribution.
   .\"
  -.\" 3. All advertising materials mentioning features or use of this
  -.\"    software must display the following acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  -.\"    endorse or promote products derived from this software without
  -.\"    prior written permission.
  +.\" 3. The end-user documentation included with the redistribution,
  +.\"    if any, must include the following acknowledgment:
  +.\"       "This product includes software developed by the
  +.\"        Apache Software Foundation (http://www.apache.org/)."
  +.\"    Alternately, this acknowledgment may appear in the software itself,
  +.\"    if and wherever such third-party acknowledgments normally appear.
  +.\"
  +.\" 4. The names "Apache" and "Apache Software Foundation" must
  +.\"    not be used to endorse or promote products derived from this
  +.\"    software without prior written permission. For written
  +.\"    permission, please contact apache@apache.org.
   .\"
  -.\" 5. Products derived from this software may not be called "Apache"
  -.\"    nor may "Apache" appear in their names without prior written
  +.\" 5. Products derived from this software may not be called "Apache",
  +.\"    nor may "Apache" appear in their name, without prior written
   .\"    permission of the Apache Software Foundation.
   .\"
  -.\" 6. Redistributions of any form whatsoever must retain the following
  -.\"    acknowledgment:
  -.\"    "This product includes software developed by the Apache Software Foundation
  -.\"    for use in the Apache HTTP server project (http://www.apache.org/)."
  -.\"
  -.\" THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  -.\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  -.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  +.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  +.\" DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  -.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  -.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  -.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  -.\" OF THE POSSIBILITY OF SUCH DAMAGE.
  -.\" ====================================================================
  +.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +.\" SUCH DAMAGE.
   .\"
   .\" This software consists of voluntary contributions made by many
  -.\" individuals on behalf of the Apache Software Foundation and was originally based
  -.\" on public domain software written at the National Center for
  -.\" Supercomputing Applications, University of Illinois, Urbana-Champaign.
  -.\" For more information on the Apache Software Foundation and the Apache HTTP server
  -.\" project, please see <http://www.apache.org/>.
  +.\" individuals on behalf of the Apache Software Foundation.  For more
  +.\" information on the Apache Software Foundation, please see
  +.\" <http://www.apache.org/>.
  +.\"
   .SH NAME
   suexec \- Switch User For Exec
   .SH SYNOPSIS
  
  
  
  1.3       +32 -35    apache-2.0/src/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/suexec.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- suexec.c	2000/03/10 00:07:37	1.2
  +++ suexec.c	2000/03/31 09:42:55	1.3
  @@ -1,58 +1,55 @@
   /* ====================================================================
  - * Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  + * The Apache Software License, Version 1.1
    *
  + * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * reserved.
  + *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
    *    the documentation and/or other materials provided with the
    *    distribution.
    *
  - * 3. All advertising materials mentioning features or use of this
  - *    software must display the following acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  - *    endorse or promote products derived from this software without
  - *    prior written permission. For written permission, please contact
  - *    apache@apache.org.
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Apache" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact apache@apache.org.
    *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
    *    permission of the Apache Software Foundation.
    *
  - * 6. Redistributions of any form whatsoever must retain the following
  - *    acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  - * OF THE POSSIBILITY OF SUCH DAMAGE.
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was originally based
  - * on public domain software written at the National Center for
  - * Supercomputing Applications, University of Illinois, Urbana-Champaign.
  - * For more information on the Apache Software Foundation and the Apache HTTP server
  - * project, please see <http://www.apache.org/>.
  - *
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
    */
   
   /*
  
  
  
  1.3       +32 -35    apache-2.0/src/support/suexec.h
  
  Index: suexec.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/suexec.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- suexec.h	2000/03/10 00:07:37	1.2
  +++ suexec.h	2000/03/31 09:42:55	1.3
  @@ -1,58 +1,55 @@
   /* ====================================================================
  - * Copyright (c) 1995-2000 The Apache Software Foundation.  All rights reserved.
  + * The Apache Software License, Version 1.1
    *
  + * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * reserved.
  + *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
    *    the documentation and/or other materials provided with the
    *    distribution.
    *
  - * 3. All advertising materials mentioning features or use of this
  - *    software must display the following acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * 4. The names "Apache Server" and "Apache Software Foundation" must not be used to
  - *    endorse or promote products derived from this software without
  - *    prior written permission. For written permission, please contact
  - *    apache@apache.org.
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Apache" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact apache@apache.org.
    *
  - * 5. Products derived from this software may not be called "Apache"
  - *    nor may "Apache" appear in their names without prior written
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
    *    permission of the Apache Software Foundation.
    *
  - * 6. Redistributions of any form whatsoever must retain the following
  - *    acknowledgment:
  - *    "This product includes software developed by the Apache Software Foundation
  - *    for use in the Apache HTTP server project (http://www.apache.org/)."
  - *
  - * THIS SOFTWARE IS PROVIDED BY THE Apache Software Foundation ``AS IS'' AND ANY
  - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  - * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE Apache Software Foundation OR
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  - * OF THE POSSIBILITY OF SUCH DAMAGE.
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was originally based
  - * on public domain software written at the National Center for
  - * Supercomputing Applications, University of Illinois, Urbana-Champaign.
  - * For more information on the Apache Software Foundation and the Apache HTTP server
  - * project, please see <http://www.apache.org/>.
  - *
  + * individuals on behalf of the Apache Software Foundation.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
    */
   
   /*