jpayne@68: `tqdm` is a product of collaborative work. jpayne@68: Unless otherwise stated, all authors (see commit logs) retain copyright jpayne@68: for their respective work, and release the work under the MIT licence jpayne@68: (text below). jpayne@68: jpayne@68: Exceptions or notable authors are listed below jpayne@68: in reverse chronological order: jpayne@68: jpayne@68: * files: * jpayne@68: MPL-2.0 2015-2024 (c) Casper da Costa-Luis jpayne@68: [casperdcl](https://github.com/casperdcl). jpayne@68: * files: tqdm/_tqdm.py jpayne@68: MIT 2016 (c) [PR #96] on behalf of Google Inc. jpayne@68: * files: tqdm/_tqdm.py README.rst .gitignore jpayne@68: MIT 2013 (c) Noam Yorav-Raphael, original author. jpayne@68: jpayne@68: [PR #96]: https://github.com/tqdm/tqdm/pull/96 jpayne@68: jpayne@68: jpayne@68: Mozilla Public Licence (MPL) v. 2.0 - Exhibit A jpayne@68: ----------------------------------------------- jpayne@68: jpayne@68: This Source Code Form is subject to the terms of the jpayne@68: Mozilla Public License, v. 2.0. jpayne@68: If a copy of the MPL was not distributed with this project, jpayne@68: You can obtain one at https://mozilla.org/MPL/2.0/. jpayne@68: jpayne@68: jpayne@68: MIT License (MIT) jpayne@68: ----------------- jpayne@68: jpayne@68: Copyright (c) 2013 noamraph 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.