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