source: trunk/de.ugoe.cs.swe.exercises/lib/svnkit/TRILEAD-LICENSE

Last change on this file was 34, checked in by zeiss, 15 years ago
File size: 4.5 KB
Line 
1Copyright (c) 2007-2008 Trilead AG (http://www.trilead.com)
2
3All rights reserved.
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions
7are met:
8
9a.) Redistributions of source code must retain the above copyright
10    notice, this list of conditions and the following disclaimer.
11b.) Redistributions in binary form must reproduce the above copyright
12    notice, this list of conditions and the following disclaimer in the
13    documentation and/or other materials provided with the distribution.
14c.) Neither the name of Trilead nor the names of its contributors may
15    be used to endorse or promote products derived from this software
16    without specific prior written permission.
17
18THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
22LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE.
29
30Trilead SSH-2 for Java includes code that was written by Dr. Christian Plattner
31during his PhD at ETH Zurich. The license states the following:
32
33Copyright (c) 2005 - 2006 Swiss Federal Institute of Technology (ETH Zurich),
34  Department of Computer Science (http://www.inf.ethz.ch),
35  Christian Plattner. All rights reserved.
36
37Redistribution and use in source and binary forms, with or without
38modification, are permitted provided that the following conditions
39are met:
40
41a.) Redistributions of source code must retain the above copyright
42    notice, this list of conditions and the following disclaimer.
43b.) Redistributions in binary form must reproduce the above copyright
44    notice, this list of conditions and the following disclaimer in the
45    documentation and/or other materials provided with the distribution.
46c.) Neither the name of ETH Zurich nor the names of its contributors may
47    be used to endorse or promote products derived from this software
48    without specific prior written permission.
49
50THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
51AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
53ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
54LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
55CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
56SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
57INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
58CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
59ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
60POSSIBILITY OF SUCH DAMAGE.
61
62The Java implementations of the AES, Blowfish and 3DES ciphers have been
63taken (and slightly modified) from the cryptography package released by
64"The Legion Of The Bouncy Castle".
65
66Their license states the following:
67
68Copyright (c) 2000 - 2004 The Legion Of The Bouncy Castle
69(http://www.bouncycastle.org)
70
71Permission is hereby granted, free of charge, to any person obtaining a copy
72of this software and associated documentation files (the "Software"), to deal
73in the Software without restriction, including without limitation the rights
74to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75copies of the Software, and to permit persons to whom the Software is
76furnished to do so, subject to the following conditions:
77
78The above copyright notice and this permission notice shall be included in
79all copies or substantial portions of the Software.
80
81THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
87THE SOFTWARE.
88
Note: See TracBrowser for help on using the repository browser.