1This 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) 2013, Jonathan Hartley.
16* The `Fcrypt` library located under `thirdparty/fcrypt/`.
17  Copyright (C) 2000, 2001, 2004 Carey Evans.
18* The `PrettyPrint` library located under `thirdparty/prettyprint/`.
19  Copyright (C) 2010, Chris Hall.
20* The `SocksiPy` library located under `thirdparty/socks/`.
21  Copyright (C) 2006, Dan-Haim.
22
23````
24Redistribution and use in source and binary forms, with or without
25modification, are permitted provided that the following conditions are met:
26     - Redistributions of source code must retain the above copyright
27      notice, this list of conditions and the following disclaimer.
28     - Redistributions in binary form must reproduce the above copyright
29      notice, this list of conditions and the following disclaimer in the
30      documentation and/or other materials provided with the distribution.
31     - Neither the name of the <organization> nor the
32      names of its contributors may be used to endorse or promote products
33      derived from this software without specific prior written permission.
34
35THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
36ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
37WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
39DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
40(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
44SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45````
46
47# LGPL
48
49* The `Chardet` library located under `thirdparty/chardet/`.
50  Copyright (C) 2008, Mark Pilgrim.
51* The `Gprof2dot` library located under `thirdparty/gprof2dot/`.
52  Copyright (C) 2008-2009, Jose Fonseca.
53* The `KeepAlive` library located under `thirdparty/keepalive/`.
54  Copyright (C) 2002-2003, Michael D. Stenner.
55* The `MultipartPost` library located under `thirdparty/multipart/`.
56  Copyright (C) 2006, Will Holcomb.
57* The `XDot` library located under `thirdparty/xdot/`
58  Copyright (C) 2008, Jose Fonseca.
59* The `icmpsh` tool located under `extra/icmpsh/`.
60  Copyright (C) 2010, Nico Leidecker, Bernardo Damele.
61
62````
63                   GNU LESSER GENERAL PUBLIC LICENSE
64                       Version 3, 29 June 2007
65
66 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
67 Everyone is permitted to copy and distribute verbatim copies
68 of this license document, but changing it is not allowed.
69
70
71  This version of the GNU Lesser General Public License incorporates
72the terms and conditions of version 3 of the GNU General Public
73License, supplemented by the additional permissions listed below.
74
75  0. Additional Definitions.
76
77  As used herein, "this License" refers to version 3 of the GNU Lesser
78General Public License, and the "GNU GPL" refers to version 3 of the GNU
79General Public License.
80
81  "The Library" refers to a covered work governed by this License,
82other than an Application or a Combined Work as defined below.
83
84  An "Application" is any work that makes use of an interface provided
85by the Library, but which is not otherwise based on the Library.
86Defining a subclass of a class defined by the Library is deemed a mode
87of using an interface provided by the Library.
88
89  A "Combined Work" is a work produced by combining or linking an
90Application with the Library.  The particular version of the Library
91with which the Combined Work was made is also called the "Linked
92Version".
93
94  The "Minimal Corresponding Source" for a Combined Work means the
95Corresponding Source for the Combined Work, excluding any source code
96for portions of the Combined Work that, considered in isolation, are
97based on the Application, and not on the Linked Version.
98
99  The "Corresponding Application Code" for a Combined Work means the
100object code and/or source code for the Application, including any data
101and utility programs needed for reproducing the Combined Work from the
102Application, but excluding the System Libraries of the Combined Work.
103
104  1. Exception to Section 3 of the GNU GPL.
105
106  You may convey a covered work under sections 3 and 4 of this License
107without being bound by section 3 of the GNU GPL.
108
109  2. Conveying Modified Versions.
110
111  If you modify a copy of the Library, and, in your modifications, a
112facility refers to a function or data to be supplied by an Application
113that uses the facility (other than as an argument passed when the
114facility is invoked), then you may convey a copy of the modified
115version:
116
117   a) under this License, provided that you make a good faith effort to
118   ensure that, in the event an Application does not supply the
119   function or data, the facility still operates, and performs
120   whatever part of its purpose remains meaningful, or
121
122   b) under the GNU GPL, with none of the additional permissions of
123   this License applicable to that copy.
124
125  3. Object Code Incorporating Material from Library Header Files.
126
127  The object code form of an Application may incorporate material from
128a header file that is part of the Library.  You may convey such object
129code under terms of your choice, provided that, if the incorporated
130material is not limited to numerical parameters, data structure
131layouts and accessors, or small macros, inline functions and templates
132(ten or fewer lines in length), you do both of the following:
133
134   a) Give prominent notice with each copy of the object code that the
135   Library is used in it and that the Library and its use are
136   covered by this License.
137
138   b) Accompany the object code with a copy of the GNU GPL and this license
139   document.
140
141  4. Combined Works.
142
143  You may convey a Combined Work under terms of your choice that,
144taken together, effectively do not restrict modification of the
145portions of the Library contained in the Combined Work and reverse
146engineering for debugging such modifications, if you also do each of
147the following:
148
149   a) Give prominent notice with each copy of the Combined Work that
150   the Library is used in it and that the Library and its use are
151   covered by this License.
152
153   b) Accompany the Combined Work with a copy of the GNU GPL and this license
154   document.
155
156   c) For a Combined Work that displays copyright notices during
157   execution, include the copyright notice for the Library among
158   these notices, as well as a reference directing the user to the
159   copies of the GNU GPL and this license document.
160
161   d) Do one of the following:
162
163       0) Convey the Minimal Corresponding Source under the terms of this
164       License, and the Corresponding Application Code in a form
165       suitable for, and under terms that permit, the user to
166       recombine or relink the Application with a modified version of
167       the Linked Version to produce a modified Combined Work, in the
168       manner specified by section 6 of the GNU GPL for conveying
169       Corresponding Source.
170
171       1) Use a suitable shared library mechanism for linking with the
172       Library.  A suitable mechanism is one that (a) uses at run time
173       a copy of the Library already present on the user's computer
174       system, and (b) will operate properly with a modified version
175       of the Library that is interface-compatible with the Linked
176       Version.
177
178   e) Provide Installation Information, but only if you would otherwise
179   be required to provide such information under section 6 of the
180   GNU GPL, and only to the extent that such information is
181   necessary to install and execute a modified version of the
182   Combined Work produced by recombining or relinking the
183   Application with a modified version of the Linked Version. (If
184   you use option 4d0, the Installation Information must accompany
185   the Minimal Corresponding Source and Corresponding Application
186   Code. If you use option 4d1, you must provide the Installation
187   Information in the manner specified by section 6 of the GNU GPL
188   for conveying Corresponding Source.)
189
190  5. Combined Libraries.
191
192  You may place library facilities that are a work based on the
193Library side by side in a single library together with other library
194facilities that are not Applications and are not covered by this
195License, and convey such a combined library under terms of your
196choice, if you do both of the following:
197
198   a) Accompany the combined library with a copy of the same work based
199   on the Library, uncombined with any other library facilities,
200   conveyed under the terms of this License.
201
202   b) Give prominent notice with the combined library that part of it
203   is a work based on the Library, and explaining where to find the
204   accompanying uncombined form of the same work.
205
206  6. Revised Versions of the GNU Lesser General Public License.
207
208  The Free Software Foundation may publish revised and/or new versions
209of the GNU Lesser General Public License from time to time. Such new
210versions will be similar in spirit to the present version, but may
211differ in detail to address new problems or concerns.
212
213  Each version is given a distinguishing version number. If the
214Library as you received it specifies that a certain numbered version
215of the GNU Lesser General Public License "or any later version"
216applies to it, you have the option of following the terms and
217conditions either of that published version or of any later version
218published by the Free Software Foundation. If the Library as you
219received it does not specify a version number of the GNU Lesser
220General Public License, you may choose any version of the GNU Lesser
221General Public License ever published by the Free Software Foundation.
222
223  If the Library as you received it specifies that a proxy can decide
224whether future versions of the GNU Lesser General Public License shall
225apply, that proxy's public statement of acceptance of any version is
226permanent authorization for you to choose that version for the
227Library.
228````
229
230# PSF
231
232* The `Magic` library located under `thirdparty/magic/`.
233  Copyright (C) 2011, Adam Hupp.
234
235````
236PSF LICENSE AGREEMENT FOR PYTHON 2.7.3
237
238This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”),
239and the Individual or Organization (“Licensee”) accessing and otherwise
240using Python 2.7.3 software in source or binary form and its associated
241documentation.
242Subject to the terms and conditions of this License Agreement, PSF hereby
243grants Licensee a nonexclusive, royalty-free, world-wide license to
244reproduce, analyze, test, perform and/or display publicly, prepare
245derivative works, distribute, and otherwise use Python 2.7.3 alone or in any
246derivative version, provided, however, that PSF’s License Agreement and
247PSF’s notice of copyright, i.e., “Copyright © 2001-2012 Python Software
248Foundation; All Rights Reserved” are retained in Python 2.7.3 alone or in
249any derivative version prepared by Licensee.
250In the event Licensee prepares a derivative work that is based on or
251incorporates Python 2.7.3 or any part thereof, and wants to make the
252derivative work available to others as provided herein, then Licensee hereby
253agrees to include in any such work a brief summary of the changes made to
254Python 2.7.3.
255PSF is making Python 2.7.3 available to Licensee on an “AS IS” basis. PSF
256MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
257EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION
258OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
259THE USE OF PYTHON 2.7.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
260PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.7.3 FOR
261ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
262MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.7.3, OR ANY DERIVATIVE
263THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
264This License Agreement will automatically terminate upon a material breach
265of its terms and conditions.
266Nothing in this License Agreement shall be deemed to create any relationship
267of agency, partnership, or joint venture between PSF and Licensee. This
268License Agreement does not grant permission to use PSF trademarks or trade
269name in a trademark sense to endorse or promote products or services of
270Licensee, or any third party.
271By copying, installing or otherwise using Python 2.7.3, Licensee agrees to
272be bound by the terms and conditions of this License Agreement.
273````
274
275# MIT
276
277* The `bottle` web framework library located under `thirdparty/bottle/`.
278  Copyright (C) 2012, Marcel Hellkamp.
279* The `identYwaf` library located under `thirdparty/identywaf/`.
280  Copyright (C) 2019, Miroslav Stampar.
281* The `ordereddict` library located under `thirdparty/odict/`.
282  Copyright (C) 2009, Raymond Hettinger.
283* The `six` Python 2 and 3 compatibility library located under `thirdparty/six/`.
284  Copyright (C) 2010-2018, Benjamin Peterson.
285* The `Termcolor` library located under `thirdparty/termcolor/`.
286  Copyright (C) 2008-2011, Volvox Development Team.
287
288````
289Permission is hereby granted, free of charge, to any person obtaining
290a copy of this software and associated documentation files (the
291"Software"), to deal in the Software without restriction, including
292without limitation the rights to use, copy, modify, merge, publish,
293distribute, sublicense, and/or sell copies of the Software, and to
294permit persons to whom the Software is furnished to do so, subject to
295the following conditions:
296
297The above copyright notice and this permission notice shall be
298included in all copies or substantial portions of the Software.
299
300THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
301EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
302MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
303NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
304LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
305OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
306WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
307
308````
309
310# Public domain
311
312* The `PyDes` library located under `thirdparty/pydes/`.
313   Copyleft 2009, Todd Whiteman.
314* The `win_inet_pton` library located under `thirdparty/wininetpton/`.
315   Copyleft 2014, Ryan Vennell.
316