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