jpayne@68
|
1 The MIT License (MIT)
|
jpayne@68
|
2
|
jpayne@68
|
3 Copyright (c) 2022 Alex Grönholm
|
jpayne@68
|
4
|
jpayne@68
|
5 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
jpayne@68
|
6 this software and associated documentation files (the "Software"), to deal in
|
jpayne@68
|
7 the Software without restriction, including without limitation the rights to
|
jpayne@68
|
8 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
jpayne@68
|
9 the Software, and to permit persons to whom the Software is furnished to do so,
|
jpayne@68
|
10 subject to the following conditions:
|
jpayne@68
|
11
|
jpayne@68
|
12 The above copyright notice and this permission notice shall be included in all
|
jpayne@68
|
13 copies or substantial portions of the Software.
|
jpayne@68
|
14
|
jpayne@68
|
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
jpayne@68
|
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
jpayne@68
|
17 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
jpayne@68
|
18 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
jpayne@68
|
19 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
jpayne@68
|
20 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
jpayne@68
|
21
|
jpayne@68
|
22
|
jpayne@68
|
23 This project contains code copied from the Python standard library.
|
jpayne@68
|
24 The following is the required license notice for those parts.
|
jpayne@68
|
25
|
jpayne@68
|
26 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
|
jpayne@68
|
27 --------------------------------------------
|
jpayne@68
|
28
|
jpayne@68
|
29 1. This LICENSE AGREEMENT is between the Python Software Foundation
|
jpayne@68
|
30 ("PSF"), and the Individual or Organization ("Licensee") accessing and
|
jpayne@68
|
31 otherwise using this software ("Python") in source or binary form and
|
jpayne@68
|
32 its associated documentation.
|
jpayne@68
|
33
|
jpayne@68
|
34 2. Subject to the terms and conditions of this License Agreement, PSF hereby
|
jpayne@68
|
35 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
|
jpayne@68
|
36 analyze, test, perform and/or display publicly, prepare derivative works,
|
jpayne@68
|
37 distribute, and otherwise use Python alone or in any derivative version,
|
jpayne@68
|
38 provided, however, that PSF's License Agreement and PSF's notice of copyright,
|
jpayne@68
|
39 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
jpayne@68
|
40 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
|
jpayne@68
|
41 All Rights Reserved" are retained in Python alone or in any derivative version
|
jpayne@68
|
42 prepared by Licensee.
|
jpayne@68
|
43
|
jpayne@68
|
44 3. In the event Licensee prepares a derivative work that is based on
|
jpayne@68
|
45 or incorporates Python or any part thereof, and wants to make
|
jpayne@68
|
46 the derivative work available to others as provided herein, then
|
jpayne@68
|
47 Licensee hereby agrees to include in any such work a brief summary of
|
jpayne@68
|
48 the changes made to Python.
|
jpayne@68
|
49
|
jpayne@68
|
50 4. PSF is making Python available to Licensee on an "AS IS"
|
jpayne@68
|
51 basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
jpayne@68
|
52 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
|
jpayne@68
|
53 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
jpayne@68
|
54 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
|
jpayne@68
|
55 INFRINGE ANY THIRD PARTY RIGHTS.
|
jpayne@68
|
56
|
jpayne@68
|
57 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
jpayne@68
|
58 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
jpayne@68
|
59 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
|
jpayne@68
|
60 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
jpayne@68
|
61
|
jpayne@68
|
62 6. This License Agreement will automatically terminate upon a material
|
jpayne@68
|
63 breach of its terms and conditions.
|
jpayne@68
|
64
|
jpayne@68
|
65 7. Nothing in this License Agreement shall be deemed to create any
|
jpayne@68
|
66 relationship of agency, partnership, or joint venture between PSF and
|
jpayne@68
|
67 Licensee. This License Agreement does not grant permission to use PSF
|
jpayne@68
|
68 trademarks or trade name in a trademark sense to endorse or promote
|
jpayne@68
|
69 products or services of Licensee, or any third party.
|
jpayne@68
|
70
|
jpayne@68
|
71 8. By copying, installing or otherwise using Python, Licensee
|
jpayne@68
|
72 agrees to be bound by the terms and conditions of this License
|
jpayne@68
|
73 Agreement.
|