@@ -38,3 +38,61 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38
38
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39
39
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
40
40
THE SOFTWARE.
41
+
42
+ 2) License Notice for _asyncio_lock.py
43
+ -----------------------------------------
44
+
45
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
46
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
47
+ otherwise using this software ("Python") in source or binary form and
48
+ its associated documentation.
49
+
50
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
51
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
52
+ analyze, test, perform and/or display publicly, prepare derivative works,
53
+ distribute, and otherwise use Python alone or in any derivative version,
54
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
55
+ i.e., "Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved"
56
+ are retained in Python alone or in any derivative version prepared by Licensee.
57
+
58
+ 3. In the event Licensee prepares a derivative work that is based on
59
+ or incorporates Python or any part thereof, and wants to make
60
+ the derivative work available to others as provided herein, then
61
+ Licensee hereby agrees to include in any such work a brief summary of
62
+ the changes made to Python.
63
+
64
+ 4. PSF is making Python available to Licensee on an "AS IS"
65
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
66
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
67
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
68
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
69
+ INFRINGE ANY THIRD PARTY RIGHTS.
70
+
71
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
72
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
73
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
74
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
75
+
76
+ 6. This License Agreement will automatically terminate upon a material
77
+ breach of its terms and conditions.
78
+
79
+ 7. Nothing in this License Agreement shall be deemed to create any
80
+ relationship of agency, partnership, or joint venture between PSF and
81
+ Licensee. This License Agreement does not grant permission to use PSF
82
+ trademarks or trade name in a trademark sense to endorse or promote
83
+ products or services of Licensee, or any third party.
84
+
85
+ 8. By copying, installing or otherwise using Python, Licensee
86
+ agrees to be bound by the terms and conditions of this License
87
+ Agreement.
88
+
89
+ Permission to use, copy, modify, and/or distribute this software for any
90
+ purpose with or without fee is hereby granted.
91
+
92
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
93
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
94
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
95
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
96
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
97
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
98
+ PERFORMANCE OF THIS SOFTWARE.
0 commit comments