|
| 1 | +THIRD-PARTY NOTICES |
| 2 | +=================== |
| 3 | + |
| 4 | +CPython-derived material |
| 5 | +------------------------ |
| 6 | + |
| 7 | +Upstream source: |
| 8 | +https://github.com/python/cpython |
| 9 | + |
| 10 | +License: |
| 11 | +Python Software Foundation License Version 2 (PSF-2.0) |
| 12 | +https://docs.python.org/3/license.html |
| 13 | +Copyright (c) 2001 Python Software Foundation; All Rights Reserved. |
| 14 | + |
| 15 | +Derived modules and tests |
| 16 | +------------------------- |
| 17 | + |
| 18 | +ntpath |
| 19 | +~~~~~~ |
| 20 | + |
| 21 | +Derived from: |
| 22 | +- Lib/ntpath.py |
| 23 | +- Lib/test/test_ntpath.py |
| 24 | + |
| 25 | +Modifications: |
| 26 | +- Porting Python logic to Lua |
| 27 | +- Adapting behavior to this library's API and conventions |
| 28 | +- Converting tests to Busted table-driven format |
| 29 | + |
| 30 | +posixpath |
| 31 | +~~~~~~~~~ |
| 32 | + |
| 33 | +Derived from: |
| 34 | +- Lib/posixpath.py |
| 35 | +- Lib/test/test_posixpath.py |
| 36 | + |
| 37 | +Modifications: |
| 38 | +- Porting Python logic to Lua |
| 39 | +- Adapting behavior to this library's API and conventions |
| 40 | +- Converting tests to Busted table-driven format |
| 41 | + |
| 42 | +PSF-2.0 License Text |
| 43 | +-------------------- |
| 44 | + |
| 45 | +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 |
| 46 | +-------------------------------------------- |
| 47 | + |
| 48 | +1. This LICENSE AGREEMENT is between the Python Software Foundation |
| 49 | +("PSF"), and the Individual or Organization ("Licensee") accessing and |
| 50 | +otherwise using this software ("Python") in source or binary form and |
| 51 | +its associated documentation. |
| 52 | + |
| 53 | +2. Subject to the terms and conditions of this License Agreement, PSF hereby |
| 54 | +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, |
| 55 | +analyze, test, perform and/or display publicly, prepare derivative works, |
| 56 | +distribute, and otherwise use Python alone or in any derivative version, |
| 57 | +provided, however, that PSF's License Agreement and PSF's notice of copyright, |
| 58 | +i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" |
| 59 | +are retained in Python alone or in any derivative version prepared by Licensee. |
| 60 | + |
| 61 | +3. In the event Licensee prepares a derivative work that is based on |
| 62 | +or incorporates Python or any part thereof, and wants to make |
| 63 | +the derivative work available to others as provided herein, then |
| 64 | +Licensee hereby agrees to include in any such work a brief summary of |
| 65 | +the changes made to Python. |
| 66 | + |
| 67 | +4. PSF is making Python available to Licensee on an "AS IS" |
| 68 | +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 69 | +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND |
| 70 | +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 71 | +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT |
| 72 | +INFRINGE ANY THIRD PARTY RIGHTS. |
| 73 | + |
| 74 | +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
| 75 | +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
| 76 | +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, |
| 77 | +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
| 78 | + |
| 79 | +6. This License Agreement will automatically terminate upon a material |
| 80 | +breach of its terms and conditions. |
| 81 | + |
| 82 | +7. Nothing in this License Agreement shall be deemed to create any |
| 83 | +relationship of agency, partnership, or joint venture between PSF and |
| 84 | +Licensee. This License Agreement does not grant permission to use PSF |
| 85 | +trademarks or trade name in a trademark sense to endorse or promote |
| 86 | +products or services of Licensee, or any third party. |
| 87 | + |
| 88 | +8. By copying, installing or otherwise using Python, Licensee |
| 89 | +agrees to be bound by the terms and conditions of this License |
| 90 | +Agreement. |
0 commit comments