CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
LICENSE.txt651 linesDownload Raw Back to python_embed
1A. HISTORY OF THE SOFTWARE
2==========================
3
4Python was created in the early 1990s by Guido van Rossum at Stichting
5Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands
6as a successor of a language called ABC.  Guido remains Python's
7principal author, although it includes many contributions from others.
8
9In 1995, Guido continued his work on Python at the Corporation for
10National Research Initiatives (CNRI, see https://www.cnri.reston.va.us)
11in Reston, Virginia where he released several versions of the
12software.
13
14In May 2000, Guido and the Python core development team moved to
15BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
16year, the PythonLabs team moved to Digital Creations, which became
17Zope Corporation.  In 2001, the Python Software Foundation (PSF, see
18https://www.python.org/psf/) was formed, a non-profit organization
19created specifically to own Python-related Intellectual Property.
20Zope Corporation was a sponsoring member of the PSF.
21
22All Python releases are Open Source (see https://opensource.org for
23the Open Source Definition).  Historically, most, but not all, Python
24releases have also been GPL-compatible; the table below summarizes
25the various releases.
26
27    Release         Derived     Year        Owner       GPL-
28                    from                                compatible? (1)
29
30    0.9.0 thru 1.2              1991-1995   CWI         yes
31    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
32    1.6             1.5.2       2000        CNRI        no
33    2.0             1.6         2000        BeOpen.com  no
34    1.6.1           1.6         2001        CNRI        yes (2)
35    2.1             2.0+1.6.1   2001        PSF         no
36    2.0.1           2.0+1.6.1   2001        PSF         yes
37    2.1.1           2.1+2.0.1   2001        PSF         yes
38    2.1.2           2.1.1       2002        PSF         yes
39    2.1.3           2.1.2       2002        PSF         yes
40    2.2 and above   2.1.1       2001-now    PSF         yes
41
42Footnotes:
43
44(1) GPL-compatible doesn't mean that we're distributing Python under
45    the GPL.  All Python licenses, unlike the GPL, let you distribute
46    a modified version without making your changes open source.  The
47    GPL-compatible licenses make it possible to combine Python with
48    other software that is released under the GPL; the others don't.
49
50(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
51    because its license has a choice of law clause.  According to
52    CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
53    is "not incompatible" with the GPL.
54
55Thanks to the many outside volunteers who have worked under Guido's
56direction to make these releases possible.
57
58
59B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
60===============================================================
61
62Python software and documentation are licensed under the
63Python Software Foundation License Version 2.
64
65Starting with Python 3.8.6, examples, recipes, and other code in
66the documentation are dual licensed under the PSF License Version 2
67and the Zero-Clause BSD license.
68
69Some software incorporated into Python is under different licenses.
70The licenses are listed with code falling under that license.
71
72
73PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
74--------------------------------------------
75
761. This LICENSE AGREEMENT is between the Python Software Foundation
77("PSF"), and the Individual or Organization ("Licensee") accessing and
78otherwise using this software ("Python") in source or binary form and
79its associated documentation.
80
812. Subject to the terms and conditions of this License Agreement, PSF hereby
82grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
83analyze, test, perform and/or display publicly, prepare derivative works,
84distribute, and otherwise use Python alone or in any derivative version,
85provided, however, that PSF's License Agreement and PSF's notice of copyright,
86i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
872011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;
88All Rights Reserved" are retained in Python alone or in any derivative version
89prepared by Licensee.
90
913. In the event Licensee prepares a derivative work that is based on
92or incorporates Python or any part thereof, and wants to make
93the derivative work available to others as provided herein, then
94Licensee hereby agrees to include in any such work a brief summary of
95the changes made to Python.
96
974. PSF is making Python available to Licensee on an "AS IS"
98basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
99IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
100DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
101FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
102INFRINGE ANY THIRD PARTY RIGHTS.
103
1045. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
105FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
106A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
107OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
108
1096. This License Agreement will automatically terminate upon a material
110breach of its terms and conditions.
111
1127. Nothing in this License Agreement shall be deemed to create any
113relationship of agency, partnership, or joint venture between PSF and
114Licensee.  This License Agreement does not grant permission to use PSF
115trademarks or trade name in a trademark sense to endorse or promote
116products or services of Licensee, or any third party.
117
1188. By copying, installing or otherwise using Python, Licensee
119agrees to be bound by the terms and conditions of this License
120Agreement.
121
122
123BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
124-------------------------------------------
125
126BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
127
1281. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
129office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
130Individual or Organization ("Licensee") accessing and otherwise using
131this software in source or binary form and its associated
132documentation ("the Software").
133
1342. Subject to the terms and conditions of this BeOpen Python License
135Agreement, BeOpen hereby grants Licensee a non-exclusive,
136royalty-free, world-wide license to reproduce, analyze, test, perform
137and/or display publicly, prepare derivative works, distribute, and
138otherwise use the Software alone or in any derivative version,
139provided, however, that the BeOpen Python License is retained in the
140Software, alone or in any derivative version prepared by Licensee.
141
1423. BeOpen is making the Software available to Licensee on an "AS IS"
143basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
144IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
145DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
146FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
147INFRINGE ANY THIRD PARTY RIGHTS.
148
1494. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
150SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
151AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
152DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
153
1545. This License Agreement will automatically terminate upon a material
155breach of its terms and conditions.
156
1576. This License Agreement shall be governed by and interpreted in all
158respects by the law of the State of California, excluding conflict of
159law provisions.  Nothing in this License Agreement shall be deemed to
160create any relationship of agency, partnership, or joint venture
161between BeOpen and Licensee.  This License Agreement does not grant
162permission to use BeOpen trademarks or trade names in a trademark
163sense to endorse or promote products or services of Licensee, or any
164third party.  As an exception, the "BeOpen Python" logos available at
165http://www.pythonlabs.com/logos.html may be used according to the
166permissions granted on that web page.
167
1687. By copying, installing or otherwise using the software, Licensee
169agrees to be bound by the terms and conditions of this License
170Agreement.
171
172
173CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
174---------------------------------------
175
1761. This LICENSE AGREEMENT is between the Corporation for National
177Research Initiatives, having an office at 1895 Preston White Drive,
178Reston, VA 20191 ("CNRI"), and the Individual or Organization
179("Licensee") accessing and otherwise using Python 1.6.1 software in
180source or binary form and its associated documentation.
181
1822. Subject to the terms and conditions of this License Agreement, CNRI
183hereby grants Licensee a nonexclusive, royalty-free, world-wide
184license to reproduce, analyze, test, perform and/or display publicly,
185prepare derivative works, distribute, and otherwise use Python 1.6.1
186alone or in any derivative version, provided, however, that CNRI's
187License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
1881995-2001 Corporation for National Research Initiatives; All Rights
189Reserved" are retained in Python 1.6.1 alone or in any derivative
190version prepared by Licensee.  Alternately, in lieu of CNRI's License
191Agreement, Licensee may substitute the following text (omitting the
192quotes): "Python 1.6.1 is made available subject to the terms and
193conditions in CNRI's License Agreement.  This Agreement together with
194Python 1.6.1 may be located on the internet using the following
195unique, persistent identifier (known as a handle): 1895.22/1013.  This
196Agreement may also be obtained from a proxy server on the internet
197using the following URL: http://hdl.handle.net/1895.22/1013".
198
1993. In the event Licensee prepares a derivative work that is based on
200or incorporates Python 1.6.1 or any part thereof, and wants to make
201the derivative work available to others as provided herein, then
202Licensee hereby agrees to include in any such work a brief summary of
203the changes made to Python 1.6.1.
204
2054. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
206basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
207IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
208DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
209FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
210INFRINGE ANY THIRD PARTY RIGHTS.
211
2125. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2131.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
214A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
215OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
216
2176. This License Agreement will automatically terminate upon a material
218breach of its terms and conditions.
219
2207. This License Agreement shall be governed by the federal
221intellectual property law of the United States, including without
222limitation the federal copyright law, and, to the extent such
223U.S. federal law does not apply, by the law of the Commonwealth of
224Virginia, excluding Virginia's conflict of law provisions.
225Notwithstanding the foregoing, with regard to derivative works based
226on Python 1.6.1 that incorporate non-separable material that was
227previously distributed under the GNU General Public License (GPL), the
228law of the Commonwealth of Virginia shall govern this License
229Agreement only as to issues arising under or with respect to
230Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
231License Agreement shall be deemed to create any relationship of
232agency, partnership, or joint venture between CNRI and Licensee.  This
233License Agreement does not grant permission to use CNRI trademarks or
234trade name in a trademark sense to endorse or promote products or
235services of Licensee, or any third party.
236
2378. By clicking on the "ACCEPT" button where indicated, or by copying,
238installing or otherwise using Python 1.6.1, Licensee agrees to be
239bound by the terms and conditions of this License Agreement.
240
241        ACCEPT
242
243
244CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
245--------------------------------------------------
246
247Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
248The Netherlands.  All rights reserved.
249
250Permission to use, copy, modify, and distribute this software and its
251documentation for any purpose and without fee is hereby granted,
252provided that the above copyright notice appear in all copies and that
253both that copyright notice and this permission notice appear in
254supporting documentation, and that the name of Stichting Mathematisch
255Centrum or CWI not be used in advertising or publicity pertaining to
256distribution of the software without specific, written prior
257permission.
258
259STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
260THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
261FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
262FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
263WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
264ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
265OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
266
267ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
268----------------------------------------------------------------------
269
270Permission to use, copy, modify, and/or distribute this software for any
271purpose with or without fee is hereby granted.
272
273THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
274REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
275AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
276INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
277LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
278OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
279PERFORMANCE OF THIS SOFTWARE.
280
281
282
283Additional Conditions for this Windows binary build
284---------------------------------------------------
285
286This program is linked with and uses Microsoft Distributable Code,
287copyrighted by Microsoft Corporation. The Microsoft Distributable Code
288is embedded in each .exe, .dll and .pyd file as a result of running
289the code through a linker.
290
291If you further distribute programs that include the Microsoft
292Distributable Code, you must comply with the restrictions on
293distribution specified by Microsoft. In particular, you must require
294distributors and external end users to agree to terms that protect the
295Microsoft Distributable Code at least as much as Microsoft's own
296requirements for the Distributable Code. See Microsoft's documentation
297(included in its developer tools and on its website at microsoft.com)
298for specific details.
299
300Redistribution of the Windows binary build of the Python interpreter
301complies with this agreement, provided that you do not:
302
303- alter any copyright, trademark or patent notice in Microsoft's
304Distributable Code;
305
306- use Microsoft's trademarks in your programs' names or in a way that
307suggests your programs come from or are endorsed by Microsoft;
308
309- distribute Microsoft's Distributable Code to run on a platform other
310than Microsoft operating systems, run-time technologies or application
311platforms; or
312
313- include Microsoft Distributable Code in malicious, deceptive or
314unlawful programs.
315
316These restrictions apply only to the Microsoft Distributable Code as
317defined above, not to Python itself or any programs running on the
318Python interpreter. The redistribution of the Python interpreter and
319libraries is governed by the Python Software License included with this
320file, or by other licenses as marked.
321
322
323 324--------------------------------------------------------------------------325 326This program, "bzip2", the associated library "libbzip2", and all327documentation, are copyright (C) 1996-2019 Julian R Seward.  All328rights reserved.329 330Redistribution and use in source and binary forms, with or without331modification, are permitted provided that the following conditions332are met:333 3341. Redistributions of source code must retain the above copyright335   notice, this list of conditions and the following disclaimer.336 3372. The origin of this software must not be misrepresented; you must 338   not claim that you wrote the original software.  If you use this 339   software in a product, an acknowledgment in the product 340   documentation would be appreciated but is not required.341 3423. Altered source versions must be plainly marked as such, and must343   not be misrepresented as being the original software.344 3454. The name of the author may not be used to endorse or promote 346   products derived from this software without specific prior written 347   permission.348 349THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS350OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED351WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE352ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY353DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL354DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE355GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS356INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,357WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING358NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS359SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.360 361Julian Seward, jseward@acm.org362bzip2/libbzip2 version 1.0.8 of 13 July 2019363 364--------------------------------------------------------------------------365
366
367  LICENSE ISSUES
368  ==============
369
370  The OpenSSL toolkit stays under a double license, i.e. both the conditions of
371  the OpenSSL License and the original SSLeay license apply to the toolkit.
372  See below for the actual license texts.
373
374  OpenSSL License
375  ---------------
376
377/* ====================================================================
378 * Copyright (c) 1998-2019 The OpenSSL Project.  All rights reserved.
379 *
380 * Redistribution and use in source and binary forms, with or without
381 * modification, are permitted provided that the following conditions
382 * are met:
383 *
384 * 1. Redistributions of source code must retain the above copyright
385 *    notice, this list of conditions and the following disclaimer.
386 *
387 * 2. Redistributions in binary form must reproduce the above copyright
388 *    notice, this list of conditions and the following disclaimer in
389 *    the documentation and/or other materials provided with the
390 *    distribution.
391 *
392 * 3. All advertising materials mentioning features or use of this
393 *    software must display the following acknowledgment:
394 *    "This product includes software developed by the OpenSSL Project
395 *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
396 *
397 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
398 *    endorse or promote products derived from this software without
399 *    prior written permission. For written permission, please contact
400 *    openssl-core@openssl.org.
401 *
402 * 5. Products derived from this software may not be called "OpenSSL"
403 *    nor may "OpenSSL" appear in their names without prior written
404 *    permission of the OpenSSL Project.
405 *
406 * 6. Redistributions of any form whatsoever must retain the following
407 *    acknowledgment:
408 *    "This product includes software developed by the OpenSSL Project
409 *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
410 *
411 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
412 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
413 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
414 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
415 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
416 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
417 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
418 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
419 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
420 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
421 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
422 * OF THE POSSIBILITY OF SUCH DAMAGE.
423 * ====================================================================
424 *
425 * This product includes cryptographic software written by Eric Young
426 * (eay@cryptsoft.com).  This product includes software written by Tim
427 * Hudson (tjh@cryptsoft.com).
428 *
429 */
430
431 Original SSLeay License
432 -----------------------
433
434/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
435 * All rights reserved.
436 *
437 * This package is an SSL implementation written
438 * by Eric Young (eay@cryptsoft.com).
439 * The implementation was written so as to conform with Netscapes SSL.
440 *
441 * This library is free for commercial and non-commercial use as long as
442 * the following conditions are aheared to.  The following conditions
443 * apply to all code found in this distribution, be it the RC4, RSA,
444 * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
445 * included with this distribution is covered by the same copyright terms
446 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
447 *
448 * Copyright remains Eric Young's, and as such any Copyright notices in
449 * the code are not to be removed.
450 * If this package is used in a product, Eric Young should be given attribution
451 * as the author of the parts of the library used.
452 * This can be in the form of a textual message at program startup or
453 * in documentation (online or textual) provided with the package.
454 *
455 * Redistribution and use in source and binary forms, with or without
456 * modification, are permitted provided that the following conditions
457 * are met:
458 * 1. Redistributions of source code must retain the copyright
459 *    notice, this list of conditions and the following disclaimer.
460 * 2. Redistributions in binary form must reproduce the above copyright
461 *    notice, this list of conditions and the following disclaimer in the
462 *    documentation and/or other materials provided with the distribution.
463 * 3. All advertising materials mentioning features or use of this software
464 *    must display the following acknowledgement:
465 *    "This product includes cryptographic software written by
466 *     Eric Young (eay@cryptsoft.com)"
467 *    The word 'cryptographic' can be left out if the rouines from the library
468 *    being used are not cryptographic related :-).
469 * 4. If you include any Windows specific code (or a derivative thereof) from
470 *    the apps directory (application code) you must include an acknowledgement:
471 *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
472 *
473 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
474 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
475 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
476 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
477 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
478 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
479 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
480 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
481 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
482 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
483 * SUCH DAMAGE.
484 *
485 * The licence and distribution terms for any publically available version or
486 * derivative of this code cannot be changed.  i.e. this code cannot simply be
487 * copied and put under another distribution licence
488 * [including the GNU Public Licence.]
489 */
490
491
492libffi - Copyright (c) 1996-2014  Anthony Green, Red Hat, Inc and others.493See source files for details.494 495Permission is hereby granted, free of charge, to any person obtaining496a copy of this software and associated documentation files (the497``Software''), to deal in the Software without restriction, including498without limitation the rights to use, copy, modify, merge, publish,499distribute, sublicense, and/or sell copies of the Software, and to500permit persons to whom the Software is furnished to do so, subject to501the following conditions:502 503The above copyright notice and this permission notice shall be504included in all copies or substantial portions of the Software.505 506THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,507EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF508MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.509IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY510CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,511TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE512SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.513
514This software is copyrighted by the Regents of the University of
515California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
516Corporation and other parties.  The following terms apply to all files
517associated with the software unless explicitly disclaimed in
518individual files.
519
520The authors hereby grant permission to use, copy, modify, distribute,
521and license this software and its documentation for any purpose, provided
522that existing copyright notices are retained in all copies and that this
523notice is included verbatim in any distributions. No written agreement,
524license, or royalty fee is required for any of the authorized uses.
525Modifications to this software may be copyrighted by their authors
526and need not follow the licensing terms described here, provided that
527the new terms are clearly indicated on the first page of each file where
528they apply.
529
530IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
531FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
532ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
533DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
534POSSIBILITY OF SUCH DAMAGE.
535
536THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
537INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
538FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
539IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
540NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
541MODIFICATIONS.
542
543GOVERNMENT USE: If you are acquiring this software on behalf of the
544U.S. government, the Government shall have only "Restricted Rights"
545in the software and related documentation as defined in the Federal
546Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
547are acquiring the software on behalf of the Department of Defense, the
548software shall be classified as "Commercial Computer Software" and the
549Government shall have only "Restricted Rights" as defined in Clause
550252.227-7014 (b) (3) of DFARs.  Notwithstanding the foregoing, the
551authors grant the U.S. Government and others acting in its behalf
552permission to use and distribute the software in accordance with the
553terms specified in this license.
554
555This software is copyrighted by the Regents of the University of
556California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
557Corporation, Apple Inc. and other parties.  The following terms apply to
558all files associated with the software unless explicitly disclaimed in
559individual files.
560
561The authors hereby grant permission to use, copy, modify, distribute,
562and license this software and its documentation for any purpose, provided
563that existing copyright notices are retained in all copies and that this
564notice is included verbatim in any distributions. No written agreement,
565license, or royalty fee is required for any of the authorized uses.
566Modifications to this software may be copyrighted by their authors
567and need not follow the licensing terms described here, provided that
568the new terms are clearly indicated on the first page of each file where
569they apply.
570
571IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
572FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
573ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
574DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
575POSSIBILITY OF SUCH DAMAGE.
576
577THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
578INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
579FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
580IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
581NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
582MODIFICATIONS.
583
584GOVERNMENT USE: If you are acquiring this software on behalf of the
585U.S. government, the Government shall have only "Restricted Rights"
586in the software and related documentation as defined in the Federal
587Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
588are acquiring the software on behalf of the Department of Defense, the
589software shall be classified as "Commercial Computer Software" and the
590Government shall have only "Restricted Rights" as defined in Clause
591252.227-7013 (b) (3) of DFARs.  Notwithstanding the foregoing, the
592authors grant the U.S. Government and others acting in its behalf
593permission to use and distribute the software in accordance with the
594terms specified in this license.
595
596Copyright (c) 1993-1999 Ioi Kim Lam.
597Copyright (c) 2000-2001 Tix Project Group.
598Copyright (c) 2004 ActiveState
599
600This software is copyrighted by the above entities
601and other parties.  The following terms apply to all files associated
602with the software unless explicitly disclaimed in individual files.
603
604The authors hereby grant permission to use, copy, modify, distribute,
605and license this software and its documentation for any purpose, provided
606that existing copyright notices are retained in all copies and that this
607notice is included verbatim in any distributions. No written agreement,
608license, or royalty fee is required for any of the authorized uses.
609Modifications to this software may be copyrighted by their authors
610and need not follow the licensing terms described here, provided that
611the new terms are clearly indicated on the first page of each file where
612they apply.
613
614IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
615FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
616ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
617DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
618POSSIBILITY OF SUCH DAMAGE.
619
620THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
621INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
622FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
623IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
624NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
625MODIFICATIONS.
626
627GOVERNMENT USE: If you are acquiring this software on behalf of the
628U.S. government, the Government shall have only "Restricted Rights"
629in the software and related documentation as defined in the Federal 
630Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
631are acquiring the software on behalf of the Department of Defense, the
632software shall be classified as "Commercial Computer Software" and the
633Government shall have only "Restricted Rights" as defined in Clause
634252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
635authors grant the U.S. Government and others acting in its behalf
636permission to use and distribute the software in accordance with the
637terms specified in this license. 
638
639----------------------------------------------------------------------
640
641Parts of this software are based on the Tcl/Tk software copyrighted by
642the Regents of the University of California, Sun Microsystems, Inc.,
643and other parties. The original license terms of the Tcl/Tk software
644distribution is included in the file docs/license.tcltk.
645
646Parts of this software are based on the HTML Library software
647copyrighted by Sun Microsystems, Inc. The original license terms of
648the HTML Library software distribution is included in the file
649docs/license.html_lib.
650
651 
Aluode/PerceptionLabPortable · CoolFace