You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.0 KiB

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