Codebase list rust-libslirp / 66a4c25
Package tempfile Ximin Luo 5 years ago
5 changed file(s) with 124 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
153153 failure v0.1.1
154154 - atty v0.2.10
155155 clap v2.31.2
156 chrono v0.4.2
157 tempfile v3.0.2
156 - chrono v0.4.2
157 - tempfile v3.0.2
158158 serde_ignored v0.0.4
159159 socket2 v0.3.6
160160 miow v0.3.1
0 rust-tempfile (3.0.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package tempfile 3.0.3 from crates.io using debcargo 2.2.5
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Jul 2018 01:22:01 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tempfile
2 Upstream-Contact:
3 Steven Allen <steven@stebalien.com>
4 The Rust Project Developers
5 Ashley Mannix <ashleymannix@live.com.au>
6 Jason White <jasonaw0@gmail.com>
7 Source: https://github.com/Stebalien/tempfile
8
9 Files: *
10 Copyright:
11 2015-2018 Steven Allen <steven@stebalien.com>
12 2015-2018 Ashley Mannix <ashleymannix@live.com.au>
13 2015-2018 Jason White <jasonaw0@gmail.com>
14 2013-2018 The Rust Project Developers
15 License: MIT or Apache-2.0
16
17 Files: debian/*
18 Copyright:
19 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
20 2018 Ximin Luo <infinity0@debian.org>
21 License: MIT or Apache-2.0
22
23 License: Apache-2.0
24 Debian systems provide the Apache 2.0 license in
25 /usr/share/common-licenses/Apache-2.0
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tempfile
2 Upstream-Contact:
3 Steven Allen <steven@stebalien.com>
4 The Rust Project Developers
5 Ashley Mannix <ashleymannix@live.com.au>
6 Jason White <jasonaw0@gmail.com>
7 Source: https://github.com/Stebalien/tempfile
8
9 Files: *
10 Copyright:
11 FIXME (overlay) UNKNOWN-YEARS Steven Allen <steven@stebalien.com>
12 FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
13 FIXME (overlay) UNKNOWN-YEARS Ashley Mannix <ashleymannix@live.com.au>
14 FIXME (overlay) UNKNOWN-YEARS Jason White <jasonaw0@gmail.com>
15 License: MIT or Apache-2.0
16 Comment:
17 FIXME (overlay): Since upstream copyright years are not available in
18 Cargo.toml, they were extracted from the upstream Git repository. This may not
19 be correct information so you should review and fix this before uploading to
20 the archive.
21
22 Files: ./LICENSE-MIT
23 Copyright: 2015 Steven Allen
24 License: UNKNOWN-LICENSE; FIXME (overlay)
25 Comment:
26 FIXME (overlay): These notices are extracted from files. Please review them
27 before uploading to the archive.
28
29 Files: ./src/dir.rs
30 Copyright: 2015 The Rust Project Developers
31 License: UNKNOWN-LICENSE; FIXME (overlay)
32 Comment:
33 FIXME (overlay): These notices are extracted from files. Please review them
34 before uploading to the archive.
35
36 Files: ./tests/tempdir.rs
37 Copyright: 2013-2014 The Rust Project Developers
38 License: UNKNOWN-LICENSE; FIXME (overlay)
39 Comment:
40 FIXME (overlay): These notices are extracted from files. Please review them
41 before uploading to the archive.
42
43 Files: debian/*
44 Copyright:
45 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
46 2018 FIXME (overlay) Your Name <Your Email>
47 License: MIT or Apache-2.0
48
49 License: Apache-2.0
50 Debian systems provide the Apache 2.0 license in
51 /usr/share/common-licenses/Apache-2.0
52
53 License: MIT
54 Permission is hereby granted, free of charge, to any person obtaining a copy
55 of this software and associated documentation files (the "Software"), to deal
56 in the Software without restriction, including without limitation the rights
57 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58 copies of the Software, and to permit persons to whom the Software is
59 furnished to do so, subject to the following conditions:
60 .
61 The above copyright notice and this permission notice shall be included in all
62 copies or substantial portions of the Software.
63 .
64 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70 SOFTWARE.