|
| 1 | +This file lists bundled packages and their associated licensing terms. |
| 2 | + |
| 3 | +# BSD |
| 4 | + |
| 5 | +* The Ansistrm library located under thirdparty/ansistrm/. |
| 6 | + Copyright (C) 2010-2012 Vinay Sajip |
| 7 | +* The Beautiful Soup library located under thirdparty/beautifulsoup/. |
| 8 | + Copyright (C) 2004-2010, Leonard Richardson |
| 9 | +* The ClientForm library located under thirdparty/clientform/. |
| 10 | + Copyright (C) 2002-2007 John J. Lee |
| 11 | + Copyright (C) 2005 Gary Poster |
| 12 | + Copyright (C) 2005 Zope Corporation |
| 13 | + Copyright (C) 1998-2000 Gisle Aas |
| 14 | +* The Colorama library located under thirdparty/colorama/. |
| 15 | + Copyright (C) 2010 Jonathan Hartley |
| 16 | +* The Fcrypt library located under thirdparty/fcrypt/. |
| 17 | + Copyright (C) 2000, 2001, 2004 Carey Evans |
| 18 | +* The Odict library located under thirdparty/odict/. |
| 19 | + Copyright (C) 2005 Nicola Larosa, Michael Foord |
| 20 | +* The Oset library located under thirdparty/oset/. |
| 21 | + Copyright (C) 2010, BlueDynamics Alliance, Austria |
| 22 | + Copyright (C) 2009, Raymond Hettinger, and others |
| 23 | +* The SocksiPy library located under thirdparty/socks/. |
| 24 | + Copyright 2006 Dan-Haim |
| 25 | + |
| 26 | +```` |
| 27 | +Redistribution and use in source and binary forms, with or without |
| 28 | +modification, are permitted provided that the following conditions are met: |
| 29 | + * Redistributions of source code must retain the above copyright |
| 30 | + notice, this list of conditions and the following disclaimer. |
| 31 | + * Redistributions in binary form must reproduce the above copyright |
| 32 | + notice, this list of conditions and the following disclaimer in the |
| 33 | + documentation and/or other materials provided with the distribution. |
| 34 | + * Neither the name of the <organization> nor the |
| 35 | + names of its contributors may be used to endorse or promote products |
| 36 | + derived from this software without specific prior written permission. |
| 37 | +
|
| 38 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 39 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 40 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 41 | +DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY |
| 42 | +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 43 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 44 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 45 | +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 46 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 47 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 48 | +```` |
| 49 | + |
| 50 | +# LGPL |
| 51 | + |
| 52 | +* The Chardet library located under thirdparty/chardet/. |
| 53 | +* The Gprof2dot library located under thirdparty/gprof2dot/. |
| 54 | +* The KeepAlive library located under thirdparty/keepalive/. |
| 55 | +* The MultipartPost library located under thirdparty/multipartpost/. |
| 56 | +* The XDot library located under thirdparty/xdot/. |
| 57 | +* The icmpsh tool located under extra/icmpsh/. |
| 58 | + |
| 59 | +# PSF |
| 60 | + |
| 61 | +* The Magic library located under thirdparty/magic/. |
| 62 | + |
| 63 | +# MIT |
| 64 | + |
| 65 | +* The PageRank library located under thirdparty/pagerank/. |
| 66 | +* The PrettyPrint library located under thirdparty/prettyprint/. |
| 67 | +* The Termcolor library located under thirdparty/termcolor/. |
| 68 | + |
| 69 | +# Public domain |
| 70 | + |
| 71 | +* The PyDes library located under thirdparty/pydes/. |
0 commit comments