From 2dd41b4b96675c1ec565a15c3148b2e4449a7a1f Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 20 Jul 2012 12:01:19 +0100 Subject: [PATCH] added THIRD-PARTY file to documentation - issue #109 --- doc/COPYING | 28 ++++++++++++++++++ doc/THIRD-PARTY.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 doc/THIRD-PARTY.md diff --git a/doc/COPYING b/doc/COPYING index eeddd6c31..bdb45a046 100644 --- a/doc/COPYING +++ b/doc/COPYING @@ -344,3 +344,31 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS +**************************************************************************** + +The copyright on this package is held by Bernardo Damele Assumpcao +Guimaraes, Miroslav Stampar. + +This license does not apply to the following components: + +* The Ansistrm library located under thirdparty/ansistrm/. +* The Beautiful Soup library located under thirdparty/beautifulsoup/. +* The Chardet library located under thirdparty/chardet/. +* The ClientForm library located under thirdparty/clientform/. +* The Colorama library located under thirdparty/colorama/. +* The Fcrypt library located under thirdparty/fcrypt/. +* The Gprof2dot library located under thirdparty/gprof2dot/. +* The KeepAlive library located under thirdparty/keepalive/. +* The Magic library located under thirdparty/magic/. +* The MultipartPost library located under thirdparty/multipartpost/. +* The Odict library located under thirdparty/odict/. +* The Oset library located under thirdparty/oset/. +* The PageRank library located under thirdparty/pagerank/. +* The PrettyPrint library located under thirdparty/prettyprint/. +* The PyDes library located under thirdparty/pydes/. +* The SocksiPy library located under thirdparty/socks/. +* The Termcolor library located under thirdparty/termcolor/. +* The XDot library located under thirdparty/xdot/. +* The icmpsh tool located under extra/icmpsh/. + +Details for the above packages can be found in the THIRD-PARTY.md file. diff --git a/doc/THIRD-PARTY.md b/doc/THIRD-PARTY.md new file mode 100644 index 000000000..126b7b550 --- /dev/null +++ b/doc/THIRD-PARTY.md @@ -0,0 +1,71 @@ +This file lists bundled packages and their associated licensing terms. + +# BSD + +* The Ansistrm library located under thirdparty/ansistrm/. + Copyright (C) 2010-2012 Vinay Sajip +* The Beautiful Soup library located under thirdparty/beautifulsoup/. + Copyright (C) 2004-2010, Leonard Richardson +* The ClientForm library located under thirdparty/clientform/. + Copyright (C) 2002-2007 John J. Lee + Copyright (C) 2005 Gary Poster + Copyright (C) 2005 Zope Corporation + Copyright (C) 1998-2000 Gisle Aas +* The Colorama library located under thirdparty/colorama/. + Copyright (C) 2010 Jonathan Hartley +* The Fcrypt library located under thirdparty/fcrypt/. + Copyright (C) 2000, 2001, 2004 Carey Evans +* The Odict library located under thirdparty/odict/. + Copyright (C) 2005 Nicola Larosa, Michael Foord +* The Oset library located under thirdparty/oset/. + Copyright (C) 2010, BlueDynamics Alliance, Austria + Copyright (C) 2009, Raymond Hettinger, and others +* The SocksiPy library located under thirdparty/socks/. + Copyright 2006 Dan-Haim + +```` +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +```` + +# LGPL + +* The Chardet library located under thirdparty/chardet/. +* The Gprof2dot library located under thirdparty/gprof2dot/. +* The KeepAlive library located under thirdparty/keepalive/. +* The MultipartPost library located under thirdparty/multipartpost/. +* The XDot library located under thirdparty/xdot/. +* The icmpsh tool located under extra/icmpsh/. + +# PSF + +* The Magic library located under thirdparty/magic/. + +# MIT + +* The PageRank library located under thirdparty/pagerank/. +* The PrettyPrint library located under thirdparty/prettyprint/. +* The Termcolor library located under thirdparty/termcolor/. + +# Public domain + +* The PyDes library located under thirdparty/pydes/.