Codebase list rust-libslirp / 9f4e56f
Add serde-derive Nicolas Braud-Santoni 5 years ago
4 changed file(s) with 178 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-serde-derive (1.0.70-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package serde_derive 1.0.70 from crates.io using debcargo 2.2.4
3
4 -- Nicolas Braud-Santoni <nicolas@braud-santoni.eu> Mon, 30 Jul 2018 00:05:24 +0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: serde_derive
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/serde
6
7 Files: *
8 Copyright:
9 2014-2018 Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 2014-2018 David Tolnay <dtolnay@gmail.com>
11 2014-2018 Serde Developers
12 License: Expat or Apache-2.0
13
14 Files: debian/*
15 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
18 License: Expat or Apache-2.0
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: Expat
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: serde_derive
2 Upstream-Contact:
3 Erick Tryzelaar <erick.tryzelaar@gmail.com>
4 David Tolnay <dtolnay@gmail.com>
5 Source: https://github.com/serde-rs/serde
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Erick Tryzelaar <erick.tryzelaar@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@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-MIT
19 Copyright: 2014 The Rust Project Developers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/bound.rs
26 Copyright: 2017 Serde Developers
27 License: UNKNOWN-LICENSE; FIXME (overlay)
28 Comment:
29 FIXME (overlay): These notices are extracted from files. Please review them
30 before uploading to the archive.
31
32 Files: ./src/de.rs
33 Copyright: 2017 Serde Developers
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/fragment.rs
40 Copyright: 2017 Serde Developers
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/internals/ast.rs
47 Copyright: 2017 Serde Developers
48 License: UNKNOWN-LICENSE; FIXME (overlay)
49 Comment:
50 FIXME (overlay): These notices are extracted from files. Please review them
51 before uploading to the archive.
52
53 Files: ./src/internals/attr.rs
54 Copyright: 2017 Serde Developers
55 License: UNKNOWN-LICENSE; FIXME (overlay)
56 Comment:
57 FIXME (overlay): These notices are extracted from files. Please review them
58 before uploading to the archive.
59
60 Files: ./src/internals/case.rs
61 Copyright: 2017 Serde Developers
62 License: UNKNOWN-LICENSE; FIXME (overlay)
63 Comment:
64 FIXME (overlay): These notices are extracted from files. Please review them
65 before uploading to the archive.
66
67 Files: ./src/internals/check.rs
68 Copyright: 2017 Serde Developers
69 License: UNKNOWN-LICENSE; FIXME (overlay)
70 Comment:
71 FIXME (overlay): These notices are extracted from files. Please review them
72 before uploading to the archive.
73
74 Files: ./src/internals/ctxt.rs
75 Copyright: 2017 Serde Developers
76 License: UNKNOWN-LICENSE; FIXME (overlay)
77 Comment:
78 FIXME (overlay): These notices are extracted from files. Please review them
79 before uploading to the archive.
80
81 Files: ./src/internals/mod.rs
82 Copyright: 2017 Serde Developers
83 License: UNKNOWN-LICENSE; FIXME (overlay)
84 Comment:
85 FIXME (overlay): These notices are extracted from files. Please review them
86 before uploading to the archive.
87
88 Files: ./src/lib.rs
89 Copyright: 2017 Serde Developers
90 License: UNKNOWN-LICENSE; FIXME (overlay)
91 Comment:
92 FIXME (overlay): These notices are extracted from files. Please review them
93 before uploading to the archive.
94
95 Files: ./src/ser.rs
96 Copyright: 2017 Serde Developers
97 License: UNKNOWN-LICENSE; FIXME (overlay)
98 Comment:
99 FIXME (overlay): These notices are extracted from files. Please review them
100 before uploading to the archive.
101
102 Files: debian/*
103 Copyright:
104 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
105 2018 FIXME (overlay) Your Name <Your Email>
106 License: MIT or Apache-2.0
107
108 License: Apache-2.0
109 Debian systems provide the Apache 2.0 license in
110 /usr/share/common-licenses/Apache-2.0
111
112 License: MIT
113 Permission is hereby granted, free of charge, to any person obtaining a copy
114 of this software and associated documentation files (the "Software"), to deal
115 in the Software without restriction, including without limitation the rights
116 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
117 copies of the Software, and to permit persons to whom the Software is
118 furnished to do so, subject to the following conditions:
119 .
120 The above copyright notice and this permission notice shall be included in all
121 copies or substantial portions of the Software.
122 .
123 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
124 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
125 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
126 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
127 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
128 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
129 SOFTWARE.