Manual
Table Of Contents
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
hp://www.mozilla.org/MPL/
Soware 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 specic language governing rights and limitaons under the License.
The Original Code is ______________________________________.
The Inial Developer of the Original Code is ________________________.
Porons created by ______________________ are Copyright (C) _____________________________. All Rights Reserved.
Contributor(s): ______________________________________.
Alternavely, 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 deleng the provisions above and replace them with the noce 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 dier slightly from the text of the noces 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 Modicaons.
Dropbear
Dropbear contains a number of components from dierent sources, hence there are a few licenses and authors involved. All licenses are fairly non-restricve.
The majority of code is wrien by Ma Johnston, under the license below.
Porons of the client-mode work are (c) 2004 Mihnea Stoenescu, under the same license:
Copyright (c) 2002-2008 Ma Johnston
Porons copyright (c) 2004 Mihnea Stoenescu
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this soware and associated documentaon les (the “Soware”), to deal in
the Soware without restricon, including without limitaon the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Soware, and to permit persons to whom the Soware is furnished to do so, subject to the following condions:
The above copyright noce and this permission noce shall be included in all copies or substanal porons of the Soware.
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 wrien 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 wrien for this soware can be used freely for any purpose. Any derived versions of this soware must be clearly
marked as such, and if the derived work is
incompable with the protocol descripon 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 ul.c) are from OpenSSH 3.6.1p2, and are licensed
under the 2 point BSD license.
loginrec is wrien primarily by Andre Lucas, atomicio.c by Theo de Raadt.
strlcat() is (c) Todd C. Miller
=====
Import code in keyimport.c is modied from PuTTY’s import.c, licensed as
follows: