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