Codebase list rust-libslirp / 7c14bcc
pkg of rust-crypto Sylvestre Ledru 5 years ago
4 changed file(s) with 148 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-rust-crypto (0.2.36-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package rust-crypto 0.2.36 from crates.io using debcargo 2.2.7
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 14 Oct 2018 11:44:17 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rust-crypto
2 Upstream-Contact: The Rust-Crypto Project Developers
3 Source: https://github.com/DaGenix/rust-crypto/
4
5 Files: *
6 Copyright:
7 2006-2009 Graydon Hoare
8 2009-2018 Mozilla Foundation
9 2012-2018 The Rust Project Developers
10 License: MIT or Apache-2.0
11
12 Files: debian/*
13 Copyright:
14 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2018 Sylvestre Ledru <sylvestre@debian.org>
16 License: MIT or Apache-2.0
17
18 License: Apache-2.0
19 Debian systems provide the Apache 2.0 license in
20 /usr/share/common-licenses/Apache-2.0
21
22 License: MIT
23 Permission is hereby granted, free of charge, to any person obtaining a copy
24 of this software and associated documentation files (the "Software"), to deal
25 in the Software without restriction, including without limitation the rights
26 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 copies of the Software, and to permit persons to whom the Software is
28 furnished to do so, subject to the following conditions:
29 .
30 The above copyright notice and this permission notice shall be included in all
31 copies or substantial portions of the Software.
32 .
33 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39 SOFTWARE.
40
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rust-crypto
2 Upstream-Contact: The Rust-Crypto Project Developers
3 Source: https://github.com/DaGenix/rust-crypto/
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Rust-Crypto Project Developers
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:
16 2006-2009 Graydon Hoare
17 2009-2013 Mozilla Foundation
18 License: UNKNOWN-LICENSE; FIXME (overlay)
19 Comment:
20 FIXME (overlay): These notices are extracted from files. Please review them
21 before uploading to the archive.
22
23 Files: ./src/cryptoutil.rs
24 Copyright: 2012-2013 The Rust Project Developers
25 License: UNKNOWN-LICENSE; FIXME (overlay)
26 Comment:
27 FIXME (overlay): These notices are extracted from files. Please review them
28 before uploading to the archive.
29
30 Files: ./src/digest.rs
31 Copyright: 2012-2013 The Rust Project Developers
32 License: UNKNOWN-LICENSE; FIXME (overlay)
33 Comment:
34 FIXME (overlay): These notices are extracted from files. Please review them
35 before uploading to the archive.
36
37 Files: ./src/md5.rs
38 Copyright: 2013 The Rust Project Developers
39 License: UNKNOWN-LICENSE; FIXME (overlay)
40 Comment:
41 FIXME (overlay): These notices are extracted from files. Please review them
42 before uploading to the archive.
43
44 Files: ./src/ripemd160.rs
45 Copyright: 2012 The Rust Project Developers
46 License: UNKNOWN-LICENSE; FIXME (overlay)
47 Comment:
48 FIXME (overlay): These notices are extracted from files. Please review them
49 before uploading to the archive.
50
51 Files: ./src/sha1.rs
52 Copyright: 2012 The Rust Project Developers
53 License: UNKNOWN-LICENSE; FIXME (overlay)
54 Comment:
55 FIXME (overlay): These notices are extracted from files. Please review them
56 before uploading to the archive.
57
58 Files: ./src/sha2.rs
59 Copyright: 2012-2013 The Rust Project Developers
60 License: UNKNOWN-LICENSE; FIXME (overlay)
61 Comment:
62 FIXME (overlay): These notices are extracted from files. Please review them
63 before uploading to the archive.
64
65 Files: ./src/sha3.rs
66 Copyright: 2012-2013 The Rust Project Developers
67 License: UNKNOWN-LICENSE; FIXME (overlay)
68 Comment:
69 FIXME (overlay): These notices are extracted from files. Please review them
70 before uploading to the archive.
71
72 Files: debian/*
73 Copyright:
74 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
75 2018 Sylvestre Ledru <sylvestre@debian.org>
76 License: MIT or Apache-2.0
77
78 License: Apache-2.0
79 Debian systems provide the Apache 2.0 license in
80 /usr/share/common-licenses/Apache-2.0
81
82 License: MIT
83 Permission is hereby granted, free of charge, to any person obtaining a copy
84 of this software and associated documentation files (the "Software"), to deal
85 in the Software without restriction, including without limitation the rights
86 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87 copies of the Software, and to permit persons to whom the Software is
88 furnished to do so, subject to the following conditions:
89 .
90 The above copyright notice and this permission notice shall be included in all
91 copies or substantial portions of the Software.
92 .
93 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99 SOFTWARE.
0 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]