4
|
1 |
license=The TMate Open Source License\n\
|
|
2 |
\n\
|
|
3 |
This license applies to all portions of TMate SVNKit library, which\n\
|
|
4 |
are not externally-maintained libraries (e.g. Trilead SSH library).\n\
|
|
5 |
\n\
|
|
6 |
All the source code and compiled classes in package org.tigris.subversion.javahl\n\
|
|
7 |
except SvnClient class are covered by the license in JAVAHL-LICENSE file\n\
|
|
8 |
\n\
|
|
9 |
Copyright (c) 2004-2009 TMate Software. All rights reserved.\n\
|
|
10 |
\n\
|
|
11 |
Redistribution and use in source and binary forms, with or without modification,\n\
|
|
12 |
are permitted provided that the following conditions are met:\n\
|
|
13 |
\n\
|
|
14 |
* Redistributions of source code must retain the above copyright notice,\n\
|
|
15 |
this list of conditions and the following disclaimer.\n\
|
|
16 |
\n\
|
|
17 |
* Redistributions in binary form must reproduce the above copyright notice,\n\
|
|
18 |
this list of conditions and the following disclaimer in the documentation \n\
|
|
19 |
and/or other materials provided with the distribution.\n\
|
|
20 |
\n\
|
|
21 |
* Redistributions in any form must be accompanied by information on how to\n\
|
|
22 |
obtain complete source code for the software that uses SVNKit and any \n\
|
|
23 |
accompanying software that uses the software that uses SVNKit. The source\n\
|
|
24 |
code must either be included in the distribution or be available for no \n\
|
|
25 |
more than the cost of distribution plus a nominal fee, and must be freely \n\
|
|
26 |
redistributable under reasonable conditions. For an executable file, complete\n\
|
|
27 |
source code means the source code for all modules it contains. It does not \n\
|
|
28 |
include source code for modules or files that typically accompany the major \n\
|
|
29 |
components of the operating system on which the executable file runs.\n\
|
|
30 |
\n\
|
|
31 |
* Redistribution in any form without redistributing source code for software\n\
|
|
32 |
that uses SVNKit is possible only when such redistribution is explictly permitted\n\
|
|
33 |
by TMate Software. Please, contact TMate Software at support@svnkit.com to \n\
|
|
34 |
get such permission.\n\
|
|
35 |
\n\
|
|
36 |
THIS SOFTWARE IS PROVIDED BY TMATE SOFTWARE ``AS IS'' AND ANY EXPRESS OR IMPLIED\n\
|
|
37 |
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF \n\
|
|
38 |
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE\n\
|
|
39 |
DISCLAIMED. \n\
|
|
40 |
\n\
|
|
41 |
IN NO EVENT SHALL TMATE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,\n\
|
|
42 |
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\
|
|
43 |
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR \n\
|
|
44 |
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF \n\
|
|
45 |
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n\
|
|
46 |
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF \n\
|
|
47 |
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\
|
|
48 |
\n
|
|
49 |
description=SVNKit is a pure java Subversion client library that may be used through its own API or serve as a transparent replacement of native javahl bindings. |