diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 19:39:42 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 19:39:42 +0000 |
commit | 25963381f55ce81bf44e3d511ec44e634942204f (patch) | |
tree | 5182d1adaa98faf2c5d35c2c89687cff03a23504 /third_party/pyftpdlib/LICENSE | |
parent | bfe835e3e3d5aea1415886dec94bdc760db6cded (diff) | |
download | chromium_src-25963381f55ce81bf44e3d511ec44e634942204f.zip chromium_src-25963381f55ce81bf44e3d511ec44e634942204f.tar.gz chromium_src-25963381f55ce81bf44e3d511ec44e634942204f.tar.bz2 |
Add pyftpdlib for future ftp unit tests.
From http://codereview.chromium.org/16429/ by contributor ibrar.ahmed@gmail.com
TBR=pamg
Review URL: http://codereview.chromium.org/16454
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pyftpdlib/LICENSE')
-rw-r--r-- | third_party/pyftpdlib/LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/pyftpdlib/LICENSE b/third_party/pyftpdlib/LICENSE new file mode 100644 index 0000000..b2b65fa --- /dev/null +++ b/third_party/pyftpdlib/LICENSE @@ -0,0 +1,22 @@ +====================================================================== +Copyright (C) 2007 Giampaolo Rodola' <g.rodola@gmail.com> + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and +its documentation for any purpose and without fee is hereby +granted, provided that the above copyright notice appear in all +copies and that both that copyright notice and this permission +notice appear in supporting documentation, and that the name of +Giampaolo Rodola' not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +Giampaolo Rodola' DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN +NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +======================================================================
\ No newline at end of file |