]> granicus.if.org Git - apache/blob - LICENSE
First cut an an all inclusive LICENSE file. Please feel free to format
[apache] / LICENSE
1 /* ====================================================================
2  * The Apache Software License, Version 1.1
3  *
4  * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
5  * reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  *
11  * 1. Redistributions of source code must retain the above copyright
12  *    notice, this list of conditions and the following disclaimer.
13  *
14  * 2. Redistributions in binary form must reproduce the above copyright
15  *    notice, this list of conditions and the following disclaimer in
16  *    the documentation and/or other materials provided with the
17  *    distribution.
18  *
19  * 3. The end-user documentation included with the redistribution,
20  *    if any, must include the following acknowledgment:
21  *       "This product includes software developed by the
22  *        Apache Software Foundation (http://www.apache.org/)."
23  *    Alternately, this acknowledgment may appear in the software itself,
24  *    if and wherever such third-party acknowledgments normally appear.
25  *
26  * 4. The names "Apache" and "Apache Software Foundation" must
27  *    not be used to endorse or promote products derived from this
28  *    software without prior written permission. For written
29  *    permission, please contact apache@apache.org.
30  *
31  * 5. Products derived from this software may not be called "Apache",
32  *    nor may "Apache" appear in their name, without prior written
33  *    permission of the Apache Software Foundation.
34  *
35  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
36  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
37  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
39  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
42  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
43  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
44  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
45  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46  * SUCH DAMAGE.
47  * ====================================================================
48  *
49  * This software consists of voluntary contributions made by many
50  * individuals on behalf of the Apache Software Foundation.  For more
51  * information on the Apache Software Foundation, please see
52  * <http://www.apache.org/>.
53  *
54  * Portions of this software are based upon public domain software
55  * originally written at the National Center for Supercomputing Applications,
56  * University of Illinois, Urbana-Champaign.
57  */
58
59
60 APACHE HTTP SERVER SUBCOMPONENTS: 
61
62 The Apache HTTP Server includes a number of subcomponents with
63 separate copyright notices and license terms. Your use of the source
64 code for the these subcomponents is subject to the terms and
65 conditions of the following licenses. 
66
67 For the mod_mime_magic component:
68
69 /*
70  * mod_mime_magic: MIME type lookup via file magic numbers
71  * Copyright (c) 1996-1997 Cisco Systems, Inc.
72  *
73  * This software was submitted by Cisco Systems to the Apache Group in July
74  * 1997.  Future revisions and derivatives of this source code must
75  * acknowledge Cisco Systems as the original contributor of this module.
76  * All other licensing and usage conditions are those of the Apache Group.
77  *
78  * Some of this code is derived from the free version of the file command
79  * originally posted to comp.sources.unix.  Copyright info for that program
80  * is included below as required.
81  * ---------------------------------------------------------------------------
82  * - Copyright (c) Ian F. Darwin, 1987. Written by Ian F. Darwin.
83  *
84  * This software is not subject to any license of the American Telephone and
85  * Telegraph Company or of the Regents of the University of California.
86  *
87  * Permission is granted to anyone to use this software for any purpose on any
88  * computer system, and to alter it and redistribute it freely, subject to
89  * the following restrictions:
90  *
91  * 1. The author is not responsible for the consequences of use of this
92  * software, no matter how awful, even if they arise from flaws in it.
93  *
94  * 2. The origin of this software must not be misrepresented, either by
95  * explicit claim or by omission.  Since few users ever read sources, credits
96  * must appear in the documentation.
97  *
98  * 3. Altered versions must be plainly marked as such, and must not be
99  * misrepresented as being the original software.  Since few users ever read
100  * sources, credits must appear in the documentation.
101  *
102  * 4. This notice may not be removed or altered.
103  * -------------------------------------------------------------------------
104  *
105  */
106
107
108 For the  modules\mappers\mod_imap.c component:
109
110   "macmartinized" polygon code copyright 1992 by Eric Haines, erich@eye.com
111
112 For the  server\util_md5.c component:
113
114 /************************************************************************
115  * NCSA HTTPd Server
116  * Software Development Group
117  * National Center for Supercomputing Applications
118  * University of Illinois at Urbana-Champaign
119  * 605 E. Springfield, Champaign, IL 61820
120  * httpd@ncsa.uiuc.edu
121  *
122  * Copyright  (C)  1995, Board of Trustees of the University of Illinois
123  *
124  ************************************************************************
125  *
126  * md5.c: NCSA HTTPd code which uses the md5c.c RSA Code
127  *
128  *  Original Code Copyright (C) 1994, Jeff Hostetler, Spyglass, Inc.
129  *  Portions of Content-MD5 code Copyright (C) 1993, 1994 by Carnegie Mellon
130  *     University (see Copyright below).
131  *  Portions of Content-MD5 code Copyright (C) 1991 Bell Communications 
132  *     Research, Inc. (Bellcore) (see Copyright below).
133  *  Portions extracted from mpack, John G. Myers - jgm+@cmu.edu
134  *  Content-MD5 Code contributed by Martin Hamilton (martin@net.lut.ac.uk)
135  *
136  */
137
138
139 /* these portions extracted from mpack, John G. Myers - jgm+@cmu.edu */
140 /* (C) Copyright 1993,1994 by Carnegie Mellon University
141  * All Rights Reserved.
142  *
143  * Permission to use, copy, modify, distribute, and sell this software
144  * and its documentation for any purpose is hereby granted without
145  * fee, provided that the above copyright notice appear in all copies
146  * and that both that copyright notice and this permission notice
147  * appear in supporting documentation, and that the name of Carnegie
148  * Mellon University not be used in advertising or publicity
149  * pertaining to distribution of the software without specific,
150  * written prior permission.  Carnegie Mellon University makes no
151  * representations about the suitability of this software for any
152  * purpose.  It is provided "as is" without express or implied
153  * warranty.
154  *
155  * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
156  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
157  * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
158  * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
159  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
160  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
161  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
162  * SOFTWARE.
163  */
164
165 /*
166  * Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
167  *
168  * Permission to use, copy, modify, and distribute this material
169  * for any purpose and without fee is hereby granted, provided
170  * that the above copyright notice and this permission notice
171  * appear in all copies, and that the name of Bellcore not be
172  * used in advertising or publicity pertaining to this
173  * material without the specific, prior written permission
174  * of an authorized representative of Bellcore.  BELLCORE
175  * MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
176  * OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS",
177  * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.  
178  */
179
180 For the  srclib\apr\include\apr_md5.h component: 
181 /*
182  * This is work is derived from material Copyright RSA Data Security, Inc.
183  *
184  * The RSA copyright statement and Licence for that original material is
185  * included below. This is followed by the Apache copyright statement and
186  * licence for the modifications made to that material.
187  */
188
189 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
190    rights reserved.
191
192    License to copy and use this software is granted provided that it
193    is identified as the "RSA Data Security, Inc. MD5 Message-Digest
194    Algorithm" in all material mentioning or referencing this software
195    or this function.
196
197    License is also granted to make and use derivative works provided
198    that such works are identified as "derived from the RSA Data
199    Security, Inc. MD5 Message-Digest Algorithm" in all material
200    mentioning or referencing the derived work.
201
202    RSA Data Security, Inc. makes no representations concerning either
203    the merchantability of this software or the suitability of this
204    software for any particular purpose. It is provided "as is"
205    without express or implied warranty of any kind.
206
207    These notices must be retained in any copies of any part of this
208    documentation and/or software.
209  */
210
211 For the  srclib\apr\passwd\apr_md5.c component:
212
213 /*
214  * This is work is derived from material Copyright RSA Data Security, Inc.
215  *
216  * The RSA copyright statement and Licence for that original material is
217  * included below. This is followed by the Apache copyright statement and
218  * licence for the modifications made to that material.
219  */
220
221 /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
222  */
223
224 /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
225    rights reserved.
226
227    License to copy and use this software is granted provided that it
228    is identified as the "RSA Data Security, Inc. MD5 Message-Digest
229    Algorithm" in all material mentioning or referencing this software
230    or this function.
231
232    License is also granted to make and use derivative works provided
233    that such works are identified as "derived from the RSA Data
234    Security, Inc. MD5 Message-Digest Algorithm" in all material
235    mentioning or referencing the derived work.
236
237    RSA Data Security, Inc. makes no representations concerning either
238    the merchantability of this software or the suitability of this
239    software for any particular purpose. It is provided "as is"
240    without express or implied warranty of any kind.
241
242    These notices must be retained in any copies of any part of this
243    documentation and/or software.
244  */
245 /*
246  * The apr_md5_encode() routine uses much code obtained from the FreeBSD 3.0
247  * MD5 crypt() function, which is licenced as follows:
248  * ----------------------------------------------------------------------------
249  * "THE BEER-WARE LICENSE" (Revision 42):
250  * <phk@login.dknet.dk> wrote this file.  As long as you retain this notice you
251  * can do whatever you want with this stuff. If we meet some day, and you think
252  * this stuff is worth it, you can buy me a beer in return.  Poul-Henning Kamp
253  * ----------------------------------------------------------------------------
254  */
255
256 For the srclib\apr-util\crypto\apr_md4.c component:
257
258  * This is derived from material copyright RSA Data Security, Inc.
259  * Their notice is reproduced below in its entirety.
260  *
261  * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
262  * rights reserved.
263  *
264  * License to copy and use this software is granted provided that it
265  * is identified as the "RSA Data Security, Inc. MD4 Message-Digest
266  * Algorithm" in all material mentioning or referencing this software
267  * or this function.
268  *
269  * License is also granted to make and use derivative works provided
270  * that such works are identified as "derived from the RSA Data
271  * Security, Inc. MD4 Message-Digest Algorithm" in all material
272  * mentioning or referencing the derived work.
273  *
274  * RSA Data Security, Inc. makes no representations concerning either
275  * the merchantability of this software or the suitability of this
276  * software for any particular purpose. It is provided "as is"
277  * without express or implied warranty of any kind.
278  *
279  * These notices must be retained in any copies of any part of this
280  * documentation and/or software.
281  */
282
283 For the srclib\apr-util\include\apr_md4.h component:
284
285  *
286  * This is derived from material copyright RSA Data Security, Inc.
287  * Their notice is reproduced below in its entirety.
288  *
289  * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
290  * rights reserved.
291  *
292  * License to copy and use this software is granted provided that it
293  * is identified as the "RSA Data Security, Inc. MD4 Message-Digest
294  * Algorithm" in all material mentioning or referencing this software
295  * or this function.
296  *
297  * License is also granted to make and use derivative works provided
298  * that such works are identified as "derived from the RSA Data
299  * Security, Inc. MD4 Message-Digest Algorithm" in all material
300  * mentioning or referencing the derived work.
301  *
302  * RSA Data Security, Inc. makes no representations concerning either
303  * the merchantability of this software or the suitability of this
304  * software for any particular purpose. It is provided "as is"
305  * without express or implied warranty of any kind.
306  *
307  * These notices must be retained in any copies of any part of this
308  * documentation and/or software.
309  */
310
311
312 For the srclib\apr-util\test\testdbm.c component:
313
314 /* ====================================================================
315  * The Apache Software License, Version 1.1
316  *
317  * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
318  * reserved.
319  *
320  * Redistribution and use in source and binary forms, with or without
321  * modification, are permitted provided that the following conditions
322  * are met:
323  *
324  * 1. Redistributions of source code must retain the above copyright
325  *    notice, this list of conditions and the following disclaimer.
326  *
327  * 2. Redistributions in binary form must reproduce the above copyright
328  *    notice, this list of conditions and the following disclaimer in
329  *    the documentation and/or other materials provided with the
330  *    distribution.
331  *
332  * 3. The end-user documentation included with the redistribution,
333  *    if any, must include the following acknowledgment:
334  *       "This product includes software developed by the
335  *        Apache Software Foundation (http://www.apache.org/)."
336  *    Alternately, this acknowledgment may appear in the software itself,
337  *    if and wherever such third-party acknowledgments normally appear.
338  *
339  * 4. The names "Apache" and "Apache Software Foundation" must
340  *    not be used to endorse or promote products derived from this
341  *    software without prior written permission. For written
342  *    permission, please contact apache@apache.org.
343  *
344  * 5. Products derived from this software may not be called "Apache",
345  *    nor may "Apache" appear in their name, without prior written
346  *    permission of the Apache Software Foundation.
347  *
348  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
349  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
350  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
351  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
352  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
353  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
354  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
355  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
356  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
357  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
358  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
359  * SUCH DAMAGE.
360  * ====================================================================
361  *
362  * This software consists of voluntary contributions made by many
363  * individuals on behalf of the Apache Software Foundation.  For more
364  * information on the Apache Software Foundation, please see
365  * <http://www.apache.org/>.
366  *
367  * This file came from the SDBM package (written by oz@nexus.yorku.ca).
368  * That package was under public domain. This file has been ported to
369  * APR, updated to ANSI C and other, newer idioms, and added to the Apache
370  * codebase under the above copyright and license.
371  */
372
373
374 For the srclib\apr-util\test\testmd4.c component:
375
376  *
377  * This is derived from material copyright RSA Data Security, Inc.
378  * Their notice is reproduced below in its entirety.
379  *
380  * Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
381  * rights reserved.
382  *
383  * RSA Data Security, Inc. makes no representations concerning either
384  * the merchantability of this software or the suitability of this
385  * software for any particular purpose. It is provided "as is"
386  * without express or implied warranty of any kind.
387  *
388  * These notices must be retained in any copies of any part of this
389  * documentation and/or software.
390  */
391
392 For the srclib\apr-util\xml\expat\conftools\install-sh component:
393
394 #
395 # install - install a program, script, or datafile
396 # This comes from X11R5 (mit/util/scripts/install.sh).
397 #
398 # Copyright 1991 by the Massachusetts Institute of Technology
399 #
400 # Permission to use, copy, modify, distribute, and sell this software and its
401 # documentation for any purpose is hereby granted without fee, provided that
402 # the above copyright notice appear in all copies and that both that
403 # copyright notice and this permission notice appear in supporting
404 # documentation, and that the name of M.I.T. not be used in advertising or
405 # publicity pertaining to distribution of the software without specific,
406 # written prior permission.  M.I.T. makes no representations about the
407 # suitability of this software for any purpose.  It is provided "as is"
408 # without express or implied warranty.
409 #
410
411 For the srclib\pcre\install-sh component:
412
413 #
414 # Copyright 1991 by the Massachusetts Institute of Technology
415 #
416 # Permission to use, copy, modify, distribute, and sell this software and its
417 # documentation for any purpose is hereby granted without fee, provided that
418 # the above copyright notice appear in all copies and that both that
419 # copyright notice and this permission notice appear in supporting
420 # documentation, and that the name of M.I.T. not be used in advertising or
421 # publicity pertaining to distribution of the software without specific,
422 # written prior permission.  M.I.T. makes no representations about the
423 # suitability of this software for any purpose.  It is provided "as is"
424 # without express or implied warranty.
425
426 For the pcre component:
427
428 /*
429 PCRE LICENCE
430 ------------
431 PCRE is a library of functions to support regular expressions whose syntax
432 and semantics are as close as possible to those of the Perl 5 language.
433 Written by: Philip Hazel <ph10@cam.ac.uk>
434 University of Cambridge Computing Service,
435 Cambridge, England. Phone: +44 1223 334714.
436 Copyright (c) 1997-2000 University of Cambridge
437
438 Permission is granted to anyone to use this software for any purpose on any
439 computer system, and to redistribute it freely, subject to the following
440 restrictions:
441
442 1. This software is distributed in the hope that it will be useful,
443    but WITHOUT ANY WARRANTY; without even the implied warranty of
444    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
445
446 2. The origin of this software must not be misrepresented, either by
447    explicit claim or by omission. In practice, this means you must put
448    a sentence like this
449
450      Regular expression support is provided by the PCRE library package,
451      which is open source software, copyright by the University of
452      Cambridge.
453
454    somewhere reasonably visible in your documentation and in any relevant
455    files. A reference to the ftp site for the source should also be given
456
457    ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
458    in the documentation.
459
460 3. Altered versions must be plainly marked as such, and must not be
461    misrepresented as being the original software.
462
463 4. If PCRE is embedded in any software that is released under the GNU
464    General Purpose Licence (GPL), then the terms of that licence shall
465    supersede any condition above with which it is incompatible.
466
467 End
468 */
469
470
471
472 For the test\zb.c component:
473
474 /*                          ZeusBench V1.01
475                             ===============
476
477 This program is Copyright (C) Zeus Technology Limited 1996.
478
479 This program may be used and copied freely providing this copyright notice
480 is not removed.
481
482 This software is provided "as is" and any express or implied waranties, 
483 including but not limited to, the implied warranties of merchantability and
484 fitness for a particular purpose are disclaimed.  In no event shall 
485 Zeus Technology Ltd. be liable for any direct, indirect, incidental, special, 
486 exemplary, or consequential damaged (including, but not limited to, 
487 procurement of substitute good or services; loss of use, data, or profits;
488 or business interruption) however caused and on theory of liability.  Whether
489 in contract, strict liability or tort (including negligence or otherwise) 
490 arising in any way out of the use of this software, even if advised of the
491 possibility of such damage.
492
493      Written by Adam Twiss (adam@zeus.co.uk).  March 1996
494
495 Thanks to the following people for their input:
496   Mike Belshe (mbelshe@netscape.com) 
497   Michael Campanella (campanella@stevms.enet.dec.com)
498
499 */
500
501 For the expat xml parser component:
502
503 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
504                                and Clark Cooper
505
506 Permission is hereby granted, free of charge, to any person obtaining
507 a copy of this software and associated documentation files (the
508 "Software"), to deal in the Software without restriction, including
509 without limitation the rights to use, copy, modify, merge, publish,
510 distribute, sublicense, and/or sell copies of the Software, and to
511 permit persons to whom the Software is furnished to do so, subject to
512 the following conditions:
513         
514 The above copyright notice and this permission notice shall be included
515 in all copies or substantial portions of the Software.
516         
517 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
518 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
519 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
520 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
521 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
522 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
523 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
524
525 ====================================================================