comparison LICENSE @ 4:fe6bca95afa7

Makefile.in contains updated files required
author Matt Johnston <matt@ucc.asn.au>
date Tue, 01 Jun 2004 02:46:09 +0000
parents
children 59d16db56e9f
comparison
equal deleted inserted replaced
-1:000000000000 4:fe6bca95afa7
1 The majority of code is written by Matt Johnston, under the following license:
2
3 Copyright (c) 2002,2003 Matt Johnston
4 All rights reserved.
5
6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to deal
8 in the Software without restriction, including without limitation the rights
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
12
13 The above copyright notice and this permission notice shall be included in all
14 copies or substantial portions of the Software.
15
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 SOFTWARE.
23
24 =====
25
26 LibTomCrypt and LibTomMath are (c) Tom St Denis, under TDCAL (Tom Doesn't Care
27 About Licenses) some files are from public domain sources, see
28 libtomcrypt/legal.txt
29
30 =====
31
32 sshpty.c is taken from OpenSSH 3.5p1,
33 Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland
34 All rights reserved
35 "As far as I am concerned, the code I have written for this software
36 can be used freely for any purpose. Any derived versions of this
37 software must be clearly marked as such, and if the derived work is
38 incompatible with the protocol description in the RFC file, it must be
39 called by a name other than "ssh" or "Secure Shell". "
40
41 =====
42
43 loginrec.c
44 loginrec.h
45 atomicio.h
46 atomicio.c
47 and strlcat() (included in util.c) are from OpenSSH 3.6.1p2, and are licensed
48 under the 2 point BSD license.
49
50 loginrec is written primarily by Andre Lucas, atomicio.c by Theo de Raadt.
51
52 strlcat() is (c) Todd C. Miller
53
54 =====
55
56 Import code in keyimport.c is modified from PuTTY's import.c, licensed as
57 follows:
58
59 PuTTY is copyright 1997-2003 Simon Tatham.
60
61 Portions copyright Robert de Bath, Joris van Rantwijk, Delian
62 Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
63 Justin Bradford, and CORE SDI S.A.
64
65 Permission is hereby granted, free of charge, to any person
66 obtaining a copy of this software and associated documentation files
67 (the "Software"), to deal in the Software without restriction,
68 including without limitation the rights to use, copy, modify, merge,
69 publish, distribute, sublicense, and/or sell copies of the Software,
70 and to permit persons to whom the Software is furnished to do so,
71 subject to the following conditions:
72
73 The above copyright notice and this permission notice shall be
74 included in all copies or substantial portions of the Software.
75
76 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79 NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE
80 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
81 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
82 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.