comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/tqdm-4.67.1.dist-info/LICENCE @ 69:33d812a61356

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