Manual

54
The contents of this le are subject to the Mozilla Public License Version 1.1 (the “License”); you may not use this le except in compliance with the License.
You may obtain a copy of the License at
hp://www.mozilla.org/MPL/
Soware distributed under the License is distributed on an AS IS” basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specic language governing rights and limitaons under the License.
The Original Code is ______________________________________.
The Inial Developer of the Original Code is ________________________.
Porons created by ______________________ are Copyright (C) _____________________________. All Rights Reserved.
Contributor(s): ______________________________________.
Alternavely, the contents of this le may be used under the terms of the _____ license (the “[___] License”), in which case the provisions of [______]
License are applicable instead of those above. If you wish to allow use of your version of this le only under the terms of the [____] License and not to allow
others to use your version of this le under the MPL, indicate your decision by deleng the provisions above and replace them with the noce and other
provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this le under either the MPL or the
[___] License.
NOTE: The text of this Exhibit A may dier slightly from the text of the noces in the Source Code les of the Original Code. You should use the text of this
Exhibit A rather than the text found in the Original Code Source Code for Your Modicaons.
Dropbear
Dropbear contains a number of components from dierent sources, hence there are a few licenses and authors involved. All licenses are fairly non-restricve.
The majority of code is wrien by Ma Johnston, under the license below.
Porons of the client-mode work are (c) 2004 Mihnea Stoenescu, under the same license:
Copyright (c) 2002-2008 Ma Johnston
Porons copyright (c) 2004 Mihnea Stoenescu
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this soware and associated documentaon les (the “Soware”), to deal in
the Soware without restricon, including without limitaon the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Soware, and to permit persons to whom the Soware is furnished to do so, subject to the following condions:
The above copyright noce and this permission noce shall be included in all copies or substanal porons of the Soware.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=====
LibTomCrypt and LibTomMath are wrien by Tom St Denis, and are Public Domain.
=====
sshpty.c is taken from OpenSSH 3.5p1,
Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.>, Espoo, Finland
All rights reserved
As far as I am concerned, the code I have wrien for this soware can be used freely for any purpose. Any derived versions of this soware must be clearly
marked as such, and if the derived work is
incompable with the protocol descripon in the RFC le, it must be called by a name other than “ssh” or “Secure Shell”. “
=====
loginrec.c
loginrec.h
atomicio.h
atomicio.c
and strlcat() (included in ul.c) are from OpenSSH 3.6.1p2, and are licensed
under the 2 point BSD license.
loginrec is wrien primarily by Andre Lucas, atomicio.c by Theo de Raadt.
strlcat() is (c) Todd C. Miller
=====
Import code in keyimport.c is modied from PuTTY’s import.c, licensed as
follows: