github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/deb/test-fixtures/copyright/python (about) 1 This package was put together by Klee Dienes <klee@debian.org> from 2 sources from ftp.python.org:/pub/python, based on the Debianization by 3 the previous maintainers Bernd S. Brentrup <bsb@uni-muenster.de> and 4 Bruce Perens. Current maintainer is Matthias Klose <doko@debian.org>. 5 6 It was downloaded from http://python.org/ 7 8 Copyright: 9 10 Upstream Author: Guido van Rossum <guido@cwi.nl> and others. 11 12 License: 13 14 The following text includes the Python license and licenses and 15 acknowledgements for incorporated software. The licenses can be read 16 in the HTML and texinfo versions of the documentation as well, after 17 installing the pythonx.y-doc package. Licenses for files not licensed 18 under the Python Licenses are found at the end of this file. 19 20 21 Python License 22 ============== 23 24 A. HISTORY OF THE SOFTWARE 25 ========================== 26 27 Python was created in the early 1990s by Guido van Rossum at Stichting 28 Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands 29 as a successor of a language called ABC. Guido remains Python's 30 principal author, although it includes many contributions from others. 31 32 In 1995, Guido continued his work on Python at the Corporation for 33 National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) 34 in Reston, Virginia where he released several versions of the 35 software. 36 37 In May 2000, Guido and the Python core development team moved to 38 BeOpen.com to form the BeOpen PythonLabs team. In October of the same 39 year, the PythonLabs team moved to Digital Creations (now Zope 40 Corporation, see http://www.zope.com). In 2001, the Python Software 41 Foundation (PSF, see http://www.python.org/psf/) was formed, a 42 non-profit organization created specifically to own Python-related 43 Intellectual Property. Zope Corporation is a sponsoring member of 44 the PSF. 45 46 All Python releases are Open Source (see http://www.opensource.org for 47 the Open Source Definition). Historically, most, but not all, Python 48 releases have also been GPL-compatible; the table below summarizes 49 the various releases. 50 51 Release Derived Year Owner GPL- 52 from compatible? (1) 53 54 0.9.0 thru 1.2 1991-1995 CWI yes 55 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 56 1.6 1.5.2 2000 CNRI no 57 2.0 1.6 2000 BeOpen.com no 58 1.6.1 1.6 2001 CNRI yes (2) 59 2.1 2.0+1.6.1 2001 PSF no 60 2.0.1 2.0+1.6.1 2001 PSF yes 61 2.1.1 2.1+2.0.1 2001 PSF yes 62 2.2 2.1.1 2001 PSF yes 63 2.1.2 2.1.1 2002 PSF yes 64 2.1.3 2.1.2 2002 PSF yes 65 2.2.1 2.2 2002 PSF yes 66 2.2.2 2.2.1 2002 PSF yes 67 2.2.3 2.2.2 2003 PSF yes 68 2.3 2.2.2 2002-2003 PSF yes 69 2.3.1 2.3 2002-2003 PSF yes 70 2.3.2 2.3.1 2002-2003 PSF yes 71 2.3.3 2.3.2 2002-2003 PSF yes 72 2.3.4 2.3.3 2004 PSF yes 73 2.3.5 2.3.4 2005 PSF yes 74 2.4 2.3 2004 PSF yes 75 2.4.1 2.4 2005 PSF yes 76 2.4.2 2.4.1 2005 PSF yes 77 2.4.3 2.4.2 2006 PSF yes 78 2.5 2.4 2006 PSF yes 79 2.5.1 2.5 2007 PSF yes 80 2.5.2 2.5.1 2008 PSF yes 81 2.5.3 2.5.2 2008 PSF yes 82 2.6 2.5 2008 PSF yes 83 2.6.1 2.6 2008 PSF yes 84 2.6.2 2.6.1 2009 PSF yes 85 2.6.3 2.6.2 2009 PSF yes 86 2.6.4 2.6.3 2009 PSF yes 87 2.6.5 2.6.4 2010 PSF yes 88 2.7 2.6 2010 PSF yes 89 90 Footnotes: 91 92 (1) GPL-compatible doesn't mean that we're distributing Python under 93 the GPL. All Python licenses, unlike the GPL, let you distribute 94 a modified version without making your changes open source. The 95 GPL-compatible licenses make it possible to combine Python with 96 other software that is released under the GPL; the others don't. 97 98 (2) According to Richard Stallman, 1.6.1 is not GPL-compatible, 99 because its license has a choice of law clause. According to 100 CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 101 is "not incompatible" with the GPL. 102 103 Thanks to the many outside volunteers who have worked under Guido's 104 direction to make these releases possible. 105 106 107 B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON 108 =============================================================== 109 110 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 111 -------------------------------------------- 112 113 1. This LICENSE AGREEMENT is between the Python Software Foundation 114 ("PSF"), and the Individual or Organization ("Licensee") accessing and 115 otherwise using this software ("Python") in source or binary form and 116 its associated documentation. 117 118 2. Subject to the terms and conditions of this License Agreement, PSF 119 hereby grants Licensee a nonexclusive, royalty-free, world-wide 120 license to reproduce, analyze, test, perform and/or display publicly, 121 prepare derivative works, distribute, and otherwise use Python 122 alone or in any derivative version, provided, however, that PSF's 123 License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 124 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 125 All Rights Reserved" are retained in Python alone or in any derivative 126 version prepared by Licensee. 127 128 3. In the event Licensee prepares a derivative work that is based on 129 or incorporates Python or any part thereof, and wants to make 130 the derivative work available to others as provided herein, then 131 Licensee hereby agrees to include in any such work a brief summary of 132 the changes made to Python. 133 134 4. PSF is making Python available to Licensee on an "AS IS" 135 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 136 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND 137 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 138 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT 139 INFRINGE ANY THIRD PARTY RIGHTS. 140 141 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 142 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 143 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, 144 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 145 146 6. This License Agreement will automatically terminate upon a material 147 breach of its terms and conditions. 148 149 7. Nothing in this License Agreement shall be deemed to create any 150 relationship of agency, partnership, or joint venture between PSF and 151 Licensee. This License Agreement does not grant permission to use PSF 152 trademarks or trade name in a trademark sense to endorse or promote 153 products or services of Licensee, or any third party. 154 155 8. By copying, installing or otherwise using Python, Licensee 156 agrees to be bound by the terms and conditions of this License 157 Agreement. 158 159 160 BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 161 ------------------------------------------- 162 163 BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 164 165 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an 166 office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the 167 Individual or Organization ("Licensee") accessing and otherwise using 168 this software in source or binary form and its associated 169 documentation ("the Software"). 170 171 2. Subject to the terms and conditions of this BeOpen Python License 172 Agreement, BeOpen hereby grants Licensee a non-exclusive, 173 royalty-free, world-wide license to reproduce, analyze, test, perform 174 and/or display publicly, prepare derivative works, distribute, and 175 otherwise use the Software alone or in any derivative version, 176 provided, however, that the BeOpen Python License is retained in the 177 Software, alone or in any derivative version prepared by Licensee. 178 179 3. BeOpen is making the Software available to Licensee on an "AS IS" 180 basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 181 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND 182 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 183 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT 184 INFRINGE ANY THIRD PARTY RIGHTS. 185 186 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE 187 SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS 188 AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY 189 DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 190 191 5. This License Agreement will automatically terminate upon a material 192 breach of its terms and conditions. 193 194 6. This License Agreement shall be governed by and interpreted in all 195 respects by the law of the State of California, excluding conflict of 196 law provisions. Nothing in this License Agreement shall be deemed to 197 create any relationship of agency, partnership, or joint venture 198 between BeOpen and Licensee. This License Agreement does not grant 199 permission to use BeOpen trademarks or trade names in a trademark 200 sense to endorse or promote products or services of Licensee, or any 201 third party. As an exception, the "BeOpen Python" logos available at 202 http://www.pythonlabs.com/logos.html may be used according to the 203 permissions granted on that web page. 204 205 7. By copying, installing or otherwise using the software, Licensee 206 agrees to be bound by the terms and conditions of this License 207 Agreement. 208 209 210 CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 211 --------------------------------------- 212 213 1. This LICENSE AGREEMENT is between the Corporation for National 214 Research Initiatives, having an office at 1895 Preston White Drive, 215 Reston, VA 20191 ("CNRI"), and the Individual or Organization 216 ("Licensee") accessing and otherwise using Python 1.6.1 software in 217 source or binary form and its associated documentation. 218 219 2. Subject to the terms and conditions of this License Agreement, CNRI 220 hereby grants Licensee a nonexclusive, royalty-free, world-wide 221 license to reproduce, analyze, test, perform and/or display publicly, 222 prepare derivative works, distribute, and otherwise use Python 1.6.1 223 alone or in any derivative version, provided, however, that CNRI's 224 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 225 1995-2001 Corporation for National Research Initiatives; All Rights 226 Reserved" are retained in Python 1.6.1 alone or in any derivative 227 version prepared by Licensee. Alternately, in lieu of CNRI's License 228 Agreement, Licensee may substitute the following text (omitting the 229 quotes): "Python 1.6.1 is made available subject to the terms and 230 conditions in CNRI's License Agreement. This Agreement together with 231 Python 1.6.1 may be located on the Internet using the following 232 unique, persistent identifier (known as a handle): 1895.22/1013. This 233 Agreement may also be obtained from a proxy server on the Internet 234 using the following URL: http://hdl.handle.net/1895.22/1013". 235 236 3. In the event Licensee prepares a derivative work that is based on 237 or incorporates Python 1.6.1 or any part thereof, and wants to make 238 the derivative work available to others as provided herein, then 239 Licensee hereby agrees to include in any such work a brief summary of 240 the changes made to Python 1.6.1. 241 242 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" 243 basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 244 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND 245 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS 246 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT 247 INFRINGE ANY THIRD PARTY RIGHTS. 248 249 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 250 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS 251 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, 252 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 253 254 6. This License Agreement will automatically terminate upon a material 255 breach of its terms and conditions. 256 257 7. This License Agreement shall be governed by the federal 258 intellectual property law of the United States, including without 259 limitation the federal copyright law, and, to the extent such 260 U.S. federal law does not apply, by the law of the Commonwealth of 261 Virginia, excluding Virginia's conflict of law provisions. 262 Notwithstanding the foregoing, with regard to derivative works based 263 on Python 1.6.1 that incorporate non-separable material that was 264 previously distributed under the GNU General Public License (GPL), the 265 law of the Commonwealth of Virginia shall govern this License 266 Agreement only as to issues arising under or with respect to 267 Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this 268 License Agreement shall be deemed to create any relationship of 269 agency, partnership, or joint venture between CNRI and Licensee. This 270 License Agreement does not grant permission to use CNRI trademarks or 271 trade name in a trademark sense to endorse or promote products or 272 services of Licensee, or any third party. 273 274 8. By clicking on the "ACCEPT" button where indicated, or by copying, 275 installing or otherwise using Python 1.6.1, Licensee agrees to be 276 bound by the terms and conditions of this License Agreement. 277 278 ACCEPT 279 280 281 CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 282 -------------------------------------------------- 283 284 Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, 285 The Netherlands. All rights reserved. 286 287 Permission to use, copy, modify, and distribute this software and its 288 documentation for any purpose and without fee is hereby granted, 289 provided that the above copyright notice appear in all copies and that 290 both that copyright notice and this permission notice appear in 291 supporting documentation, and that the name of Stichting Mathematisch 292 Centrum or CWI not be used in advertising or publicity pertaining to 293 distribution of the software without specific, written prior 294 permission. 295 296 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO 297 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 298 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE 299 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 300 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 301 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 302 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 303 304 305 Licenses and Acknowledgements for Incorporated Software 306 ======================================================= 307 308 Mersenne Twister 309 ---------------- 310 311 The `_random' module includes code based on a download from 312 `http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html'. The 313 following are the verbatim comments from the original code: 314 315 A C-program for MT19937, with initialization improved 2002/1/26. 316 Coded by Takuji Nishimura and Makoto Matsumoto. 317 318 Before using, initialize the state by using init_genrand(seed) 319 or init_by_array(init_key, key_length). 320 321 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, 322 All rights reserved. 323 324 Redistribution and use in source and binary forms, with or without 325 modification, are permitted provided that the following conditions 326 are met: 327 328 1. Redistributions of source code must retain the above copyright 329 notice, this list of conditions and the following disclaimer. 330 331 2. Redistributions in binary form must reproduce the above copyright 332 notice, this list of conditions and the following disclaimer in the 333 documentation and/or other materials provided with the distribution. 334 335 3. The names of its contributors may not be used to endorse or promote 336 products derived from this software without specific prior written 337 permission. 338 339 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 340 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 341 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 342 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 343 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 344 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 345 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 346 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 347 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 348 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 349 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 350 351 Any feedback is very welcome. 352 http://www.math.keio.ac.jp/matumoto/emt.html 353 email: matumoto@math.keio.ac.jp 354 355 356 Sockets 357 ------- 358 359 The `socket' module uses the functions, `getaddrinfo', and 360 `getnameinfo', which are coded in separate source files from the WIDE 361 Project, `http://www.wide.ad.jp/about/index.html'. 362 363 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 364 All rights reserved. 365 366 Redistribution and use in source and binary forms, with or without 367 modification, are permitted provided that the following conditions 368 are met: 369 1. Redistributions of source code must retain the above copyright 370 notice, this list of conditions and the following disclaimer. 371 2. Redistributions in binary form must reproduce the above copyright 372 notice, this list of conditions and the following disclaimer in the 373 documentation and/or other materials provided with the distribution. 374 3. Neither the name of the project nor the names of its contributors 375 may be used to endorse or promote products derived from this software 376 without specific prior written permission. 377 378 THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 379 GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 380 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 381 ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 382 FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 383 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 384 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 385 INTERRUPTION) HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER 386 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 387 ARISING IN GAI_ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 388 OF THE POSSIBILITY OF SUCH DAMAGE. 389 390 391 Floating point exception control 392 -------------------------------- 393 394 The source for the `fpectl' module includes the following notice: 395 396 --------------------------------------------------------------------- 397 / Copyright (c) 1996. \ 398 | The Regents of the University of California. | 399 | All rights reserved. | 400 | | 401 | Permission to use, copy, modify, and distribute this software for | 402 | any purpose without fee is hereby granted, provided that this en- | 403 | tire notice is included in all copies of any software which is or | 404 | includes a copy or modification of this software and in all | 405 | copies of the supporting documentation for such software. | 406 | | 407 | This work was produced at the University of California, Lawrence | 408 | Livermore National Laboratory under contract no. W-7405-ENG-48 | 409 | between the U.S. Department of Energy and The Regents of the | 410 | University of California for the operation of UC LLNL. | 411 | | 412 | DISCLAIMER | 413 | | 414 | This software was prepared as an account of work sponsored by an | 415 | agency of the United States Government. Neither the United States | 416 | Government nor the University of California nor any of their em- | 417 | ployees, makes any warranty, express or implied, or assumes any | 418 | liability or responsibility for the accuracy, completeness, or | 419 | usefulness of any information, apparatus, product, or process | 420 | disclosed, or represents that its use would not infringe | 421 | privately-owned rights. Reference herein to any specific commer- | 422 | cial products, process, or service by trade name, trademark, | 423 | manufacturer, or otherwise, does not necessarily constitute or | 424 | imply its endorsement, recommendation, or favoring by the United | 425 | States Government or the University of California. The views and | 426 | opinions of authors expressed herein do not necessarily state or | 427 | reflect those of the United States Government or the University | 428 | of California, and shall not be used for advertising or product | 429 \ endorsement purposes. / 430 --------------------------------------------------------------------- 431 432 433 Cookie management 434 ----------------- 435 436 The `Cookie' module contains the following notice: 437 438 Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu> 439 440 All Rights Reserved 441 442 Permission to use, copy, modify, and distribute this software 443 and its documentation for any purpose and without fee is hereby 444 granted, provided that the above copyright notice appear in all 445 copies and that both that copyright notice and this permission 446 notice appear in supporting documentation, and that the name of 447 Timothy O'Malley not be used in advertising or publicity 448 pertaining to distribution of the software without specific, written 449 prior permission. 450 451 Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 452 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 453 AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR 454 ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 455 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 456 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 457 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 458 PERFORMANCE OF THIS SOFTWARE. 459 460 461 Execution tracing 462 ----------------- 463 464 The `trace' module contains the following notice: 465 466 portions copyright 2001, Autonomous Zones Industries, Inc., all rights... 467 err... reserved and offered to the public under the terms of the 468 Python 2.2 license. 469 Author: Zooko O'Whielacronx 470 http://zooko.com/ 471 mailto:zooko@zooko.com 472 473 Copyright 2000, Mojam Media, Inc., all rights reserved. 474 Author: Skip Montanaro 475 476 Copyright 1999, Bioreason, Inc., all rights reserved. 477 Author: Andrew Dalke 478 479 Copyright 1995-1997, Automatrix, Inc., all rights reserved. 480 Author: Skip Montanaro 481 482 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved. 483 484 Permission to use, copy, modify, and distribute this Python software and 485 its associated documentation for any purpose without fee is hereby 486 granted, provided that the above copyright notice appears in all copies, 487 and that both that copyright notice and this permission notice appear in 488 supporting documentation, and that the name of neither Automatrix, 489 Bioreason or Mojam Media be used in advertising or publicity pertaining 490 to distribution of the software without specific, written prior 491 permission. 492 493 494 UUencode and UUdecode functions 495 ------------------------------- 496 497 The `uu' module contains the following notice: 498 499 Copyright 1994 by Lance Ellinghouse 500 Cathedral City, California Republic, United States of America. 501 All Rights Reserved 502 Permission to use, copy, modify, and distribute this software and its 503 documentation for any purpose and without fee is hereby granted, 504 provided that the above copyright notice appear in all copies and that 505 both that copyright notice and this permission notice appear in 506 supporting documentation, and that the name of Lance Ellinghouse 507 not be used in advertising or publicity pertaining to distribution 508 of the software without specific, written prior permission. 509 LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO 510 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 511 FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE 512 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 513 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 514 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 515 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 516 517 Modified by Jack Jansen, CWI, July 1995: 518 - Use binascii module to do the actual line-by-line conversion 519 between ascii and binary. This results in a 1000-fold speedup. The C 520 version is still 5 times faster, though. 521 - Arguments more compliant with python standard 522 523 524 XML Remote Procedure Calls 525 -------------------------- 526 527 The `xmlrpclib' module contains the following notice: 528 529 The XML-RPC client interface is 530 531 Copyright (c) 1999-2002 by Secret Labs AB 532 Copyright (c) 1999-2002 by Fredrik Lundh 533 534 By obtaining, using, and/or copying this software and/or its 535 associated documentation, you agree that you have read, understood, 536 and will comply with the following terms and conditions: 537 538 Permission to use, copy, modify, and distribute this software and 539 its associated documentation for any purpose and without fee is 540 hereby granted, provided that the above copyright notice appears in 541 all copies, and that both that copyright notice and this permission 542 notice appear in supporting documentation, and that the name of 543 Secret Labs AB or the author not be used in advertising or publicity 544 pertaining to distribution of the software without specific, written 545 prior permission. 546 547 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD 548 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT- 549 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR 550 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 551 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 552 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 553 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 554 OF THIS SOFTWARE. 555 556 Licenses for Software linked to 557 =============================== 558 559 Note that the choice of GPL compatibility outlined above doesn't extend 560 to modules linked to particular libraries, since they change the 561 effective License of the module binary. 562 563 564 GNU Readline 565 ------------ 566 567 The 'readline' module makes use of GNU Readline. 568 569 The GNU Readline Library is free software; you can redistribute it 570 and/or modify it under the terms of the GNU General Public License as 571 published by the Free Software Foundation; either version 2, or (at 572 your option) any later version. 573 574 On Debian systems, you can find the complete statement in 575 /usr/share/doc/readline-common/copyright'. A copy of the GNU General 576 Public License is available in /usr/share/common-licenses/GPL-2'. 577 578 579 OpenSSL 580 ------- 581 582 The '_ssl' module makes use of OpenSSL. 583 584 The OpenSSL toolkit stays under a dual license, i.e. both the 585 conditions of the OpenSSL License and the original SSLeay license 586 apply to the toolkit. Actually both licenses are BSD-style Open 587 Source licenses. Note that both licenses are incompatible with 588 the GPL. 589 590 On Debian systems, you can find the complete license text in 591 /usr/share/doc/openssl/copyright'. 592 593 594 Files with other licenses than the Python License 595 ------------------------------------------------- 596 597 Files: Lib/profile.py Lib/pstats.py 598 Copyright: Disney Enterprises, Inc. All Rights Reserved. 599 License: # Licensed to PSF under a Contributor Agreement 600 Licensed under the Apache License, Version 2.0 (the "License"); 601 you may not use this file except in compliance with the License. 602 You may obtain a copy of the License at 603 604 http://www.apache.org/licenses/LICENSE-2.0 605 606 Unless required by applicable law or agreed to in writing, software 607 distributed under the License is distributed on an "AS IS" BASIS, 608 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 609 either express or implied. See the License for the specific language 610 overning permissions and limitations under the License. 611 612 On Debian systems, the Apache 2.0 license can be found in 613 /usr/share/common-licenses/Apache-2.0. 614 615 Files: Modules/zlib/* 616 Copyright: (C) 1995-2010 Jean-loup Gailly and Mark Adler 617 License: This software is provided 'as-is', without any express or implied 618 warranty. In no event will the authors be held liable for any damages 619 arising from the use of this software. 620 621 Permission is granted to anyone to use this software for any purpose, 622 including commercial applications, and to alter it and redistribute it 623 freely, subject to the following restrictions: 624 625 1. The origin of this software must not be misrepresented; you must not 626 claim that you wrote the original software. If you use this software 627 in a product, an acknowledgment in the product documentation would be 628 appreciated but is not required. 629 2. Altered source versions must be plainly marked as such, and must not be 630 misrepresented as being the original software. 631 3. This notice may not be removed or altered from any source distribution. 632 633 Jean-loup Gailly Mark Adler 634 jloup@gzip.org madler@alumni.caltech.edu 635 636 If you use the zlib library in a product, we would appreciate *not* receiving 637 lengthy legal documents to sign. The sources are provided for free but without 638 warranty of any kind. The library has been entirely written by Jean-loup 639 Gailly and Mark Adler; it does not include third-party code. 640 641 Files: Modules/_ctypes/libffi/* 642 Copyright: Copyright (C) 1996-2009 Red Hat, Inc and others. 643 License: Permission is hereby granted, free of charge, to any person obtaining 644 a copy of this software and associated documentation files (the 645 ``Software''), to deal in the Software without restriction, including 646 without limitation the rights to use, copy, modify, merge, publish, 647 distribute, sublicense, and/or sell copies of the Software, and to 648 permit persons to whom the Software is furnished to do so, subject to 649 the following conditions: 650 651 The above copyright notice and this permission notice shall be included 652 in all copies or substantial portions of the Software. 653 654 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, 655 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 656 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 657 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 658 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 659 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 660 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 661 DEALINGS IN THE SOFTWARE. 662 663 Documentation: 664 Permission is granted to copy, distribute and/or modify this document 665 under the terms of the GNU General Public License as published by the 666 Free Software Foundation; either version 2, or (at your option) any 667 later version. A copy of the license is included in the 668 section entitled ``GNU General Public License''. 669 670 Files: Modules/expat/* 671 Copyright: Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd 672 and Clark Cooper 673 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers 674 License: Permission is hereby granted, free of charge, to any person obtaining 675 a copy of this software and associated documentation files (the 676 "Software"), to deal in the Software without restriction, including 677 without limitation the rights to use, copy, modify, merge, publish, 678 distribute, sublicense, and/or sell copies of the Software, and to 679 permit persons to whom the Software is furnished to do so, subject to 680 the following conditions: 681 682 The above copyright notice and this permission notice shall be included 683 in all copies or substantial portions of the Software. 684 685 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 686 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 687 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 688 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 689 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 690 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 691 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 692 693 Files: Misc/python-mode.el 694 Copyright: Copyright (C) 1992,1993,1994 Tim Peters 695 License: This software is provided as-is, without express or implied 696 warranty. Permission to use, copy, modify, distribute or sell this 697 software, without fee, for any purpose and by any individual or 698 organization, is hereby granted, provided that the above copyright 699 notice and this paragraph appear in all copies. 700 701 Files: PC/_subprocess.c 702 Copyright: Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com> 703 Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com 704 Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se> 705 License: 706 * Permission to use, copy, modify, and distribute this software and 707 * its associated documentation for any purpose and without fee is 708 * hereby granted, provided that the above copyright notice appears in 709 * all copies, and that both that copyright notice and this permission 710 * notice appear in supporting documentation, and that the name of the 711 * authors not be used in advertising or publicity pertaining to 712 * distribution of the software without specific, written prior 713 * permission. 714 * 715 * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 716 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. 717 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 718 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 719 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 720 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 721 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 722 723 Files: PC/winsound.c 724 Copyright: Copyright (c) 1999 Toby Dickenson 725 License: * Permission to use this software in any way is granted without 726 * fee, provided that the copyright notice above appears in all 727 * copies. This software is provided "as is" without any warranty. 728 */ 729 730 /* Modified by Guido van Rossum */ 731 /* Beep added by Mark Hammond */ 732 /* Win9X Beep and platform identification added by Uncle Timmy */ 733 734 Files: Lib/ensurepip/_bundled/setuptools-*.whl 735 License: see above, some license as Python. 736 737 Files: Lib/ensurepip/_bundled/pip-*.whl 738 Copyright: Copyright © 2008-2013 The pip developers: 739 Alex Grönholm 740 Alex Morega 741 Alexandre Conrad 742 Andrey Bulgakov 743 Antti Kaihola 744 Armin Ronacher 745 Aziz Köksal 746 Ben Rosser 747 Brian Rosner 748 Carl Meyer 749 Chris McDonough 750 Christian Oudard 751 Clay McClure 752 Cody Soyland 753 Daniel Holth 754 Dave Abrahams 755 David (d1b) 756 Dmitry Gladkov 757 Donald Stufft 758 Francesco 759 Geoffrey Lehée 760 Georgi Valkov 761 Hugo Lopes Tavares 762 Ian Bicking 763 Igor Sobreira 764 Ionel Maries Cristian 765 Jakub Vysoky 766 James Cleveland 767 Jannis Leidel 768 Jay Graves 769 John-Scott Atlakson 770 Jon Parise 771 Jonas Nockert 772 Josh Bronson 773 Kamal Bin Mustafa 774 Kelsey Hightower 775 Kenneth Belitzky 776 Kumar McMillan 777 Luke Macken 778 Masklinn 779 Marc Abramowitz 780 Marcus Smith 781 Markus Hametner 782 Matt Maker 783 Maxime R. 784 Miguel Araujo 785 Nick Stenning 786 Nowell Strite 787 Oliver Tonnhofer 788 Olivier Girardot 789 Patrick Jenkins 790 Paul Moore 791 Paul Nasrat 792 Paul Oswald 793 Paul van der Linden 794 Peter Waller 795 Phil Whelan 796 Piet Delport 797 Przemek Wrzos 798 Qiangning Hong 799 Rafael Caricio 800 Rene Dudfield 801 Roey Berman 802 Ronny Pfannschmidt 803 Rory McCann 804 Simon Cross 805 Stavros Korokithakis 806 Thomas Fenzl 807 Thomas Johansson 808 Vinay Sajip 809 Vitaly Babiy 810 W Trevor King 811 Wil Tan 812 Hsiaoming Yang 813 License: Expat 814 Permission is hereby granted, free of charge, to any person obtaining 815 a copy of this software and associated documentation files (the 816 "Software"), to deal in the Software without restriction, including 817 without limitation the rights to use, copy, modify, merge, publish, 818 distribute, sublicense, and/or sell copies of the Software, and to 819 permit persons to whom the Software is furnished to do so, subject to 820 the following conditions: 821 . 822 The above copyright notice and this permission notice shall be 823 included in all copies or substantial portions of the Software. 824 . 825 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 826 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 827 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 828 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 829 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 830 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 831 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 832 833 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/ipaddress.py 834 Copyright: 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved 835 2007 Google Inc. 836 License: PSF-2 837 838 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/retrying.py 839 Copyright: (c) 2013-2014, <ray@blacklocus.com> 840 (c) 2014, Derek Wilson <dwilson@domaintools.com> 841 (c) 2014, Alex Kuang <akuang@bizo.com> 842 License: Apache-2 843 844 License: Apache-2 845 Licensed under the Apache License, Version 2.0 (the "License"); 846 you may not use this file except in compliance with the License. 847 You may obtain a copy of the License at 848 . 849 http://www.apache.org/licenses/LICENSE-2.0 850 . 851 Unless required by applicable law or agreed to in writing, software 852 distributed under the License is distributed on an "AS IS" BASIS, 853 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 854 See the License for the specific language governing permissions and 855 limitations under the License. 856 . 857 On Debian-based systems the full text of the Apache version 2.0 license 858 can be found in /usr/share/common-licenses/Apache-2.0. 859 860 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/six.py 861 Copyright: Copyright (c) 2010-2014 Benjamin Peterson 862 License: Expat 863 864 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/cachecontrol 865 Copyright: 2015 Eric Larson 866 License: Apache-2.0 867 Copyright 2015 Eric Larson 868 . 869 Licensed under the Apache License, Version 2.0 (the "License"); 870 you may not use this file except in compliance with the License. 871 You may obtain a copy of the License at 872 . 873 http://www.apache.org/licenses/LICENSE-2.0 874 . 875 Unless required by applicable law or agreed to in writing, software 876 distributed under the License is distributed on an "AS IS" BASIS, 877 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 878 implied. 879 . 880 See the License for the specific language governing permissions and 881 limitations under the License. 882 . 883 On Debian systems, the license is available at 884 /usr/share/common-licenses/Apache-2.0 885 886 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/colorama 887 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/distlib 888 Copyright: Copyright (C) 2012-2013 The Python Software Foundation 889 Copyright (C) 2012-2013 Vinay Sajip 890 License: Python 891 892 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/html5lib 893 html5lib is Copyright (c) 2006 The Authors 894 Authors: 895 James Graham - james@hoppipolla.co.uk 896 Anne van Kesteren - annevankesteren@gmail.com 897 Lachlan Hunt - lachlan.hunt@lachy.id.au 898 Matt McDonald - kanashii@kanashii.ca 899 Sam Ruby - rubys@intertwingly.net 900 Ian Hickson (Google) - ian@hixie.ch 901 Thomas Broyer - t.broyer@gmail.com 902 903 License: 904 905 Permission is hereby granted, free of charge, to any person obtaining a copy of 906 this software and associated documentation files (the "Software"), to deal in 907 the Software without restriction, including without limitation the rights to 908 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 909 of the Software, and to permit persons to whom the Software is furnished to do 910 so, subject to the following conditions: 911 912 The above copyright notice and this permission notice shall be included in all 913 copies or substantial portions of the Software. 914 915 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 916 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 917 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 918 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 919 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 920 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 921 SOFTWARE. 922 923 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/lockfile 924 Copyright: 925 © 2014–2015 OpenStack Foundation <openstack-dev@lists.openstack.org> 926 © 2007–2012 Skip Montanaro <skip@pobox.com> 927 © 2008–2014 Ben Finney <ben+python@benfinney.id.au> 928 License: Expat 929 930 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/packaging 931 Copyright: Copyright (C) 2014 Donald Stufft 932 Copyright (C) 2012-2013 Vinay Sajip 933 License: Apache-2.0 934 935 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/progress 936 Copyright: Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> 937 License: ISC 938 939 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/requests 940 Copyright: 2016, Kenneth Reitz 941 License: Apache 942 943 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/requests/packages/urllib3/* 944 Copyright: 2008-2016, Andrey Petrov 945 License: Expat 946 947 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py 948 Copyright: 2009, Raymond Hettinger 949 License: Expat 950 951 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py 952 Copyright: 2011, Python Software Foundation 953 License: PSF-2 954 955 Files: Lib/ensurepip/_bundled/pip-*.whl/pip/_vendor/requests/packages/chardet/* 956 Copyright: 2006-2008, Mark Pilgrim 957 2012-2013, Ian Cordasco 958 License: LGPL-2.1+