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">
5 <style type=
"text/css"> /* <![CDATA[ */
6 @import
"branding/css/tigris.css";
7 @import
"branding/css/inst.css";
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>Subversion License
</title>
18 <h2>Subversion License
</h2>
20 <p>This license applies to all portions of Subversion which are not
21 externally-maintained libraries (e.g. apr/, apr-util/, and neon/).
22 Such libraries have their own licenses; we recommend you read them, as
23 their terms may differ from the terms below.
</p>
26 /* ================================================================
27 * Copyright (c)
2000-
2008 CollabNet. All rights reserved.
29 * Redistribution and use in source and binary forms, with or without
30 * modification, are permitted provided that the following conditions
33 *
1. Redistributions of source code must retain the above copyright
34 * notice, this list of conditions and the following disclaimer.
36 *
2. Redistributions in binary form must reproduce the above copyright
37 * notice, this list of conditions and the following disclaimer in
38 * the documentation and/or other materials provided with the
41 *
3. The end-user documentation included with the redistribution,
42 * if any, must include the following acknowledgment:
43 *
"This product includes software developed by
44 * CollabNet (http://www.Collab.Net/)."
45 * Alternately, this acknowledgment may appear in the software itself,
46 * if and wherever such third-party acknowledgments normally appear.
48 *
4. The hosted project names must not be used to endorse or promote
49 * products derived from this software without prior written
50 * permission. For written permission, please contact info@collab.net.
52 *
5. Products derived from this software may not use the
"Tigris" name
53 * nor may
"Tigris" appear in their names without prior written
54 * permission of CollabNet.
56 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
57 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
58 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
59 * IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY
60 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
61 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
62 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
63 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
64 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
65 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
66 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
68 * ====================================================================
70 * This software consists of voluntary contributions made by many
71 * individuals on behalf of CollabNet.