1
2
3Dec 12 16:44 2004 README Page 1
4
5
6$MirOS: src/usr.sbin/httpd/LICENCE.httpd,v 1.2 2005/05/03 20:32:44 tg Exp $
7
8README for MirOS httpd/3.30A
9----------------------------
10
11This product includes material provided by Thorsten Glaser.
12
13This is MirOS httpd, based upon Apache(TM) httpd and OpenBSD httpd,
14which in turn is based upon Apache(TM) httpd, which is based upon
15NCSA Mosaic. Although there are still many references to Apache(TM)
16in the source code and especially (orphaned) documentation, MirOS
17httpd is not endorsed nor supported by the Apache(TM) Foundation.
18
19This work includes huge amounts of copyrighted work by the KAME
20Project, Japan and the MirOS Project, Germany.
21
22
23Dec 12 14:34 2004 LICENSE Page 1
24
25
26/* ====================================================================
27 * The Apache Software License, Version 1.1
28 *
29 * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
30 * reserved.
31 *
32 * Redistribution and use in source and binary forms, with or without
33 * modification, are permitted provided that the following conditions
34 * are met:
35 *
36 * 1. Redistributions of source code must retain the above copyright
37 *    notice, this list of conditions and the following disclaimer.
38 *
39 * 2. Redistributions in binary form must reproduce the above copyright
40 *    notice, this list of conditions and the following disclaimer in
41 *    the documentation and/or other materials provided with the
42 *    distribution.
43 *
44 * 3. The end-user documentation included with the redistribution,
45 *    if any, must include the following acknowledgment:
46 *       "This product includes software developed by the
47 *        Apache Software Foundation (http://www.apache.org/)."
48 *    Alternately, this acknowledgment may appear in the software itself,
49 *    if and wherever such third-party acknowledgments normally appear.
50 *
51 * 4. The names "Apache" and "Apache Software Foundation" must
52 *    not be used to endorse or promote products derived from this
53 *    software without prior written permission. For written
54 *    permission, please contact apache@apache.org.
55 *
56 * 5. Products derived from this software may not be called "Apache",
57 *    nor may "Apache" appear in their name, without prior written
58 *    permission of the Apache Software Foundation.
59 *
60 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
61 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
62 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
63 * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
64 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
65 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
66 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
67 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
68 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
69 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
70 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
71 * SUCH DAMAGE.
72 * ====================================================================
73 *
74 * This software consists of voluntary contributions made by many
75 * individuals on behalf of the Apache Software Foundation.  For more
76 * information on the Apache Software Foundation, please see
77 * <http://www.apache.org/>.
78 *
79 * Portions of this software are based upon public domain software
80 * originally written at the National Center for Supercomputing Applications,
81 * University of Illinois, Urbana-Champaign.
82
83
84Dec 12 14:34 2004 LICENSE Page 2
85
86
87 */
88
89
90Mar 22 17:55 2003 LICENSE.SSL Page 1
91
92
93                       _             _
94   _ __ ___   ___   __| |    ___ ___| |  mod_ssl
95  | '_ ` _ \ / _ \ / _` |   / __/ __| |  Apache Interface to OpenSSL
96  | | | | | | (_) | (_| |   \__ \__ \ |  www.modssl.org
97  |_| |_| |_|\___/ \__,_|___|___/___/_|  ftp.modssl.org
98                       |_____|
99  _____________________________________________________________________________
100
101                                        ``Ian Fleming was a UNIX fan!
102                                          How do I know?  Well, James Bond
103                                          had the (license to kill) number 007,
104                                          i.e. he could execute anyone.''
105                                                         -- Unknown
106  LICENSE
107
108  The mod_ssl package falls under the Open-Source Software label
109  because it's distributed under a BSD-style license. The
110  detailed license information follows.
111
112  ====================================================================
113  Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved.
114
115  Redistribution and use in source and binary forms, with or without
116  modification, are permitted provided that the following conditions
117  are met:
118
119  1. Redistributions of source code must retain the above copyright
120     notice, this list of conditions and the following disclaimer.
121
122  2. Redistributions in binary form must reproduce the above copyright
123     notice, this list of conditions and the following
124     disclaimer in the documentation and/or other materials
125     provided with the distribution.
126
127  3. All advertising materials mentioning features or use of this
128     software must display the following acknowledgment:
129     "This product includes software developed by
130      Ralf S. Engelschall <rse@engelschall.com> for use in the
131      mod_ssl project (http://www.modssl.org/)."
132
133  4. The names "mod_ssl" must not be used to endorse or promote
134     products derived from this software without prior written
135     permission. For written permission, please contact
136     rse@engelschall.com.
137
138  5. Products derived from this software may not be called "mod_ssl"
139     nor may "mod_ssl" appear in their names without prior
140     written permission of Ralf S. Engelschall.
141
142  6. Redistributions of any form whatsoever must retain the following
143     acknowledgment:
144     "This product includes software developed by
145      Ralf S. Engelschall <rse@engelschall.com> for use in the
146      mod_ssl project (http://www.modssl.org/)."
147
148  THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY
149
150
151Mar 22 17:55 2003 LICENSE.SSL Page 2
152
153
154  EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
155  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
156  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL RALF S. ENGELSCHALL OR
157  HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
158  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
159  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
160  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
161  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
162  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
163  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
164  OF THE POSSIBILITY OF SUCH DAMAGE.
165  ====================================================================
166
167
168