initial load of upstream version 1.06.32
[xmlrpc-c] / doc / COPYING
1 The copyright owners of this package license the public to copy it
2 (and do other things with it which are controlled by copyright law)
3 under a few simple conditions.
4
5 Each source files describes the copyright license for that particular
6 file.  This file summarizes the licenses for your convenience.
7
8 All the code written specifically for Xmlrpc-c, which is most
9 of the code, and the aggregation, is licensed under the
10 XML-RPC FOR C/C++ license shown below.
11
12 Some of the code was written for another purpose and copied into
13 Xmlrpc-c.  Its copyright owners license the code under a different
14 license:
15
16 The Expat Licence applies to the contents of the directory lib/expat,
17 the ABYSS Web Server License applies to the contents of the directory
18 lib/abyss and parts of the file src/xmlrpc_abyss.c.
19
20 The Python 1.5.2 license applies to parts of the file
21 src/xmlrpc_base64.c.
22
23 And as for the tools/ directory, you'll have to examine the licenses
24 on your own.
25
26 These same licenses have been offered throughout Xmlrpc-c's history.
27
28
29                      XML-RPC For C/C++ License
30                      -------------------------
31
32 Copyright (C) 2001 by First Peer, Inc. All rights reserved.
33 Copyright (C) 2001 by Eric Kidd. All rights reserved.
34
35 Redistribution and use in source and binary forms, with or without
36 modification, are permitted provided that the following conditions
37 are met:
38 1. Redistributions of source code must retain the above copyright
39    notice, this list of conditions and the following disclaimer.
40 2. Redistributions in binary form must reproduce the above copyright
41    notice, this list of conditions and the following disclaimer in the
42    documentation and/or other materials provided with the distribution.
43 3. The name of the author may not be used to endorse or promote products
44    derived from this software without specific prior written permission. 
45  
46 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
47 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
48 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
49 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
50 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
51 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
52 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
53 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
54 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
55 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
56 SUCH DAMAGE.
57
58
59                      Expat License
60                      -------------
61
62 Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
63
64 Permission is hereby granted, free of charge, to any person obtaining
65 a copy of this software and associated documentation files (the
66 "Software"), to deal in the Software without restriction, including
67 without limitation the rights to use, copy, modify, merge, publish,
68 distribute, sublicense, and/or sell copies of the Software, and to
69 permit persons to whom the Software is furnished to do so, subject to
70 the following conditions:
71
72 The above copyright notice and this permission notice shall be included
73 in all copies or substantial portions of the Software.
74
75 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
76 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
77 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
78 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
79 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
80 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
81 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
82
83
84                      ABYSS Web Server License
85                      ------------------------
86
87 Copyright (C) 2000 by Moez Mahfoudh <mmoez@bigfoot.com>. All rights reserved.
88
89 Redistribution and use in source and binary forms, with or without
90 modification, are permitted provided that the following conditions
91 are met:
92 1. Redistributions of source code must retain the above copyright
93    notice, this list of conditions and the following disclaimer.
94 2. Redistributions in binary form must reproduce the above copyright
95    notice, this list of conditions and the following disclaimer in the
96    documentation and/or other materials provided with the distribution.
97 3. The name of the author may not be used to endorse or promote products
98    derived from this software without specific prior written permission. 
99  
100 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
101 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
102 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
103 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
104 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
105 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
106 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
107 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
108 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
109 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
110 SUCH DAMAGE.
111
112
113
114                      Python 1.5.2 License
115                      --------------------
116
117 Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
118 Amsterdam, The Netherlands.
119
120                         All Rights Reserved
121
122 Permission to use, copy, modify, and distribute this software and its
123 documentation for any purpose and without fee is hereby granted,
124 provided that the above copyright notice appear in all copies and that
125 both that copyright notice and this permission notice appear in
126 supporting documentation, and that the names of Stichting Mathematisch
127 Centrum or CWI or Corporation for National Research Initiatives or
128 CNRI not be used in advertising or publicity pertaining to
129 distribution of the software without specific, written prior
130 permission.
131
132 While CWI is the initial source for this software, a modified version
133 is made available by the Corporation for National Research Initiatives
134 (CNRI) at the Internet address ftp://ftp.python.org.
135
136 STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
137 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
138 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
139 CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
140 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
141 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
142 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
143 PERFORMANCE OF THIS SOFTWARE.