From: Ryan Bloom Date: Fri, 10 Mar 2000 00:07:37 +0000 (+0000) Subject: Fix all the License issues. Including: X-Git-Tag: APACHE_2_0_ALPHA~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c26f031a9196baae7b4a3a38388d8303588a7d;p=thirdparty%2Fapache%2Fhttpd.git Fix all the License issues. Including: s/Apache Group/Apache Software Foundation/ s/1999/2000/ s/Sascha's license/ASF license git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Announcement b/Announcement index 4c9996294e0..ef200633747 100644 --- a/Announcement +++ b/Announcement @@ -1,7 +1,7 @@ Apache 1.3.6 Released ===================== -The Apache Group is pleased to announce the release of version +The Apache Software Foundation is pleased to announce the release of version 1.3.6 of the Apache HTTP server. This new Apache version incorporates over 60 significant improvements diff --git a/LICENSE b/LICENSE index 6ac6538b3ca..99e883ab2c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/build/build.mk b/build/build.mk index eada9cbabbd..9ce55cffd0b 100644 --- a/build/build.mk +++ b/build/build.mk @@ -1,27 +1,62 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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: +# 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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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. # -############################################################################## -# $Id: build.mk,v 1.5 2000/03/03 14:41:00 bjh Exp $ +# 6. Redistributions of any form whatsoever must retain the following +# acknowledgment: +# "This product includes software developed by the Apache Software Foundatio +# +# 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 . +# +#/ + +# The build environment was provided by Sascha Schumann. +# + # # Makefile to generate build tools # diff --git a/build/build2.mk b/build/build2.mk index fed242229af..64c8c1a28d0 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -1,27 +1,64 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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 +# 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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# +# +# The build environment was provided by Sascha Schumann. # -############################################################################## -# $Id: build2.mk,v 1.5 2000/03/04 15:49:16 dreid Exp $ include generated_lists diff --git a/build/fastgen.sh b/build/fastgen.sh index 9a59ab7949d..bdf5b7d7b00 100755 --- a/build/fastgen.sh +++ b/build/fastgen.sh @@ -1,29 +1,64 @@ #! /bin/sh -# -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. -# -############################################################################## -# $Id: fastgen.sh,v 1.1 2000/01/11 13:10:58 sascha Exp $ +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# +# +# The build environment was provided by Sascha Schumann. # srcdir=$1 diff --git a/build/library.mk b/build/library.mk index abadb6340c5..6e1abeb21a9 100644 --- a/build/library.mk +++ b/build/library.mk @@ -1,27 +1,63 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. -# -############################################################################## -# $Id: library.mk,v 1.1 2000/01/11 13:10:58 sascha Exp $ +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# +# +# The build environment was provided by Sascha Schumann. # LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) diff --git a/build/ltlib.mk b/build/ltlib.mk index 42bbb7cb1b7..f65c5bec254 100644 --- a/build/ltlib.mk +++ b/build/ltlib.mk @@ -1,27 +1,63 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. -# -############################################################################## -# $Id: ltlib.mk,v 1.1 2000/01/11 13:10:58 sascha Exp $ +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# +# +# The build environment was provided by Sascha Schumann. # targets = $(LTLIBRARY_NAME) diff --git a/build/program.mk b/build/program.mk index bb52d8832c0..4ceb110d4a7 100644 --- a/build/program.mk +++ b/build/program.mk @@ -1,27 +1,63 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. -# -############################################################################## -# $Id: program.mk,v 1.1 2000/01/11 13:10:59 sascha Exp $ +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# +# +# The build environment was provided by Sascha Schumann. # PROGRAM_OBJECTS = $(PROGRAM_SOURCES:.c=.lo) diff --git a/build/rules.mk b/build/rules.mk index 08967f003cb..2f3fe5fe9ad 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -1,27 +1,63 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# # -############################################################################## -# $Id: rules.mk,v 1.3 2000/02/17 22:32:29 rbb Exp $ +# The build environment was provided by Sascha Schumann. # include $(DEPTH)/config_vars.mk diff --git a/build/special.mk b/build/special.mk index 0068836ff3b..11abead2caf 100644 --- a/build/special.mk +++ b/build/special.mk @@ -1,27 +1,63 @@ -# Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. +# ==================================================================== +# Copyright (c) 1995-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. -# -# THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESS 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 SASCHA SCHUMANN 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. -# -############################################################################## -# $Id: special.mk,v 1.1 2000/01/11 13:10:59 sascha Exp $ +# 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 Foundatio +# +# for use in the Apache HTTP server project (http://www.apache.org/)." +# +# 4. The names "Apache Server" and "Apache Software Foundation" must not be use +# 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 Foundatio +# +# 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 . +# +# +# +# The build environment was provided by Sascha Schumann. # diff --git a/docs/man/ab.8 b/docs/man/ab.8 index 62da21cf83f..12076bab388 100644 --- a/docs/man/ab.8 +++ b/docs/man/ab.8 @@ -1,5 +1,5 @@ .TH ab 1 "March 1998" -.\" Copyright (c) 1998-1999 The Apache Group. All rights reserved. +.\" 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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME ab \- Apache HTTP server benchmarking tool diff --git a/docs/man/apachectl.8 b/docs/man/apachectl.8 index 72300eb98b2..f231c59c34a 100644 --- a/docs/man/apachectl.8 +++ b/docs/man/apachectl.8 @@ -1,5 +1,5 @@ .TH apachectl 1 "September 1997" -.\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. +.\" Copyright (c) 1997-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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME apachectl \- Apache HTTP server control interface diff --git a/docs/man/apxs.8 b/docs/man/apxs.8 index 464766c75fe..44ccb3602da 100644 --- a/docs/man/apxs.8 +++ b/docs/man/apxs.8 @@ -1,5 +1,5 @@ .TH apxs 8 "April 1998" -.\" Copyright (c) 1998-1999 The Apache Group. All rights reserved. +.\" 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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME apxs \- APache eXtenSion tool diff --git a/docs/man/dbmmanage.1 b/docs/man/dbmmanage.1 index 06380ff0f59..58f71356643 100644 --- a/docs/man/dbmmanage.1 +++ b/docs/man/dbmmanage.1 @@ -1,5 +1,5 @@ .TH dbmmanage 1 "March 1998" -.\" Copyright (c) 1998-1999 The Apache Group. All rights reserved. +.\" 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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME dbmmanage \- Create and update user authentication files in DBM format diff --git a/docs/man/htdigest.1 b/docs/man/htdigest.1 index c719e456ce9..651d6b82a65 100644 --- a/docs/man/htdigest.1 +++ b/docs/man/htdigest.1 @@ -1,5 +1,5 @@ .TH htdigest 1 "March 1998" -.\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. +.\" Copyright (c) 1997-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 @@ -15,27 +15,27 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -47,10 +47,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME htdigest \- Create and update user authentication files diff --git a/docs/man/htpasswd.1 b/docs/man/htpasswd.1 index 1687cde41c2..a8386c5e2a6 100644 --- a/docs/man/htpasswd.1 +++ b/docs/man/htpasswd.1 @@ -1,5 +1,5 @@ .TH htpasswd 1 "February 1997" -.\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. +.\" Copyright (c) 1997-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 @@ -15,27 +15,27 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -47,10 +47,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME htpasswd \- Create and update user authentication files diff --git a/docs/man/httpd.8 b/docs/man/httpd.8 index ae320bad2ad..b948fe4475a 100644 --- a/docs/man/httpd.8 +++ b/docs/man/httpd.8 @@ -1,6 +1,6 @@ .TH httpd 8 "February 1997" .\" Copyright (c) 1995-1997 David Robinson. All rights reserved. -.\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. +.\" Copyright (c) 1997-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 @@ -16,27 +16,27 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -48,10 +48,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME httpd \- Apache hypertext transfer protocol server diff --git a/docs/man/logresolve.8 b/docs/man/logresolve.8 index 4851269ad61..020a3ea1532 100644 --- a/docs/man/logresolve.8 +++ b/docs/man/logresolve.8 @@ -1,5 +1,5 @@ .TH logresolve 8 "March 1998" -.\" Copyright (c) 1998-1999 The Apache Group. All rights reserved. +.\" 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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME logresolve \- resolve hostnames for IP-adresses in Apache logfiles diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index aee02e11ecd..fea0defc05e 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -1,5 +1,5 @@ .TH rotatelogs 8 "March 1998" -.\" Copyright (c) 1998-1999 The Apache Group. All rights reserved. +.\" 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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME rotatelogs \- rotate Apache logs without having to kill the server diff --git a/docs/man/suexec.8 b/docs/man/suexec.8 index 801d7abce91..9d25e55e761 100644 --- a/docs/man/suexec.8 +++ b/docs/man/suexec.8 @@ -1,5 +1,5 @@ .TH suexec 8 "March 1998" -.\" Copyright (c) 1998-1999 The Apache Group. All rights reserved. +.\" 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 @@ -15,26 +15,26 @@ .\" .\" 3. All advertising materials mentioning features or use of this .\" software must display the following acknowledgment: -.\" "This product includes software developed by the Apache Group +.\" "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 Group" must not be used to +.\" 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. .\" .\" 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 Group. +.\" 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 Group +.\" "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 GROUP ``AS IS'' AND ANY +.\" 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 GROUP OR +.\" 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; @@ -46,10 +46,10 @@ .\" ==================================================================== .\" .\" This software consists of voluntary contributions made by many -.\" individuals on behalf of the Apache Group and was originally based +.\" 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 Group and the Apache HTTP server +.\" For more information on the Apache Software Foundation and the Apache HTTP server .\" project, please see . .SH NAME suexec \- Switch User For Exec diff --git a/include/ap_config.h b/include/ap_config.h index 9569a6b6797..01afae5c707 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/ap_listen.h b/include/ap_listen.h index 13565e97d06..4b685817828 100644 --- a/include/ap_listen.h +++ b/include/ap_listen.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 6f3138346d0..009199e4962 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/ap_mpm.h b/include/ap_mpm.h index 35fc4b229b3..764bba64356 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_conf_globals.h b/include/http_conf_globals.h index 26e9fc4f9ed..3ac20f496a4 100644 --- a/include/http_conf_globals.h +++ b/include/http_conf_globals.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_config.h b/include/http_config.h index 93317635b49..79ccd6c34cd 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_connection.h b/include/http_connection.h index bbd91d51a94..be4f77a572e 100644 --- a/include/http_connection.h +++ b/include/http_connection.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_core.h b/include/http_core.h index ef096b84ca0..b3364756f3f 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_log.h b/include/http_log.h index f96311051a7..1e95a456062 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_main.h b/include/http_main.h index 9b5e0b1bd51..1d642719057 100644 --- a/include/http_main.h +++ b/include/http_main.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_protocol.h b/include/http_protocol.h index 13a7ac287fa..817731e4630 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_request.h b/include/http_request.h index 7e0fa711b8b..d96cc419b6a 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/http_vhost.h b/include/http_vhost.h index a1a4fcada80..b981768a49b 100644 --- a/include/http_vhost.h +++ b/include/http_vhost.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/httpd.h b/include/httpd.h index 815f14cb65e..94033eac78a 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/mpm_status.h b/include/mpm_status.h index ee6f50f6c68..3a256bae7ec 100644 --- a/include/mpm_status.h +++ b/include/mpm_status.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/rfc1413.h b/include/rfc1413.h index e69c9d2a147..4b79dd8a13e 100644 --- a/include/rfc1413.h +++ b/include/rfc1413.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/util_date.h b/include/util_date.h index 88c9155a38a..198a0d17c3c 100644 --- a/include/util_date.h +++ b/include/util_date.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/util_md5.h b/include/util_md5.h index 6e11506a796..c7eef6b9d85 100644 --- a/include/util_md5.h +++ b/include/util_md5.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/util_script.h b/include/util_script.h index d438c63fdbd..a5b3bbca855 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/include/util_uri.h b/include/util_uri.h index 6210c813cd7..c831267ef2e 100644 --- a/include/util_uri.h +++ b/include/util_uri.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,26 +15,26 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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. * * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -46,10 +46,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/aaa/mod_access.c b/modules/aaa/mod_access.c index 752bbe46a42..1aca615216a 100644 --- a/modules/aaa/mod_access.c +++ b/modules/aaa/mod_access.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/aaa/mod_auth.c b/modules/aaa/mod_auth.c index f0ed282b7a0..4c2b64f2ea5 100644 --- a/modules/aaa/mod_auth.c +++ b/modules/aaa/mod_auth.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/aaa/mod_auth_anon.c b/modules/aaa/mod_auth_anon.c index 8e6abfde0d1..2ee33ecbc37 100644 --- a/modules/aaa/mod_auth_anon.c +++ b/modules/aaa/mod_auth_anon.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/aaa/mod_auth_db.c b/modules/aaa/mod_auth_db.c index 34657e1ae00..579818e6925 100644 --- a/modules/aaa/mod_auth_db.c +++ b/modules/aaa/mod_auth_db.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/aaa/mod_auth_dbm.c b/modules/aaa/mod_auth_dbm.c index 2c24d607788..da660cbe1e7 100644 --- a/modules/aaa/mod_auth_dbm.c +++ b/modules/aaa/mod_auth_dbm.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index 967a58c471b..586cea01517 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index 86aee515580..76bd7f0b1a9 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c index dfa252516f3..32b3eabb348 100644 --- a/modules/experimental/mod_example.c +++ b/modules/experimental/mod_example.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index 08e2d94c6a0..344e8ccd9d5 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/generators/mod_asis.c b/modules/generators/mod_asis.c index 4ad6cf67994..7a952c1132a 100644 --- a/modules/generators/mod_asis.c +++ b/modules/generators/mod_asis.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 4f693d64cdd..5212b629ba1 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index fe0c0d59c5c..e07d42d1b40 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 8ea591d87e2..518d951bb72 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c index 99746949c80..a91dded9ec5 100644 --- a/modules/generators/mod_info.c +++ b/modules/generators/mod_info.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 5cacf4561c6..ba5f97d3fc9 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/http/http_core.c b/modules/http/http_core.c index b110b87dc83..126920f95ca 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 6de0aada38d..7011be758d5 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -59,7 +59,7 @@ * http_protocol.c --- routines which directly communicate with the client. * * Code originally by Rob McCool; much redone by Robert S. Thau - * and the Apache Group. + * and the Apache Software Foundation. */ #define CORE_PRIVATE diff --git a/modules/http/http_request.c b/modules/http/http_request.c index add4a9ec966..83909473886 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c index e3478119ea8..4edcb7d391e 100644 --- a/modules/http/mod_mime.c +++ b/modules/http/mod_mime.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c index fd4fadec0bf..1231f4921e5 100644 --- a/modules/loggers/mod_log_config.c +++ b/modules/loggers/mod_log_config.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_actions.c b/modules/mappers/mod_actions.c index abf9318252c..4f2b60aa202 100644 --- a/modules/mappers/mod_actions.c +++ b/modules/mappers/mod_actions.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_alias.c b/modules/mappers/mod_alias.c index d2f31792263..d70c3222876 100644 --- a/modules/mappers/mod_alias.c +++ b/modules/mappers/mod_alias.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_dir.c b/modules/mappers/mod_dir.c index bff9b3b0d42..7e0a8651107 100644 --- a/modules/mappers/mod_dir.c +++ b/modules/mappers/mod_dir.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_imap.c b/modules/mappers/mod_imap.c index a6eadbb6f41..57596bc9fff 100644 --- a/modules/mappers/mod_imap.c +++ b/modules/mappers/mod_imap.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index d5301db7e92..2bec9f67303 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 80612e143d4..4011aa02276 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -81,7 +81,7 @@ ** to internal proxy throughput. ** ** This module was originally written in April 1996 and -** gifted exclusively to the The Apache Group in July 1997 by +** gifted exclusively to the The Apache Software Foundation in July 1997 by ** ** Ralf S. Engelschall ** rse@engelschall.com diff --git a/modules/mappers/mod_rewrite.h b/modules/mappers/mod_rewrite.h index a5fc5112594..ccca31aab16 100644 --- a/modules/mappers/mod_rewrite.h +++ b/modules/mappers/mod_rewrite.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -85,7 +85,7 @@ ** to internal proxy throughput. ** ** This module was originally written in April 1996 and -** gifted exclusively to the The Apache Group in July 1997 by +** gifted exclusively to the The Apache Software Foundation in July 1997 by ** ** Ralf S. Engelschall ** rse@engelschall.com diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c index 9d122c41c08..1a7a02cb671 100644 --- a/modules/mappers/mod_so.c +++ b/modules/mappers/mod_so.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index 82a27a6ed64..0c8b1a87bce 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -1,6 +1,6 @@ #define WANT_BASENAME_MATCH /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -16,27 +16,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -48,10 +48,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_userdir.c b/modules/mappers/mod_userdir.c index ec27429b131..d0738c7b44a 100644 --- a/modules/mappers/mod_userdir.c +++ b/modules/mappers/mod_userdir.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/mappers/mod_vhost_alias.c b/modules/mappers/mod_vhost_alias.c index a8335386c96..17f19f0c0c9 100644 --- a/modules/mappers/mod_vhost_alias.c +++ b/modules/mappers/mod_vhost_alias.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -60,11 +60,11 @@ * * Copyright (c) 1998-1999 Demon Internet Ltd. * - * This software was submitted by Demon Internet to the Apache Group + * This software was submitted by Demon Internet to the Apache Software Foundation * in May 1999. Future revisions and derivatives of this source code * must acknowledge Demon Internet as the original contributor of * this module. All other licensing and usage conditions are those - * of the Apache Group. + * of the Apache Software Foundation. * * Originally written by Tony Finch . * diff --git a/modules/metadata/mod_cern_meta.c b/modules/metadata/mod_cern_meta.c index dc4d0999a93..f62f6ff2c6f 100644 --- a/modules/metadata/mod_cern_meta.c +++ b/modules/metadata/mod_cern_meta.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/metadata/mod_env.c b/modules/metadata/mod_env.c index 1645807d112..e9dcd6aebf2 100644 --- a/modules/metadata/mod_env.c +++ b/modules/metadata/mod_env.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/metadata/mod_expires.c b/modules/metadata/mod_expires.c index b94ec6a261c..865c005326c 100644 --- a/modules/metadata/mod_expires.c +++ b/modules/metadata/mod_expires.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c index 1865b2cc7cc..d809712d2a7 100644 --- a/modules/metadata/mod_headers.c +++ b/modules/metadata/mod_headers.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/metadata/mod_mime_magic.c b/modules/metadata/mod_mime_magic.c index a285413a2d7..7489d9374f6 100644 --- a/modules/metadata/mod_mime_magic.c +++ b/modules/metadata/mod_mime_magic.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -59,10 +59,10 @@ * mod_mime_magic: MIME type lookup via file magic numbers * Copyright (c) 1996-1997 Cisco Systems, Inc. * - * This software was submitted by Cisco Systems to the Apache Group in July + * This software was submitted by Cisco Systems to the Apache Software Foundation in July * 1997. Future revisions and derivatives of this source code must * acknowledge Cisco Systems as the original contributor of this module. - * All other licensing and usage conditions are those of the Apache Group. + * All other licensing and usage conditions are those of the Apache Software Foundation. * * Some of this code is derived from the free version of the file command * originally posted to comp.sources.unix. Copyright info for that program @@ -119,7 +119,7 @@ * * Initial installation July/August 1996 * Misc bug fixes May 1997 - * Submission to Apache Group July 1997 + * Submission to Apache Software Foundation July 1997 * */ diff --git a/modules/metadata/mod_setenvif.c b/modules/metadata/mod_setenvif.c index 01e5e6ac38a..a4d7bff0f93 100644 --- a/modules/metadata/mod_setenvif.c +++ b/modules/metadata/mod_setenvif.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE Apache Software Foundation OR * IT'S CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/metadata/mod_unique_id.c b/modules/metadata/mod_unique_id.c index 49deb2bb55b..883b309aa1c 100644 --- a/modules/metadata/mod_unique_id.c +++ b/modules/metadata/mod_unique_id.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c index fb2c7312542..67aa4f665d4 100644 --- a/modules/metadata/mod_usertrack.c +++ b/modules/metadata/mod_usertrack.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index ef3a2a6d34d..091f90965c4 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index e7064e379fe..6d7e2e78545 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/proxy/proxy_connect.c b/modules/proxy/proxy_connect.c index 82203f2c9ef..ac19a694964 100644 --- a/modules/proxy/proxy_connect.c +++ b/modules/proxy/proxy_connect.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/proxy/proxy_ftp.c b/modules/proxy/proxy_ftp.c index ae9030dd19e..f88cfc13c60 100644 --- a/modules/proxy/proxy_ftp.c +++ b/modules/proxy/proxy_ftp.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index 937b3148665..f2f6029d6e7 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 2d55a817d0e..97b155a3854 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/test/mod_rndchunk.c b/modules/test/mod_rndchunk.c index 041f1af8f9b..a9e7c744ea7 100644 --- a/modules/test/mod_rndchunk.c +++ b/modules/test/mod_rndchunk.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/modules/test/mod_test_util_uri.c b/modules/test/mod_test_util_uri.c index b2fe6571a2d..309ab778450 100644 --- a/modules/test/mod_test_util_uri.c +++ b/modules/test/mod_test_util_uri.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/beos/beosd.c b/os/beos/beosd.c index 6e450cec999..4cf2deb9da5 100644 --- a/os/beos/beosd.c +++ b/os/beos/beosd.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/beos/beosd.h b/os/beos/beosd.h index 876bb475b28..cd5e0699dc8 100644 --- a/os/beos/beosd.h +++ b/os/beos/beosd.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/beos/os.h b/os/beos/os.h index f9e42e2f4eb..ec1010982d5 100644 --- a/os/beos/os.h +++ b/os/beos/os.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/bs2000/bs2login.c b/os/bs2000/bs2login.c index 3bbf03f7b74..93b4ca1900c 100644 --- a/os/bs2000/bs2login.c +++ b/os/bs2000/bs2login.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/bs2000/ebcdic.c b/os/bs2000/ebcdic.c index 36f3ca5e082..371c28674c9 100644 --- a/os/bs2000/ebcdic.c +++ b/os/bs2000/ebcdic.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/bs2000/os.c b/os/bs2000/os.c index c33810a2f0d..0354d8f9f76 100644 --- a/os/bs2000/os.c +++ b/os/bs2000/os.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/tpf/ebcdic.c b/os/tpf/ebcdic.c index 479ace1de59..72d408b159d 100644 --- a/os/tpf/ebcdic.c +++ b/os/tpf/ebcdic.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/tpf/os.c b/os/tpf/os.c index 79e16dabd65..2c562661993 100644 --- a/os/tpf/os.c +++ b/os/tpf/os.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/unix/os.h b/os/unix/os.h index 875a6699901..deb9e69f738 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 2eaa13008b9..cfac883caa4 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/unix/unixd.h b/os/unix/unixd.h index 30a74f730c1..c55caf587ec 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/win32/mod_isapi.c b/os/win32/mod_isapi.c index 86aee515580..76bd7f0b1a9 100644 --- a/os/win32/mod_isapi.c +++ b/os/win32/mod_isapi.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/win32/os.h b/os/win32/os.h index 05f36302b74..6f67a0e08e5 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/os/win32/util_win32.c b/os/win32/util_win32.c index 161b6dd3062..e85d5033d3f 100644 --- a/os/win32/util_win32.c +++ b/os/win32/util_win32.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/buildmark.c b/server/buildmark.c index 575b9731a09..ce12303b8a0 100644 --- a/server/buildmark.c +++ b/server/buildmark.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/config.c b/server/config.c index cc3c8e3618b..4ab64376712 100644 --- a/server/config.c +++ b/server/config.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/connection.c b/server/connection.c index 3a94d140207..f79a1484809 100644 --- a/server/connection.c +++ b/server/connection.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/listen.c b/server/listen.c index 478ddbed400..3994fd067b7 100644 --- a/server/listen.c +++ b/server/listen.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/log.c b/server/log.c index 8dd2c8c6f81..244cf611d40 100644 --- a/server/log.c +++ b/server/log.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/main.c b/server/main.c index 42ef83e906b..c2e1ca2266d 100644 --- a/server/main.c +++ b/server/main.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index fa4ed627fed..32c6d2837dc 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/dexter/mpm_default.h b/server/mpm/dexter/mpm_default.h index ed22c7d2f1b..6944e3b3697 100644 --- a/server/mpm/dexter/mpm_default.h +++ b/server/mpm/dexter/mpm_default.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/dexter/scoreboard.c b/server/mpm/dexter/scoreboard.c index d80e038ae57..25eb0db694f 100644 --- a/server/mpm/dexter/scoreboard.c +++ b/server/mpm/dexter/scoreboard.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/dexter/scoreboard.h b/server/mpm/dexter/scoreboard.h index b5dd2590263..17d06a157db 100644 --- a/server/mpm/dexter/scoreboard.h +++ b/server/mpm/dexter/scoreboard.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_beos/mpm_default.h b/server/mpm/mpmt_beos/mpm_default.h index 02a4b2459f4..67b6f8599e7 100644 --- a/server/mpm/mpmt_beos/mpm_default.h +++ b/server/mpm/mpmt_beos/mpm_default.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_beos/mpmt_beos.c b/server/mpm/mpmt_beos/mpmt_beos.c index ea1ab5d870a..b57a4d7b6e6 100644 --- a/server/mpm/mpmt_beos/mpmt_beos.c +++ b/server/mpm/mpmt_beos/mpmt_beos.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_beos/mpmt_beos.h b/server/mpm/mpmt_beos/mpmt_beos.h index 76260c1fbeb..93ad2d47c3b 100644 --- a/server/mpm/mpmt_beos/mpmt_beos.h +++ b/server/mpm/mpmt_beos/mpmt_beos.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_beos/scoreboard.h b/server/mpm/mpmt_beos/scoreboard.h index a4aab5a7c60..ea09fc61b9f 100644 --- a/server/mpm/mpmt_beos/scoreboard.h +++ b/server/mpm/mpmt_beos/scoreboard.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_pthread/mpm_default.h b/server/mpm/mpmt_pthread/mpm_default.h index d45efd59290..b239d854687 100644 --- a/server/mpm/mpmt_pthread/mpm_default.h +++ b/server/mpm/mpmt_pthread/mpm_default.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index e7a0ea21b31..d9fb9d4082d 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/mpmt_pthread/scoreboard.h b/server/mpm/mpmt_pthread/scoreboard.h index 4a367f3fdbb..d23300f7640 100644 --- a/server/mpm/mpmt_pthread/scoreboard.h +++ b/server/mpm/mpmt_pthread/scoreboard.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/prefork/mpm_default.h b/server/mpm/prefork/mpm_default.h index 131b516cac2..8081a5fd5d4 100644 --- a/server/mpm/prefork/mpm_default.h +++ b/server/mpm/prefork/mpm_default.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 7369755a7ba..e374e88529e 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/prefork/scoreboard.h b/server/mpm/prefork/scoreboard.h index 8bf2bb695bc..73ef6d9799f 100644 --- a/server/mpm/prefork/scoreboard.h +++ b/server/mpm/prefork/scoreboard.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/spmt_os2/mpm_default.h b/server/mpm/spmt_os2/mpm_default.h index 78d527efbf3..0765e0db54d 100644 --- a/server/mpm/spmt_os2/mpm_default.h +++ b/server/mpm/spmt_os2/mpm_default.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/spmt_os2/scoreboard.h b/server/mpm/spmt_os2/scoreboard.h index 82693e2c378..3fcfb19a4ba 100644 --- a/server/mpm/spmt_os2/scoreboard.h +++ b/server/mpm/spmt_os2/scoreboard.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 1b484d951e6..4869d0b3a65 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h index deb1ceb6ae9..c4ef4328147 100644 --- a/server/mpm/winnt/mpm_default.h +++ b/server/mpm/winnt/mpm_default.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 2e6afe40ac4..775a9dd5cdb 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 32d9d1408be..28bf5f2d3fd 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c index fd9f96437a9..82ebac5cd08 100644 --- a/server/mpm/winnt/registry.c +++ b/server/mpm/winnt/registry.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -65,7 +65,7 @@ * Apache's registry information is stored in the HKEY_LOCAL_MACHINE * key, under * - * HKLM\SOFTWARE\Apache Group\Apache\version + * HKLM\SOFTWARE\Apache Software Foundation\Apache\version * * These keys are defined in this file. The definition of the "version" part * will need updating each time Apache moves from beta to non-beta or from a @@ -93,7 +93,7 @@ * major release, but will change when the final release is made. */ -#define VENDOR "Apache Group" +#define VENDOR "Apache Software Foundation" #define SOFTWARE "Apache" #define VERSION "2.0" @@ -351,7 +351,7 @@ char *ap_registry_parse_key(int index, char *key) /* * ap_registry_create_apache_key() creates the Apache registry key - * (HLKM\SOFTWARE\Apache Group\Apache\version, as defined at the start + * (HLKM\SOFTWARE\Apache Software Foundation\Apache\version, as defined at the start * of this file), if it does not already exist. It will be called by * ap_registry_store_key_int() if it cannot open this key. This * function is intended to be called by ap_registry_store_key_int() if diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index ebb708a4f0d..fad1007d59f 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/rfc1413.c b/server/rfc1413.c index 80ceb19eec6..65f202a05cb 100644 --- a/server/rfc1413.c +++ b/server/rfc1413.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/util.c b/server/util.c index 3acf2bb9fe8..dd0a11c5f19 100644 --- a/server/util.c +++ b/server/util.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -59,7 +59,7 @@ * util.c: string utility things * * 3/21/93 Rob McCool - * 1995-96 Many changes by the Apache Group + * 1995-96 Many changes by the Apache Software Foundation * */ diff --git a/server/util_date.c b/server/util_date.c index f8809e9deff..5fdc314fc7c 100644 --- a/server/util_date.c +++ b/server/util_date.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1996-1999 The Apache Group. All rights reserved. + * Copyright (c) 1996-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/util_md5.c b/server/util_md5.c index 3b71c15ee9e..b63986d41b1 100644 --- a/server/util_md5.c +++ b/server/util_md5.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/util_script.c b/server/util_script.c index f5c1fc1e2c3..aa01f84f3ce 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/util_uri.c b/server/util_uri.c index 0e5102955e3..7e3278901aa 100644 --- a/server/util_uri.c +++ b/server/util_uri.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,26 +15,26 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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. * * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -46,10 +46,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/server/vhost.c b/server/vhost.c index 7b8574bd123..2b7a4a71484 100644 --- a/server/vhost.c +++ b/server/vhost.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/srclib/expat-lite/CHANGES b/srclib/expat-lite/CHANGES index e424068ed91..a3ee96265c4 100644 --- a/srclib/expat-lite/CHANGES +++ b/srclib/expat-lite/CHANGES @@ -1,6 +1,6 @@ === PURPOSE === -This file documents the changes made by the Apache Group to James +This file documents the changes made by the Apache Software Foundation to James Clark's Expat parser. The original Expat distribution can be found at http://www.jclark.com/xml/expat.html. @@ -38,4 +38,4 @@ time (May 31, 1999). The files, in their original state from the Expat distribution, have been tagged within CVS with the "EXPAT_1_1" tag. That tag may be used -as a reference for changes made by the Apache Group. +as a reference for changes made by the Apache Software Foundation. diff --git a/support/ab.c b/support/ab.c index 15fff6e85dd..2013f121875 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1998-1999 The Apache Group. All rights reserved. + * 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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ @@ -882,16 +882,16 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.5 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.6 $> apache-2.0"); printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); - printf("Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/\n"); + printf("Copyright (c) 1998-2000 The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", VERSION, "$Revision: 1.5 $"); + printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", VERSION, "$Revision: 1.6 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); - printf(" Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/
\n"); + printf(" Copyright (c) 1998-2000 The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n"); } } diff --git a/support/apxs.in b/support/apxs.in index dbb20bf9160..f5aa9328a6e 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -1,6 +1,6 @@ #!/usr/local/bin/perl ## ==================================================================== -## Copyright (c) 1998-1999 The Apache Group. All rights reserved. +## 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 @@ -16,27 +16,27 @@ ## ## 3. All advertising materials mentioning features or use of this ## software must display the following acknowledgment: -## "This product includes software developed by the Apache Group +## "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 Group" must not be used to +## 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 Group. +## 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 Group +## "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 GROUP ``AS IS'' AND ANY +## 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 GROUP OR +## 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; @@ -48,10 +48,10 @@ ## ==================================================================== ## ## This software consists of voluntary contributions made by many -## individuals on behalf of the Apache Group and was originally based +## 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 Group and the Apache HTTP server +## For more information on the Apache Software Foundation and the Apache HTTP server ## project, please see . ## diff --git a/support/dbmmanage b/support/dbmmanage index 721bdd1eb37..5e2b8007b0f 100644 --- a/support/dbmmanage +++ b/support/dbmmanage @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # ==================================================================== -# Copyright (c) 1995-1999 The Apache Group. All rights reserved. +# Copyright (c) 1995-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 @@ -17,27 +17,27 @@ # # 3. All advertising materials mentioning features or use of this # software must display the following acknowledgment: -# "This product includes software developed by the Apache Group +# "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 Group" must not be used to +# 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 Group. +# 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 Group +# "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 GROUP ``AS IS'' AND ANY +# 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 GROUP OR +# 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; @@ -49,10 +49,10 @@ # ==================================================================== # # This software consists of voluntary contributions made by many -# individuals on behalf of the Apache Group and was originally based +# 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 Group and the Apache HTTP server +# For more information on the Apache Software Foundation and the Apache HTTP server # project, please see . #for more functionality see the HTTPD::UserAdmin module: diff --git a/support/htdigest.c b/support/htdigest.c index 22d0f4435f0..c1e44d8cace 100644 --- a/support/htdigest.c +++ b/support/htdigest.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/support/htpasswd.c b/support/htpasswd.c index 295520f1227..f2db9d5cf0e 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/support/log_server_status b/support/log_server_status index 1eb2893edcd..593ae43fde1 100644 --- a/support/log_server_status +++ b/support/log_server_status @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # ==================================================================== -# Copyright (c) 1995-1999 The Apache Group. All rights reserved. +# Copyright (c) 1995-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 @@ -17,27 +17,27 @@ # # 3. All advertising materials mentioning features or use of this # software must display the following acknowledgment: -# "This product includes software developed by the Apache Group +# "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 Group" must not be used to +# 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 Group. +# 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 Group +# "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 GROUP ``AS IS'' AND ANY +# 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 GROUP OR +# 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; @@ -49,10 +49,10 @@ # ==================================================================== # # This software consists of voluntary contributions made by many -# individuals on behalf of the Apache Group and was originally based +# 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 Group and the Apache HTTP server +# For more information on the Apache Software Foundation and the Apache HTTP server # project, please see . diff --git a/support/logresolve.pl b/support/logresolve.pl index 59ab9ebaf2a..b1f1730dbc6 100644 --- a/support/logresolve.pl +++ b/support/logresolve.pl @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # ==================================================================== -# Copyright (c) 1995-1999 The Apache Group. All rights reserved. +# Copyright (c) 1995-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 @@ -17,27 +17,27 @@ # # 3. All advertising materials mentioning features or use of this # software must display the following acknowledgment: -# "This product includes software developed by the Apache Group +# "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 Group" must not be used to +# 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 Group. +# 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 Group +# "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 GROUP ``AS IS'' AND ANY +# 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 GROUP OR +# 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; @@ -49,10 +49,10 @@ # ==================================================================== # # This software consists of voluntary contributions made by many -# individuals on behalf of the Apache Group and was originally based +# 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 Group and the Apache HTTP server +# For more information on the Apache Software Foundation and the Apache HTTP server # project, please see . # logresolve.pl diff --git a/support/split-logfile b/support/split-logfile index 7cc4652da89..f04c19bd148 100644 --- a/support/split-logfile +++ b/support/split-logfile @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # # ==================================================================== -# Copyright (c) 1995-1999 The Apache Group. All rights reserved. +# Copyright (c) 1995-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 @@ -17,27 +17,27 @@ # # 3. All advertising materials mentioning features or use of this # software must display the following acknowledgment: -# "This product includes software developed by the Apache Group +# "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 Group" must not be used to +# 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. # # 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 Group. +# 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 Group +# "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 GROUP ``AS IS'' AND ANY +# 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 GROUP OR +# 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; @@ -49,10 +49,10 @@ # ==================================================================== # # This software consists of voluntary contributions made by many -# individuals on behalf of the Apache Group and was originally based +# 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 Group and the Apache HTTP server +# For more information on the Apache Software Foundation and the Apache HTTP server # project, please see . # diff --git a/support/suexec.c b/support/suexec.c index 13f3fcc134d..69f1dc325d8 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */ diff --git a/support/suexec.h b/support/suexec.h index 892badd1e0b..9e58aa709dd 100644 --- a/support/suexec.h +++ b/support/suexec.h @@ -1,5 +1,5 @@ /* ==================================================================== - * Copyright (c) 1995-1999 The Apache Group. All rights reserved. + * Copyright (c) 1995-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 @@ -15,27 +15,27 @@ * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: - * "This product includes software developed by the Apache Group + * "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 Group" must not be used to + * 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 Group. + * 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 Group + * "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 GROUP ``AS IS'' AND ANY + * 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 GROUP OR + * 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; @@ -47,10 +47,10 @@ * ==================================================================== * * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Group and was originally based + * 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 Group and the Apache HTTP server + * For more information on the Apache Software Foundation and the Apache HTTP server * project, please see . * */