Codebase list rust-float-cmp / 7c93370
io-lifetimes copyright John Goerzen 1 year, 7 months ago
1 changed file(s) with 89 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 FIXME fill me in using ./copyright.debcargo.hint as a guide
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: io-lifetimes
2 Upstream-Contact: Dan Gohman <dev@sunfishcode.online>
3 Source: https://github.com/sunfishcode/io-lifetimes
4
5 Files: *
6 Copyright: 2021-2022 Dan Gohman <dev@sunfishcode.online>
7 License: Apache-2.0 WITH LLVM-exception or Apache-2.0 or MIT
8 Comment:
9 Short version for non-lawyers:
10 .
11 `io-lifetimes` is triple-licensed under Apache 2.0 with the LLVM Exception,
12 Apache 2.0, and MIT terms.
13 .
14 .
15 Longer version:
16 .
17 Copyrights in the `io-lifetimes` project are retained by their contributors.
18 No copyright assignment is required to contribute to the `io-lifetimes`
19 project.
20 .
21 Some files include code derived from Rust's `libstd`; see the comments in
22 the code for details.
23 .
24 Except as otherwise noted (below and/or in individual files), `io-lifetimes`
25 is licensed under:
26 .
27 - the Apache License, Version 2.0, with the LLVM Exception
28 <LICENSE-Apache-2.0_WITH_LLVM-exception> or
29 <http://llvm.org/foundation/relicensing/LICENSE.txt>
30 - the Apache License, Version 2.0
31 <LICENSE-APACHE> or
32 <http://www.apache.org/licenses/LICENSE-2.0>,
33 - or the MIT license
34 <LICENSE-MIT> or
35 <http://opensource.org/licenses/MIT>,
36 .
37 at your option.
38
39 Files: debian/*
40 Copyright:
41 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
42 2022 John Goerzen <jgoerzen@complete.org>
43 License: Apache-2.0 WITH LLVM-exception or Apache-2.0 or MIT
44
45 License: Apache-2.0
46 Debian systems provide the Apache 2.0 license in
47 /usr/share/common-licenses/Apache-2.0
48
49 License: Apache-2.0 WITH LLVM-exception
50 Debian systems provide the Apache 2.0 license in
51 /usr/share/common-licenses/Apache-2.0
52 .
53 The additional exception is:
54 .
55 --- LLVM Exceptions to the Apache 2.0 License ----
56 .
57 As an exception, if, as a result of your compiling your source code, portions
58 of this Software are embedded into an Object form of such source code, you
59 may redistribute such embedded portions in such Object form without complying
60 with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
61 .
62 In addition, if you combine or link compiled forms of this Software with
63 software that is licensed under the GPLv2 ("Combined Software") and if a
64 court of competent jurisdiction determines that the patent provision (Section
65 3), the indemnity provision (Section 9) or other Section of the License
66 conflicts with the conditions of the GPLv2, you may retroactively and
67 prospectively choose to deem waived or otherwise exclude such Section(s) of
68 the License, but only in their entirety and only with respect to the Combined
69 Software.
70
71 License: MIT
72 Permission is hereby granted, free of charge, to any person obtaining a copy
73 of this software and associated documentation files (the "Software"), to deal
74 in the Software without restriction, including without limitation the rights
75 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76 copies of the Software, and to permit persons to whom the Software is
77 furnished to do so, subject to the following conditions:
78 .
79 The above copyright notice and this permission notice shall be included in all
80 copies or substantial portions of the Software.
81 .
82 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
83 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
84 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
85 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
86 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
87 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
88 SOFTWARE.