Codebase list rust-stfu8 / b79911d
Package cfg-if, quote, shell-escape, slab, vec-map, winapi-build Ximin Luo 5 years ago
24 changed file(s) with 617 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-cfg-if (0.1.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package cfg-if 0.1.4 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:47:14 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: cfg-if
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Source: https://github.com/alexcrichton/cfg-if
4
5 Files: *
6 Copyright: 2014-2018 Alex Crichton <alex@alexcrichton.com>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Ximin Luo <infinity0@debian.org>
12 License: MIT or Apache-2.0
13
14 License: Apache-2.0
15 Debian systems provide the Apache 2.0 license in
16 /usr/share/common-licenses/Apache-2.0
17
18 License: MIT
19 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal
21 in the Software without restriction, including without limitation the rights
22 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 copies of the Software, and to permit persons to whom the Software is
24 furnished to do so, subject to the following conditions:
25 .
26 The above copyright notice and this permission notice shall be included in all
27 copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: cfg-if
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Source: https://github.com/alexcrichton/cfg-if
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Alex Crichton <alex@alexcrichton.com>
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: 2014 Alex Crichton
16 License: UNKNOWN; 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: debian/*
22 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 FIXME (overlay) Your Name <Your Email>
24 License: MIT or Apache-2.0
25
26 License: Apache-2.0
27 Debian systems provide the Apache 2.0 license in
28 /usr/share/common-licenses/Apache-2.0
29
30 License: MIT
31 Permission is hereby granted, free of charge, to any person obtaining a copy
32 of this software and associated documentation files (the "Software"), to deal
33 in the Software without restriction, including without limitation the rights
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 copies of the Software, and to permit persons to whom the Software is
36 furnished to do so, subject to the following conditions:
37 .
38 The above copyright notice and this permission notice shall be included in all
39 copies or substantial portions of the Software.
40 .
41 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47 SOFTWARE.
48
49
50
0 rust-quote (0.6.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package quote 0.6.3 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:46:29 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: quote
2 Upstream-Contact: David Tolnay <dtolnay@gmail.com>
3 Source: https://github.com/dtolnay/quote
4
5 Files: *
6 Copyright: 2016-2018 David Tolnay <dtolnay@gmail.com>
7 2016 The Rust Project Developers
8 License: MIT or Apache-2.0
9
10 Files: debian/*
11 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Ximin Luo <infinity0@debian.org>
13 License: MIT or Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: quote
2 Upstream-Contact: David Tolnay <dtolnay@gmail.com>
3 Source: https://github.com/dtolnay/quote
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN David Tolnay <dtolnay@gmail.com>
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: 2016 The Rust Project Developers
16 License: UNKNOWN; 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: debian/*
22 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 FIXME (overlay) Your Name <Your Email>
24 License: MIT or Apache-2.0
25
26 License: Apache-2.0
27 Debian systems provide the Apache 2.0 license in
28 /usr/share/common-licenses/Apache-2.0
29
30 License: MIT
31 Permission is hereby granted, free of charge, to any person obtaining a copy
32 of this software and associated documentation files (the "Software"), to deal
33 in the Software without restriction, including without limitation the rights
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 copies of the Software, and to permit persons to whom the Software is
36 furnished to do so, subject to the following conditions:
37 .
38 The above copyright notice and this permission notice shall be included in all
39 copies or substantial portions of the Software.
40 .
41 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47 SOFTWARE.
48
49
50
0 rust-shell-escape (0.1.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package shell-escape 0.1.4 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:46:42 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: shell-escape
2 Upstream-Contact: Steven Fackler <sfackler@gmail.com>
3 Source: https://github.com/sfackler/shell-escape
4
5 Files: *
6 Copyright: 2014-2018 Steven Fackler <sfackler@gmail.com>
7 2014-2018 The Rust Project Developers
8 License: MIT or Apache-2.0
9
10 Files: debian/*
11 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Ximin Luo <infinity0@debian.org>
13 License: MIT or Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: shell-escape
2 Upstream-Contact: Steven Fackler <sfackler@gmail.com>
3 Source: https://github.com/sfackler/shell-escape
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Steven Fackler <sfackler@gmail.com>
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: 2014 The Rust Project Developers
16 License: UNKNOWN; 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/lib.rs
22 Copyright: 2015 The Rust Project Developers
23 License: UNKNOWN; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: debian/*
29 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018 FIXME (overlay) Your Name <Your Email>
31 License: MIT or Apache-2.0
32
33 License: Apache-2.0
34 Debian systems provide the Apache 2.0 license in
35 /usr/share/common-licenses/Apache-2.0
36
37 License: MIT
38 Permission is hereby granted, free of charge, to any person obtaining a copy
39 of this software and associated documentation files (the "Software"), to deal
40 in the Software without restriction, including without limitation the rights
41 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42 copies of the Software, and to permit persons to whom the Software is
43 furnished to do so, subject to the following conditions:
44 .
45 The above copyright notice and this permission notice shall be included in all
46 copies or substantial portions of the Software.
47 .
48 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54 SOFTWARE.
55
56
57
0 rust-slab (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package slab 0.4.0 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:46:43 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: slab
2 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/carllerche/slab
4
5 Files: *
6 Copyright: 2017 Carl Lerche <me@carllerche.com>
7 License: MIT
8
9 Files: debian/*
10 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Ximin Luo <infinity0@debian.org>
12 License: MIT
13
14 License: MIT
15 Permission is hereby granted, free of charge, to any person obtaining a copy
16 of this software and associated documentation files (the "Software"), to deal
17 in the Software without restriction, including without limitation the rights
18 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19 copies of the Software, and to permit persons to whom the Software is
20 furnished to do so, subject to the following conditions:
21 .
22 The above copyright notice and this permission notice shall be included in all
23 copies or substantial portions of the Software.
24 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: slab
2 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/carllerche/slab
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Carl Lerche <me@carllerche.com>
7 License: MIT
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-APACHE
15 Copyright: 2017 Carl Lerche
16 License: UNKNOWN; 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: ./LICENSE-MIT
22 Copyright: 2017 Carl Lerche
23 License: UNKNOWN; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: debian/*
29 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018 FIXME (overlay) Your Name <Your Email>
31 License: MIT
32
33 License: MIT
34 Permission is hereby granted, free of charge, to any person obtaining a copy
35 of this software and associated documentation files (the "Software"), to deal
36 in the Software without restriction, including without limitation the rights
37 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
38 copies of the Software, and to permit persons to whom the Software is
39 furnished to do so, subject to the following conditions:
40 .
41 The above copyright notice and this permission notice shall be included in all
42 copies or substantial portions of the Software.
43 .
44 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
49 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
50 SOFTWARE.
51
52
53
0 rust-vec-map (0.8.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package vec_map 0.8.1 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:46:54 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: vec_map
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>, Jorge Aparicio <japaricious@gmail.com>, The Rust Project Developers
3 Source: https://github.com/contain-rs/vec-map
4
5 Files: *
6 Copyright: 2012-2018 Alex Crichton <alex@alexcrichton.com>
7 2012-2018 Jorge Aparicio <japaricious@gmail.com>
8 2012-2018 The Rust Project Developers
9 License: MIT or Apache-2.0
10
11 Files: debian/*
12 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2018 Ximin Luo <infinity0@debian.org>
14 License: MIT or Apache-2.0
15
16 License: Apache-2.0
17 Debian systems provide the Apache 2.0 license in
18 /usr/share/common-licenses/Apache-2.0
19
20 License: MIT
21 Permission is hereby granted, free of charge, to any person obtaining a copy
22 of this software and associated documentation files (the "Software"), to deal
23 in the Software without restriction, including without limitation the rights
24 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25 copies of the Software, and to permit persons to whom the Software is
26 furnished to do so, subject to the following conditions:
27 .
28 The above copyright notice and this permission notice shall be included in all
29 copies or substantial portions of the Software.
30 .
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: vec_map
2 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Jorge Aparicio <japaricious@gmail.com>
4 Alexis Beingessner <a.beingessner@gmail.com>
5 Brian Anderson <>
6 tbu- <>
7 Manish Goregaokar <>
8 Aaron Turon <aturon@mozilla.com>
9 Adolfo Ochagavía <>
10 Niko Matsakis <>
11 Steven Fackler <>
12 Chase Southwood <csouth3@illinois.edu>
13 Eduard Burtescu <>
14 Florian Wilkens <>
15 Félix Raimundo <>
16 Tibor Benke <>
17 Markus Siemens <markus@m-siemens.de>
18 Josh Branchaud <jbranchaud@gmail.com>
19 Huon Wilson <dbau.pp@gmail.com>
20 Corey Farwell <coref@rwell.org>
21 Aaron Liblong <>
22 Nick Cameron <nrc@ncameron.org>
23 Patrick Walton <pcwalton@mimiga.net>
24 Felix S Klock II <>
25 Andrew Paseltiner <apaseltiner@gmail.com>
26 Sean McArthur <sean.monstar@gmail.com>
27 Vadim Petrochenkov <>
28 Source: https://github.com/contain-rs/vec-map
29
30 Files: *
31 Copyright: FIXME (overlay) UNKNOWN Alex Crichton <alex@alexcrichton.com>
32 FIXME (overlay) UNKNOWN Jorge Aparicio <japaricious@gmail.com>
33 FIXME (overlay) UNKNOWN Alexis Beingessner <a.beingessner@gmail.com>
34 FIXME (overlay) UNKNOWN Brian Anderson <>
35 FIXME (overlay) UNKNOWN tbu- <>
36 FIXME (overlay) UNKNOWN Manish Goregaokar <>
37 FIXME (overlay) UNKNOWN Aaron Turon <aturon@mozilla.com>
38 FIXME (overlay) UNKNOWN Adolfo Ochagavía <>
39 FIXME (overlay) UNKNOWN Niko Matsakis <>
40 FIXME (overlay) UNKNOWN Steven Fackler <>
41 FIXME (overlay) UNKNOWN Chase Southwood <csouth3@illinois.edu>
42 FIXME (overlay) UNKNOWN Eduard Burtescu <>
43 FIXME (overlay) UNKNOWN Florian Wilkens <>
44 FIXME (overlay) UNKNOWN Félix Raimundo <>
45 FIXME (overlay) UNKNOWN Tibor Benke <>
46 FIXME (overlay) UNKNOWN Markus Siemens <markus@m-siemens.de>
47 FIXME (overlay) UNKNOWN Josh Branchaud <jbranchaud@gmail.com>
48 FIXME (overlay) UNKNOWN Huon Wilson <dbau.pp@gmail.com>
49 FIXME (overlay) UNKNOWN Corey Farwell <coref@rwell.org>
50 FIXME (overlay) UNKNOWN Aaron Liblong <>
51 FIXME (overlay) UNKNOWN Nick Cameron <nrc@ncameron.org>
52 FIXME (overlay) UNKNOWN Patrick Walton <pcwalton@mimiga.net>
53 FIXME (overlay) UNKNOWN Felix S Klock II <>
54 FIXME (overlay) UNKNOWN Andrew Paseltiner <apaseltiner@gmail.com>
55 FIXME (overlay) UNKNOWN Sean McArthur <sean.monstar@gmail.com>
56 FIXME (overlay) UNKNOWN Vadim Petrochenkov <>
57 License: MIT or Apache-2.0
58 Comment:
59 FIXME (overlay): Since upstream copyright years are not available in
60 Cargo.toml, they were extracted from the upstream Git repository. This may not
61 be correct information so you should review and fix this before uploading to
62 the archive.
63
64 Files: ./LICENSE-MIT
65 Copyright: 2015 The Rust Project Developers
66 License: UNKNOWN; FIXME (overlay)
67 Comment:
68 FIXME (overlay): These notices are extracted from files. Please review them
69 before uploading to the archive.
70
71 Files: ./src/lib.rs
72 Copyright: 2012-2018 The Rust Project Developers
73 License: UNKNOWN; FIXME (overlay)
74 Comment:
75 FIXME (overlay): These notices are extracted from files. Please review them
76 before uploading to the archive.
77
78 Files: debian/*
79 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2018 FIXME (overlay) Your Name <Your Email>
81 License: MIT or Apache-2.0
82
83 License: Apache-2.0
84 Debian systems provide the Apache 2.0 license in
85 /usr/share/common-licenses/Apache-2.0
86
87 License: MIT
88 Permission is hereby granted, free of charge, to any person obtaining a copy
89 of this software and associated documentation files (the "Software"), to deal
90 in the Software without restriction, including without limitation the rights
91 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92 copies of the Software, and to permit persons to whom the Software is
93 furnished to do so, subject to the following conditions:
94 .
95 The above copyright notice and this permission notice shall be included in all
96 copies or substantial portions of the Software.
97 .
98 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104 SOFTWARE.
105
106
107
0 rust-winapi-build (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package winapi-build 0.1.1 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:46:57 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: winapi-build
2 Upstream-Contact: Peter Atashian <retep998@gmail.com>
3 Source: https://github.com/retep998/winapi-rs
4
5 Files: *
6 Copyright: 2015 Peter Atashian <retep998@gmail.com>
7 License: MIT
8
9 Files: debian/*
10 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Ximin Luo <infinity0@debian.org>
12 License: MIT
13
14 License: MIT
15 Permission is hereby granted, free of charge, to any person obtaining a copy
16 of this software and associated documentation files (the "Software"), to deal
17 in the Software without restriction, including without limitation the rights
18 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19 copies of the Software, and to permit persons to whom the Software is
20 furnished to do so, subject to the following conditions:
21 .
22 The above copyright notice and this permission notice shall be included in all
23 copies or substantial portions of the Software.
24 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: winapi-build
2 Upstream-Contact: Peter Atashian <retep998@gmail.com>
3 Source: https://github.com/retep998/winapi-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Peter Atashian <retep998@gmail.com>
7 License: MIT
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: ./src/lib.rs
15 Copyright: 2015, Peter Atashian
16 License: UNKNOWN; 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: debian/*
22 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 FIXME (overlay) Your Name <Your Email>
24 License: MIT
25
26 License: MIT
27 Permission is hereby granted, free of charge, to any person obtaining a copy
28 of this software and associated documentation files (the "Software"), to deal
29 in the Software without restriction, including without limitation the rights
30 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31 copies of the Software, and to permit persons to whom the Software is
32 furnished to do so, subject to the following conditions:
33 .
34 The above copyright notice and this permission notice shall be included in all
35 copies or substantial portions of the Software.
36 .
37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43 SOFTWARE.
44
45
46