~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to www/project_license.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html>
 
4
<head>
 
5
<style type="text/css"> /* <![CDATA[ */
 
6
  @import "tigris-branding/css/tigris.css";
 
7
  @import "tigris-branding/css/inst.css";
 
8
  /* ]]> */</style>
 
9
<link rel="stylesheet" type="text/css" media="print"
 
10
  href="tigris-branding/css/print.css"/>
 
11
<script type="text/javascript" src="tigris-branding/scripts/tigris.js"></script>
 
12
<title>Subversion License</title>
 
13
</head>
 
14
 
 
15
<body>
 
16
<div class="app">
 
17
 
 
18
<h2>Subversion License</h2>
 
19
 
 
20
<p>This license applies to all portions of Subversion which are not
 
21
 externally-maintained libraries (e.g. apr/, expat-lite/, and neon/).  Such
 
22
 libraries have their own licenses; we recommend you read them, as their terms
 
23
 may differ from the terms below.</p>
 
24
 
 
25
<pre>
 
26
/* ================================================================
 
27
 * Copyright (c) 2000-2005 CollabNet.  All rights reserved.
 
28
 * 
 
29
 * Redistribution and use in source and binary forms, with or without
 
30
 * modification, are permitted provided that the following conditions are
 
31
 * met:
 
32
 * 
 
33
 * 1. Redistributions of source code must retain the above copyright
 
34
 * notice, this list of conditions and the following disclaimer.
 
35
 * 
 
36
 * 2. Redistributions in binary form must reproduce the above copyright
 
37
 * notice, this list of conditions and the following disclaimer in the
 
38
 * documentation and/or other materials provided with the distribution.
 
39
 * 
 
40
 * 3. The end-user documentation included with the redistribution, if
 
41
 * any, must include the following acknowledgment: "This product includes
 
42
 * software developed by CollabNet (http://www.Collab.Net/)."
 
43
 * Alternately, this acknowledgment may appear in the software itself, if
 
44
 * and wherever such third-party acknowledgments normally appear.
 
45
 * 
 
46
 * 4. The hosted project names must not be used to endorse or promote
 
47
 * products derived from this software without prior written
 
48
 * permission. For written permission, please contact info@collab.net.
 
49
 * 
 
50
 * 5. Products derived from this software may not use the "Tigris" name
 
51
 * nor may "Tigris" appear in their names without prior written
 
52
 * permission of CollabNet.
 
53
 * 
 
54
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 
55
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 
56
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 
57
 * IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY
 
58
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
59
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 
60
 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
61
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
 
62
 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 
63
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 
64
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
65
 *
 
66
 * ====================================================================
 
67
 * 
 
68
 * This software consists of voluntary contributions made by many
 
69
 * individuals on behalf of CollabNet.
 
70
 */
 
71
</pre>
 
72
 
 
73
</div>
 
74
</body>
 
75
</html>