Codebase list rust-libslirp / 7cbfabe
package futures-macro 0.3.1 it got split out of the main crate. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler 4 years ago
6 changed file(s) with 117 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 new direct rdeps that can be uploaded afterwards:
1 futures-util 0.3.1
0 NEW
1
2 part of futures/tokio/hyper transition - see TODO.rst
0 rust-futures-macro (0.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package futures-macro 0.3.1 from crates.io using debcargo 2.4.1
3
4 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Fri, 03 Jan 2020 11:18:40 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: futures-macro
2 Upstream-Contact:
3 Taylor Cramer <cramertj@google.com>
4 Taiki Endo <te316e89@gmail.com>
5 Source: https://github.com/rust-lang-nursery/futures-rs
6
7 Files: *
8 Copyright:
9 2018-2019 Taylor Cramer <cramertj@google.com>
10 2018-2019 Taiki Endo <te316e89@gmail.com>
11 License: MIT or Apache-2.0
12
13 Files: debian/*
14 Copyright:
15 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2019 Fabian Grünbichler <f.gruenbichler@proxmox.com>
17 License: MIT or Apache-2.0
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: futures-macro
2 Upstream-Contact:
3 Taylor Cramer <cramertj@google.com>
4 Taiki Endo <te316e89@gmail.com>
5 Source: https://github.com/rust-lang-nursery/futures-rs
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Taylor Cramer <cramertj@google.com>
10 FIXME (overlay) UNKNOWN-YEARS Taiki Endo <te316e89@gmail.com>
11 License: MIT or Apache-2.0
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE-APACHE
19 Copyright:
20 2016 Alex Crichton
21 2017 The Tokio Authors
22 License: UNKNOWN-LICENSE; FIXME (overlay)
23 Comment:
24 FIXME (overlay): These notices are extracted from files. Please review them
25 before uploading to the archive.
26
27 Files: ./LICENSE-MIT
28 Copyright:
29 2016 Alex Crichton
30 2017 The Tokio Authors
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: debian/*
37 Copyright:
38 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
39 2019-2020 Fabian Grünbichler <f.gruenbichler@proxmox.com>
40 License: MIT or Apache-2.0
41
42 License: Apache-2.0
43 Debian systems provide the Apache 2.0 license in
44 /usr/share/common-licenses/Apache-2.0
45
46 License: MIT
47 Permission is hereby granted, free of charge, to any person obtaining a copy
48 of this software and associated documentation files (the "Software"), to deal
49 in the Software without restriction, including without limitation the rights
50 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51 copies of the Software, and to permit persons to whom the Software is
52 furnished to do so, subject to the following conditions:
53 .
54 The above copyright notice and this permission notice shall be included in all
55 copies or substantial portions of the Software.
56 .
57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
63 SOFTWARE.
0 overlay = "."
1 uploaders = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]