Fix compiler warning due to missing function prototype.
[svn.git] / subversion / bindings / swig / python / LICENSE_FOR_PYTHON_BINDINGS
blob7c6ef0e522d34b49cdcb5b70e26db72733b29041
1 This is version 1 of this license. It is also available online at
2 < http://subversion.tigris.org/license-for-python-bindings.html >.
3 If newer versions of this license are posted there, you may use a
4 newer version instead, at your option.
6 The Python bindings for Subversion are distributed under the following
7 terms:
9 I.  Copyright (c) 2000-2008 CollabNet.  All rights reserved.
11     Redistribution and use in source and binary forms, with or without
12     modification, are permitted provided that the following conditions
13     are met:
15     1. Redistributions of source code must retain the above copyright
16        notice, this list of conditions and the following disclaimer.
18     2. Redistributions in binary form must reproduce the above copyright
19        notice, this list of conditions and the following disclaimer in
20        the documentation and/or other materials provided with the
21        distribution.
23     3. The end-user documentation included with the redistribution, if
24        any, must include the following acknowledgment: "This product
25        includes software developed by CollabNet (http://www.Collab.Net/)."
26        Alternately, this acknowledgment may appear in the software itself,
27        if and wherever such third-party acknowledgments normally appear.
29     4. The hosted project names must not be used to endorse or promote
30        products derived from this software without prior written
31        permission. For written permission, please contact info@collab.net.
33     5. Products derived from this software may not use the "Tigris" name
34        nor may "Tigris" appear in their names without prior written
35        permission of CollabNet.
37     THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
38     WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
39     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
40     IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY
41     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
42     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
43     GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
44     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
45     IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
46     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
47     IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49 II. Copyright (C) 2005 Edgewall Software
50     All rights reserved.
52     Redistribution and use in source and binary forms, with or without
53     modification, are permitted provided that the following conditions
54     are met:
56     1. Redistributions of source code must retain the above copyright
57        notice, this list of conditions and the following disclaimer.
58     2. Redistributions in binary form must reproduce the above copyright
59        notice, this list of conditions and the following disclaimer in the
60        the documentation and/or other materials provided with the
61        distribution.
62     3. The name of the author may not be used to endorse or promote
63        products derived from this software without specific prior written
64        permission.
66     THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS
67     OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
68     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
69     ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
70     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
71     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
72     GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
73     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
74     IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
75     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
76     IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.