
CONTRIBUTORS
==================================================
bareFTP icon by Kalle Persson <kalle@nemus.se>

The following has contributed with very useful bug reports, and 
made tests accounts on variuos server software available:
 - Simon Leblanc
 - Peter Bergstrand (MockY)

Huge thanks to you all!


TRANSLATORS
==================================================
Catalan (ca): Sergi Mansilla <sergi.mansilla@gmail.com>
German (de) Daniel Päßler <daniel@paessler.org>
Spanish (es): Julio Napurí Carlos <julionc@gmail.com>
French (fr): Simon Leblanc <contact@leblanc-simon.eu>
Italian (it) Gianvito Cavasoli <gianvito@gmx.it>
Polish (pl): Filip Chabik <hadret@gmail.com>
Portuguese Brazilian (pt_BR): Alexandre Cavedon <alexandre.cavedon@gmail.com>


ADDITIONAL LICENSES, COPYRIGHT HOLDERS AND CREDITS
==================================================

Some parts of bareFTP are based on code from other open sourced projects. 
As a result, some files have multiple copyright holders, and may use 
other open source licenses.

Brief description of derived works:

Some parts of the SSH implementation is based on code from JSch, a java
SSH library. JSch uses a BSD style license.
Copyright (c) 2002,2003,2004 ymnk, JCraft,Inc.
http://www.jcraft.com/jsch/index.html

bareFTP contains a modified implementation of pty-sharp.
pty-sharp is licensed under the MIT X11 license
pty-sharp is Copyright 2009, Novell, Inc.

The above mentioned modification of pty-sharp also uses some code and 
ideas from gftp. 
gftp is GPL, Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.org>

Some code is influenced by edtFTPnet by EnterpriseDT, a open source FTP 
library. The code is Copyright (C) 2004 Enterprise Distributed
Technologies Ltd (www.enterprisedt.com)

A few Makefile and build concepts is taken from the banshee project.
Banshee is released under a MIT/X11 license, and
is Copyright (C) 2005-2007 Novell, Inc.

The file KeyBinder.cs is based on code from Tasque, relased
under a MIT license and is  Copyright (C) 2007 Novell, Inc.

** See source files for complete license/copyright **

** DETAILED COPYRIGHT AND LICENSES **

Files: *
Copyright: Copyright (c) 2007-2009 Christian Eide <christian@bareftp.org>
License: GPL-2+

Files: src/bareFTP.Gui/KeyBinder.cs
Copyright: Copyright (C) 2007 Novell, Inc.
License: MIT/X11

FIles: src/bareFTP.Protocol.Ftp/ftp/ListParser.cs
Copyright: Copyright (c) 2004 Enterprise Distributed Technologies Ltd,
           Copyright (c) 2008-2009 Christian Eide <christian@bareftp.org>
License: GPL-2+

Files: src/bareFTP.Protocol/HostNameResolver.cs
Copyright: Copyright (c) 2004 Enterprise Distributed Technologies Ltd,
           Copyright (c) Christian Eide <christian@bareftp.org>
License: LGPL-2.1+

Files: src/bareFTP.Protocol.Sftp/sftp/ssh/Buffer.cs
       src/bareFTP.Protocol.Sftp/sftp/ssh/SftpATTRS.cs
       src/bareFTP.Protocol.Sftp/sftp/ssh/Util.cs
Copyright: Copyright (c) 2002-2006 ymnk, JCraft,Inc.
License: BSD

Files: src/bareFTP.Protocol.Sftp/sftp/ssh/SftpClient.cs
Copyright: Copyright (c) 2002-2006 ymnk, JCraft,Inc.
           Copyright (c) 2008-2009 Christian Eide <christian@bareftp.org>
License: GPL-2+

Files: lib/bareFTP.SftpPty/PseudoTerminal.cs
Copyright: Copyright (c) 2009 Novell, Inc.
           Copyright (c) 2009 Christian Eide <christian@bareftp.org>
License: MIT/X11

Files: lib/sftppty/*
Copyright: Copyright (C) 2001,2002 Red Hat, Inc.
           Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.org>
           Copyright (c) 2009 Christian Eide <christian@bareftp.org>
License: LGPL-2+
