Codebase list rust-stfu8 / 49d6c0e
Package ena Matt Kraai 5 years ago
4 changed file(s) with 149 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-ena (0.11.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ena 0.11.0 from crates.io using debcargo 2.2.9
3
4 -- Matt Kraai <kraai@debian.org> Sun, 23 Dec 2018 20:34:50 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ena
2 Upstream-Contact: Niko Matsakis <niko@alum.mit.edu>
3 Source: https://github.com/nikomatsakis/ena
4
5 Files: *
6 Copyright: 2015-2018 Matsakis <niko@alum.mit.edu>
7 License: MIT or Apache-2.0
8
9 Files: src/bitvec.rs
10 Copyright: 2015 The Rust Project Developers
11 License: MIT or Apache-2.0
12
13 Files: src/lib.rs
14 Copyright: 2015 The Rust Project Developers
15 License: MIT or Apache-2.0
16
17 Files: src/snapshot_vec.rs
18 Copyright: 2014 The Rust Project Developers
19 License: MIT or Apache-2.0
20
21 Files: src/unify/mod.rs
22 Copyright: 2012-2014 The Rust Project Developers
23 License: MIT or Apache-2.0
24
25 Files: src/unify/tests.rs
26 Copyright: 2015 The Rust Project Developers
27 License: MIT or Apache-2.0
28
29 Files: debian/*
30 Copyright:
31 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2018 Matt Kraai <kraai@debian.org>
33 License: MIT or Apache-2.0
34
35 License: Apache-2.0
36 Debian systems provide the Apache 2.0 license in
37 /usr/share/common-licenses/Apache-2.0
38
39 License: MIT
40 Permission is hereby granted, free of charge, to any person obtaining a copy
41 of this software and associated documentation files (the "Software"), to deal
42 in the Software without restriction, including without limitation the rights
43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44 copies of the Software, and to permit persons to whom the Software is
45 furnished to do so, subject to the following conditions:
46 .
47 The above copyright notice and this permission notice shall be included in all
48 copies or substantial portions of the Software.
49 .
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ena
2 Upstream-Contact: Niko Matsakis <niko@alum.mit.edu>
3 Source: https://github.com/nikomatsakis/ena
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Niko Matsakis <niko@alum.mit.edu>
7 License: MIT or Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE-MIT
15 Copyright: 2010 The Rust Project Developers
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/bitvec.rs
22 Copyright: 2015 The Rust Project Developers
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/lib.rs
29 Copyright: 2015 The Rust Project Developers
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/snapshot_vec.rs
36 Copyright: 2014 The Rust Project Developers
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/unify/mod.rs
43 Copyright: 2012-2014 The Rust Project Developers
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/unify/tests.rs
50 Copyright: 2015 The Rust Project Developers
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: debian/*
57 Copyright:
58 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
59 2018 Matt Kraai <kraai@debian.org>
60 License: MIT or Apache-2.0
61
62 License: Apache-2.0
63 Debian systems provide the Apache 2.0 license in
64 /usr/share/common-licenses/Apache-2.0
65
66 License: MIT
67 Permission is hereby granted, free of charge, to any person obtaining a copy
68 of this software and associated documentation files (the "Software"), to deal
69 in the Software without restriction, including without limitation the rights
70 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
71 copies of the Software, and to permit persons to whom the Software is
72 furnished to do so, subject to the following conditions:
73 .
74 The above copyright notice and this permission notice shall be included in all
75 copies or substantial portions of the Software.
76 .
77 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
81 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
82 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83 SOFTWARE.
0 overlay = "."
1 uploaders = ["Matt Kraai <kraai@debian.org>"]
2 summary = "Rust implementation of union-find"