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