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