|
| 1 | +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 2 | +Source: https://github.com/scientific-python/docstub |
| 3 | + |
| 4 | +Files: * |
| 5 | +Copyright: 2025, Scientific Python Developers |
| 6 | + 2024, Lars Grüter |
| 7 | +License: BSD 3-Clause |
| 8 | + |
| 9 | +Files: src/docstub/_vendored/stdlib.py |
| 10 | +Copyright: 2001-2025, Python Software Foundation |
| 11 | +License: PSF-2.0 |
| 12 | + |
| 13 | +License: BSD-3-Clause |
| 14 | + All rights reserved. |
| 15 | + . |
| 16 | + Redistribution and use in source and binary forms, with or without |
| 17 | + modification, are permitted provided that the following conditions are met: |
| 18 | + . |
| 19 | + * Redistributions of source code must retain the above copyright notice, this |
| 20 | + list of conditions and the following disclaimer. |
| 21 | + . |
| 22 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 23 | + this list of conditions and the following disclaimer in the documentation |
| 24 | + and/or other materials provided with the distribution. |
| 25 | + . |
| 26 | + * Neither the name of the vector package developers nor the names of its |
| 27 | + contributors may be used to endorse or promote products derived from |
| 28 | + this software without specific prior written permission. |
| 29 | + . |
| 30 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 31 | + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 32 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 33 | + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 34 | + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 35 | + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 36 | + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 37 | + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 38 | + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 39 | + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 40 | + |
| 41 | + |
| 42 | +License: PSF-2.0 |
| 43 | + PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 |
| 44 | + -------------------------------------------- |
| 45 | + . |
| 46 | + 1. This LICENSE AGREEMENT is between the Python Software Foundation |
| 47 | + ("PSF"), and the Individual or Organization ("Licensee") accessing and |
| 48 | + otherwise using this software ("Python") in source or binary form and |
| 49 | + its associated documentation. |
| 50 | + . |
| 51 | + 2. Subject to the terms and conditions of this License Agreement, PSF hereby |
| 52 | + grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, |
| 53 | + analyze, test, perform and/or display publicly, prepare derivative works, |
| 54 | + distribute, and otherwise use Python alone or in any derivative version, |
| 55 | + provided, however, that PSF's License Agreement and PSF's notice of copyright, |
| 56 | + i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" |
| 57 | + are retained in Python alone or in any derivative version prepared by Licensee. |
| 58 | + . |
| 59 | + 3. In the event Licensee prepares a derivative work that is based on |
| 60 | + or incorporates Python or any part thereof, and wants to make |
| 61 | + the derivative work available to others as provided herein, then |
| 62 | + Licensee hereby agrees to include in any such work a brief summary of |
| 63 | + the changes made to Python. |
| 64 | + . |
| 65 | + 4. PSF is making Python available to Licensee on an "AS IS" |
| 66 | + basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR |
| 67 | + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND |
| 68 | + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS |
| 69 | + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT |
| 70 | + INFRINGE ANY THIRD PARTY RIGHTS. |
| 71 | + . |
| 72 | + 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON |
| 73 | + FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS |
| 74 | + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, |
| 75 | + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. |
| 76 | + . |
| 77 | + 6. This License Agreement will automatically terminate upon a material |
| 78 | + breach of its terms and conditions. |
| 79 | + . |
| 80 | + 7. Nothing in this License Agreement shall be deemed to create any |
| 81 | + relationship of agency, partnership, or joint venture between PSF and |
| 82 | + Licensee. This License Agreement does not grant permission to use PSF |
| 83 | + trademarks or trade name in a trademark sense to endorse or promote |
| 84 | + products or services of Licensee, or any third party. |
| 85 | + . |
| 86 | + 8. By copying, installing or otherwise using Python, Licensee |
| 87 | + agrees to be bound by the terms and conditions of this License |
| 88 | + Agreement. |
0 commit comments