Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dd41b4

Browse files
committed
added THIRD-PARTY file to documentation - issue #109
1 parent f336afa commit 2dd41b4

2 files changed

Lines changed: 99 additions & 0 deletions

File tree

doc/COPYING

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,31 @@ POSSIBILITY OF SUCH DAMAGES.
344344

345345
END OF TERMS AND CONDITIONS
346346

347+
****************************************************************************
348+
349+
The copyright on this package is held by Bernardo Damele Assumpcao
350+
Guimaraes, Miroslav Stampar.
351+
352+
This license does not apply to the following components:
353+
354+
* The Ansistrm library located under thirdparty/ansistrm/.
355+
* The Beautiful Soup library located under thirdparty/beautifulsoup/.
356+
* The Chardet library located under thirdparty/chardet/.
357+
* The ClientForm library located under thirdparty/clientform/.
358+
* The Colorama library located under thirdparty/colorama/.
359+
* The Fcrypt library located under thirdparty/fcrypt/.
360+
* The Gprof2dot library located under thirdparty/gprof2dot/.
361+
* The KeepAlive library located under thirdparty/keepalive/.
362+
* The Magic library located under thirdparty/magic/.
363+
* The MultipartPost library located under thirdparty/multipartpost/.
364+
* The Odict library located under thirdparty/odict/.
365+
* The Oset library located under thirdparty/oset/.
366+
* The PageRank library located under thirdparty/pagerank/.
367+
* The PrettyPrint library located under thirdparty/prettyprint/.
368+
* The PyDes library located under thirdparty/pydes/.
369+
* The SocksiPy library located under thirdparty/socks/.
370+
* The Termcolor library located under thirdparty/termcolor/.
371+
* The XDot library located under thirdparty/xdot/.
372+
* The icmpsh tool located under extra/icmpsh/.
373+
374+
Details for the above packages can be found in the THIRD-PARTY.md file.

doc/THIRD-PARTY.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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

Comments
 (0)