Fix compiler warning due to missing function prototype.
[svn.git] / www / license-for-python-bindings.html
blob9e94eab95a5bb7b9065eb16e064cec65cac0ba63
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style type="text/css"> /* <![CDATA[ */
6 @import "branding/css/tigris.css";
7 @import "branding/css/inst.css";
8 /* ]]> */</style>
9 <link rel="stylesheet" type="text/css" media="print"
10 href="branding/css/print.css"/>
11 <script type="text/javascript" src="branding/scripts/tigris.js"></script>
12 <title>License for Python bindings</title>
13 </head>
15 <body>
16 <div class="app">
18 <h2>License for Python bindings</h2>
20 <pre>
21 This is version 1 of this license. It is also available online at
22 &lt; http://subversion.tigris.org/license-for-python-bindings.html &gt;.
23 If newer versions of this license are posted there, you may use a newer
24 version instead, at your option.
26 The Python bindings for Subversion are distributed under the following
27 terms:
29 I. Copyright (c) 2000-2008 CollabNet. All rights reserved.
31 Redistribution and use in source and binary forms, with or without
32 modification, are permitted provided that the following conditions
33 are met:
35 1. Redistributions of source code must retain the above copyright
36 notice, this list of conditions and the following disclaimer.
38 2. Redistributions in binary form must reproduce the above copyright
39 notice, this list of conditions and the following disclaimer in
40 the documentation and/or other materials provided with the
41 distribution.
43 3. The end-user documentation included with the redistribution,
44 if any, must include the following acknowledgment:
45 "This product includes software developed by
46 CollabNet (http://www.Collab.Net/)."
47 Alternately, this acknowledgment may appear in the software itself,
48 if and wherever such third-party acknowledgments normally appear.
50 4. The hosted project names must not be used to endorse or promote
51 products derived from this software without prior written
52 permission. For written permission, please contact info@collab.net.
54 5. Products derived from this software may not use the "Tigris" name
55 nor may "Tigris" appear in their names without prior written
56 permission of CollabNet.
58 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
59 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
60 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
61 IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY
62 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
64 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
65 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
66 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
67 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
68 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
70 II. Copyright (C) 2005 Edgewall Software
71 All rights reserved.
73 Redistribution and use in source and binary forms, with or without
74 modification, are permitted provided that the following conditions
75 are met:
77 1. Redistributions of source code must retain the above copyright
78 notice, this list of conditions and the following disclaimer.
79 2. Redistributions in binary form must reproduce the above copyright
80 notice, this list of conditions and the following disclaimer in
81 the documentation and/or other materials provided with the
82 distribution.
83 3. The name of the author may not be used to endorse or promote
84 products derived from this software without specific prior written
85 permission.
87 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS
88 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
89 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
90 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
91 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
92 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
93 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
94 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
95 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
96 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
97 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99 </pre>
100 </div>
101 </body>
102 </html>