@@ -71,3 +71,62 @@ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
71
71
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
72
72
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
73
73
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
74
+
75
+
76
+ 3) License Notice for lock.py
77
+ -----------------------------------------
78
+
79
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
80
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
81
+ otherwise using this software ("Python") in source or binary form and
82
+ its associated documentation.
83
+
84
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
85
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
86
+ analyze, test, perform and/or display publicly, prepare derivative works,
87
+ distribute, and otherwise use Python alone or in any derivative version,
88
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
89
+ i.e., "Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved"
90
+ are retained in Python alone or in any derivative version prepared by Licensee.
91
+
92
+ 3. In the event Licensee prepares a derivative work that is based on
93
+ or incorporates Python or any part thereof, and wants to make
94
+ the derivative work available to others as provided herein, then
95
+ Licensee hereby agrees to include in any such work a brief summary of
96
+ the changes made to Python.
97
+
98
+ 4. PSF is making Python available to Licensee on an "AS IS"
99
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
100
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
101
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
102
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
103
+ INFRINGE ANY THIRD PARTY RIGHTS.
104
+
105
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
106
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
107
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
108
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
109
+
110
+ 6. This License Agreement will automatically terminate upon a material
111
+ breach of its terms and conditions.
112
+
113
+ 7. Nothing in this License Agreement shall be deemed to create any
114
+ relationship of agency, partnership, or joint venture between PSF and
115
+ Licensee. This License Agreement does not grant permission to use PSF
116
+ trademarks or trade name in a trademark sense to endorse or promote
117
+ products or services of Licensee, or any third party.
118
+
119
+ 8. By copying, installing or otherwise using Python, Licensee
120
+ agrees to be bound by the terms and conditions of this License
121
+ Agreement.
122
+
123
+ Permission to use, copy, modify, and/or distribute this software for any
124
+ purpose with or without fee is hereby granted.
125
+
126
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
127
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
128
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
129
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
130
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
131
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
132
+ PERFORMANCE OF THIS SOFTWARE.
0 commit comments