4
|
1 |
<html>
|
|
2 |
<head>
|
|
3 |
<title>Subclipse License</title>
|
|
4 |
</head>
|
|
5 |
|
|
6 |
<body>
|
|
7 |
<h2>Subclipse Software User Agreement</h2>
|
|
8 |
<p>11<sup>th</sup> April, 2006</p>
|
|
9 |
|
|
10 |
<h3>Subclipse</h3>
|
|
11 |
|
|
12 |
<p>Subclipse is licensed under the terms of the <a href="licenses/epl-v10.html">Eclipse Public License v1.0</a>.</p>
|
|
13 |
|
|
14 |
<h3>Applicable Licenses</h3>
|
|
15 |
|
|
16 |
<p>Subclipse is built upon a number of other open source technologies and products. Here is a list
|
|
17 |
of those products with links to their licenses.</p>
|
|
18 |
|
|
19 |
<p>svnClientAdapter: Part of the overall Subclipse project, svnClientAdapter presents a pluggable high-level interface
|
|
20 |
to the Subversion repository. svnClientAdapter is licensed under the <a href="licenses/apache2.txt">Apache2 License</a>.
|
|
21 |
Depending on the adapter you choose in your preferences, the following products and licenses are involved.</p>
|
|
22 |
|
|
23 |
<p>Subversion/JavaHL: JavaHL is a high-level Java language binding to the Subversion "C" libraries and is part of the
|
|
24 |
official Subversion source distribution. Subversion is licensed under the <a href="licenses/JavaHL.txt">CollabNet license</a>.</p>
|
|
25 |
|
|
26 |
<p>SVNKit: SVNKit is a "pure Java" implementation of the Subversion network protocols and working copy formats. SVNKit
|
|
27 |
is licensed under the <a href="licenses/SVNKit.txt">TMate license</a>.</p>
|
|
28 |
|
|
29 |
<p>Ganymed SSH-2: SVNKit uses the Ganymed SSH-2 library to support the svn+ssh:// protocol.
|
|
30 |
Ganymed SSH-2 is licensed under a <a href="licenses/Ganymed.txt">BSD-style license</a>.</p>
|
|
31 |
|
|
32 |
<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THIS CONTENT.</p>
|
|
33 |
|
|
34 |
</body>
|
|
35 |
</html>
|