jpayne@69: `tqdm` is a product of collaborative work. jpayne@69: Unless otherwise stated, all authors (see commit logs) retain copyright jpayne@69: for their respective work, and release the work under the MIT licence jpayne@69: (text below). jpayne@69: jpayne@69: Exceptions or notable authors are listed below jpayne@69: in reverse chronological order: jpayne@69: jpayne@69: * files: * jpayne@69: MPL-2.0 2015-2024 (c) Casper da Costa-Luis jpayne@69: [casperdcl](https://github.com/casperdcl). jpayne@69: * files: tqdm/_tqdm.py jpayne@69: MIT 2016 (c) [PR #96] on behalf of Google Inc. jpayne@69: * files: tqdm/_tqdm.py README.rst .gitignore jpayne@69: MIT 2013 (c) Noam Yorav-Raphael, original author. jpayne@69: jpayne@69: [PR #96]: https://github.com/tqdm/tqdm/pull/96 jpayne@69: jpayne@69: jpayne@69: Mozilla Public Licence (MPL) v. 2.0 - Exhibit A jpayne@69: ----------------------------------------------- jpayne@69: jpayne@69: This Source Code Form is subject to the terms of the jpayne@69: Mozilla Public License, v. 2.0. jpayne@69: If a copy of the MPL was not distributed with this project, jpayne@69: You can obtain one at https://mozilla.org/MPL/2.0/. jpayne@69: jpayne@69: jpayne@69: MIT License (MIT) jpayne@69: ----------------- jpayne@69: jpayne@69: Copyright (c) 2013 noamraph jpayne@69: jpayne@69: Permission is hereby granted, free of charge, to any person obtaining a copy of jpayne@69: this software and associated documentation files (the "Software"), to deal in jpayne@69: the Software without restriction, including without limitation the rights to jpayne@69: use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of jpayne@69: the Software, and to permit persons to whom the Software is furnished to do so, jpayne@69: subject to the following conditions: jpayne@69: jpayne@69: The above copyright notice and this permission notice shall be included in all jpayne@69: copies or substantial portions of the Software. jpayne@69: jpayne@69: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR jpayne@69: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS jpayne@69: FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR jpayne@69: COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER jpayne@69: IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN jpayne@69: CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.