Codebase list rust-libslirp / 4b999b5
package vm-superio 0.5.0 Signed-off-by: Liang Yan <ly@xryan.net> Liang Yan 2 years ago
5 changed file(s) with 146 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-vm-superio (0.5.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package vm-superio 0.5.0 from crates.io using debcargo 2.5.0
3
4 -- Liang Yan <ly@xryan.net> Sat, 02 Apr 2022 18:47:11 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: vm-superio
2 Upstream-Contact: rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>
3 Source: https://github.com/rust-vmm/vm-superio
4
5 Files: *
6 Copyright: 2020-2022 rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>
7 License: Apache-2.0 or BSD-3-Clause
8
9 Files: ./src/*
10 Copyright:
11 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12 2017 The Chromium OS Authors. All rights reserved.
13
14 Files: debian/*
15 Copyright:
16 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2022 Liang Yan <ly@xryan.net>
18 License: Apache-2.0 or BSD-3-Clause
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: BSD-3-Clause
25 Redistribution and use in source and binary forms, with or without
26 modification, are permitted provided that the following conditions are met:
27 .
28 1. Redistributions of source code must retain the above copyright notice, this
29 list of conditions and the following disclaimer.
30 .
31 2. Redistributions in binary form must reproduce the above copyright notice,
32 this list of conditions and the following disclaimer in the documentation
33 and/or other materials provided with the distribution.
34 .
35 3. Neither the name of the copyright holder nor the names of its contributors
36 may be used to endorse or promote products derived from this software without
37 specific prior written permission.
38 .
39 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
42 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
43 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
45 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
46 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
47 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
48 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: vm-superio
2 Upstream-Contact: rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>
3 Source: https://github.com/rust-vmm/vm-superio
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>
7 License: Apache-2.0 or BSD-3-Clause
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-BSD-3-Clause
15 Copyright: 2017 The Chromium OS Authors. All rights reserved.
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/i8042.rs
22 Copyright:
23 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
24 2017 The Chromium OS Authors. All rights reserved.
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/lib.rs
31 Copyright:
32 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33 2017 The Chromium OS Authors. All rights reserved.
34 License: UNKNOWN-LICENSE; FIXME (overlay)
35 Comment:
36 FIXME (overlay): These notices are extracted from files. Please review them
37 before uploading to the archive.
38
39 Files: ./src/rtc_pl031.rs
40 Copyright: 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
41 License: UNKNOWN-LICENSE; FIXME (overlay)
42 Comment:
43 FIXME (overlay): These notices are extracted from files. Please review them
44 before uploading to the archive.
45
46 Files: ./src/serial.rs
47 Copyright:
48 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
49 2017 The Chromium OS Authors. All rights reserved.
50 License: UNKNOWN-LICENSE; FIXME (overlay)
51 Comment:
52 FIXME (overlay): These notices are extracted from files. Please review them
53 before uploading to the archive.
54
55 Files: debian/*
56 Copyright:
57 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
58 2022 Liang Yan <ly@xryan.net>
59 License: Apache-2.0 or BSD-3-Clause
60
61 License: Apache-2.0
62 Debian systems provide the Apache 2.0 license in
63 /usr/share/common-licenses/Apache-2.0
64
65 License: BSD-3-Clause
66 Redistribution and use in source and binary forms, with or without
67 modification, are permitted provided that the following conditions are met:
68 .
69 1. Redistributions of source code must retain the above copyright notice, this
70 list of conditions and the following disclaimer.
71 .
72 2. Redistributions in binary form must reproduce the above copyright notice,
73 this list of conditions and the following disclaimer in the documentation
74 and/or other materials provided with the distribution.
75 .
76 3. Neither the name of the copyright holder nor the names of its contributors
77 may be used to endorse or promote products derived from this software without
78 specific prior written permission.
79 .
80 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
81 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
82 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
83 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
84 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
85 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
86 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
87 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
88 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
89 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["Liang Yan <ly@xryan.net>"]