Codebase list rust-libslirp / 9766bd3
Package unicode-normalization, unicode-width, unicode-xid, utf-8, utf8-ranges, winapi Ximin Luo 5 years ago
24 changed file(s) with 3055 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-unicode-normalization (0.1.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package unicode-normalization 0.1.7 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:10:52 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: unicode-normalization
2 Upstream-Contact: kwantam <kwantam@gmail.com>
3 Source: https://github.com/unicode-rs/unicode-normalization
4
5 Files: *
6 Copyright: 2012-2018 kwantam <kwantam@gmail.com>
7 2012-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: unicode-normalization
2 Upstream-Contact: kwantam <kwantam@gmail.com>
3 Source: https://github.com/unicode-rs/unicode-normalization
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN kwantam <kwantam@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: 2015 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: ./scripts/unicode.py
22 Copyright: 2012-2018 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: ./src/decompose.rs
29 Copyright: 2012-2015 The Rust Project Developers
30 License: UNKNOWN; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/lib.rs
36 Copyright: 2012-2015 The Rust Project Developers
37 License: UNKNOWN; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/normalization_tests.rs
43 Copyright: 2012-2018 The Rust Project Developers
44 License: UNKNOWN; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/normalize.rs
50 Copyright: 2012-2015 The Rust Project Developers
51 License: UNKNOWN; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/recompose.rs
57 Copyright: 2012-2015 The Rust Project Developers
58 License: UNKNOWN; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/tables.rs
64 Copyright: 2012-2018 The Rust Project Developers
65 License: UNKNOWN; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/test.rs
71 Copyright: 2012-2015 The Rust Project Developers
72 License: UNKNOWN; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: debian/*
78 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
79 2018 FIXME (overlay) Your Name <Your Email>
80 License: MIT or Apache-2.0
81
82 License: Apache-2.0
83 Debian systems provide the Apache 2.0 license in
84 /usr/share/common-licenses/Apache-2.0
85
86 License: MIT
87 Permission is hereby granted, free of charge, to any person obtaining a copy
88 of this software and associated documentation files (the "Software"), to deal
89 in the Software without restriction, including without limitation the rights
90 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
91 copies of the Software, and to permit persons to whom the Software is
92 furnished to do so, subject to the following conditions:
93 .
94 The above copyright notice and this permission notice shall be included in all
95 copies or substantial portions of the Software.
96 .
97 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
98 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
99 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
100 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
101 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
102 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
103 SOFTWARE.
104
105
106
0 rust-unicode-width (0.1.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package unicode-width 0.1.5 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:11:00 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: unicode-width
2 Upstream-Contact: kwantam <kwantam@gmail.com>
3 Source: https://github.com/unicode-rs/unicode-width
4
5 Files: *
6 Copyright: 2012-2018 kwantam <kwantam@gmail.com>
7 2012-2015 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: unicode-width
2 Upstream-Contact: kwantam <kwantam@gmail.com>
3 Source: https://github.com/unicode-rs/unicode-width
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN kwantam <kwantam@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: 2015 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: ./scripts/unicode.py
22 Copyright: 2012-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: ./src/lib.rs
29 Copyright: 2012-2015 The Rust Project Developers
30 License: UNKNOWN; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/tables.rs
36 Copyright: 2012-2015 The Rust Project Developers
37 License: UNKNOWN; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/tests.rs
43 Copyright: 2012-2015 The Rust Project Developers
44 License: UNKNOWN; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: debian/*
50 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
51 2018 FIXME (overlay) Your Name <Your Email>
52 License: MIT or Apache-2.0
53
54 License: Apache-2.0
55 Debian systems provide the Apache 2.0 license in
56 /usr/share/common-licenses/Apache-2.0
57
58 License: MIT
59 Permission is hereby granted, free of charge, to any person obtaining a copy
60 of this software and associated documentation files (the "Software"), to deal
61 in the Software without restriction, including without limitation the rights
62 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
63 copies of the Software, and to permit persons to whom the Software is
64 furnished to do so, subject to the following conditions:
65 .
66 The above copyright notice and this permission notice shall be included in all
67 copies or substantial portions of the Software.
68 .
69 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
72 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
73 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
74 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75 SOFTWARE.
76
77
78
0 rust-unicode-xid (0.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package unicode-xid 0.1.0 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:11:05 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: unicode-xid
2 Upstream-Contact: erick.tryzelaar <erick.tryzelaar@gmail.com>, kwantam <kwantam@gmail.com>
3 Source: https://github.com/unicode-rs/unicode-xid
4
5 Files: *
6 Copyright: 2012-2018 erick.tryzelaar <erick.tryzelaar@gmail.com>
7 2012-2018 kwantam <kwantam@gmail.com>
8 2012-2015 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: unicode-xid
2 Upstream-Contact: erick.tryzelaar <erick.tryzelaar@gmail.com>
3 kwantam <kwantam@gmail.com>
4 Source: https://github.com/unicode-rs/unicode-xid
5
6 Files: *
7 Copyright: FIXME (overlay) UNKNOWN erick.tryzelaar <erick.tryzelaar@gmail.com>
8 FIXME (overlay) UNKNOWN kwantam <kwantam@gmail.com>
9 License: MIT or Apache-2.0
10 Comment:
11 FIXME (overlay): Since upstream copyright years are not available in
12 Cargo.toml, they were extracted from the upstream Git repository. This may not
13 be correct information so you should review and fix this before uploading to
14 the archive.
15
16 Files: ./LICENSE-MIT
17 Copyright: 2015 The Rust Project Developers
18 License: UNKNOWN; FIXME (overlay)
19 Comment:
20 FIXME (overlay): These notices are extracted from files. Please review them
21 before uploading to the archive.
22
23 Files: ./scripts/unicode.py
24 Copyright: 2012-2015 The Rust Project Developers
25 License: UNKNOWN; 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: 2012-2015 The Rust Project Developers
32 License: UNKNOWN; FIXME (overlay)
33 Comment:
34 FIXME (overlay): These notices are extracted from files. Please review them
35 before uploading to the archive.
36
37 Files: ./src/tables.rs
38 Copyright: 2012-2015 The Rust Project Developers
39 License: UNKNOWN; FIXME (overlay)
40 Comment:
41 FIXME (overlay): These notices are extracted from files. Please review them
42 before uploading to the archive.
43
44 Files: ./src/tests.rs
45 Copyright: 2012-2015 The Rust Project Developers
46 License: UNKNOWN; FIXME (overlay)
47 Comment:
48 FIXME (overlay): These notices are extracted from files. Please review them
49 before uploading to the archive.
50
51 Files: debian/*
52 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
53 2018 FIXME (overlay) Your Name <Your Email>
54 License: MIT or Apache-2.0
55
56 License: Apache-2.0
57 Debian systems provide the Apache 2.0 license in
58 /usr/share/common-licenses/Apache-2.0
59
60 License: MIT
61 Permission is hereby granted, free of charge, to any person obtaining a copy
62 of this software and associated documentation files (the "Software"), to deal
63 in the Software without restriction, including without limitation the rights
64 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65 copies of the Software, and to permit persons to whom the Software is
66 furnished to do so, subject to the following conditions:
67 .
68 The above copyright notice and this permission notice shall be included in all
69 copies or substantial portions of the Software.
70 .
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77 SOFTWARE.
78
79
80
0 rust-utf-8 (0.7.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package utf-8 0.7.2 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:11:09 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: utf-8
2 Upstream-Contact: Simon Sapin <simon.sapin@exyr.org>
3 Source: https://github.com/SimonSapin/rust-utf8
4
5 Files: *
6 Copyright: 2015-2018 Simon Sapin <simon.sapin@exyr.org>
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: utf-8
2 Upstream-Contact: Simon Sapin <simon.sapin@exyr.org>
3 Source: https://github.com/SimonSapin/rust-utf8
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Simon Sapin <simon.sapin@exyr.org>
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: debian/*
15 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 FIXME (overlay) Your Name <Your Email>
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.
41
42
43
0 rust-utf8-ranges (1.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package utf8-ranges 1.0.0 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:11:15 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: utf8-ranges
2 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/utf8-ranges
4
5 Files: *
6 Copyright: 2015-2018 Andrew Gallant <jamslam@gmail.com>
7 License: Unlicense or 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: Unlicense or 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.
32
33 License: Unlicense
34 This is free and unencumbered software released into the public domain.
35 .
36 Anyone is free to copy, modify, publish, use, compile, sell, or
37 distribute this software, either in source code form or as a compiled
38 binary, for any purpose, commercial or non-commercial, and by any
39 means.
40 .
41 In jurisdictions that recognize copyright laws, the author or authors
42 of this software dedicate any and all copyright interest in the
43 software to the public domain. We make this dedication for the benefit
44 of the public at large and to the detriment of our heirs and
45 successors. We intend this dedication to be an overt act of
46 relinquishment in perpetuity of all present and future rights to this
47 software under copyright law.
48 .
49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
50 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
52 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
53 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
54 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
55 OTHER DEALINGS IN THE SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: utf8-ranges
2 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/utf8-ranges
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Andrew Gallant <jamslam@gmail.com>
7 License: Unlicense or 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-MIT
15 Copyright: 2015 Andrew Gallant
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: Unlicense or 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 License: Unlicense
46 This is free and unencumbered software released into the public domain.
47 .
48 Anyone is free to copy, modify, publish, use, compile, sell, or
49 distribute this software, either in source code form or as a compiled
50 binary, for any purpose, commercial or non-commercial, and by any
51 means.
52 .
53 In jurisdictions that recognize copyright laws, the author or authors
54 of this software dedicate any and all copyright interest in the
55 software to the public domain. We make this dedication for the benefit
56 of the public at large and to the detriment of our heirs and
57 successors. We intend this dedication to be an overt act of
58 relinquishment in perpetuity of all present and future rights to this
59 software under copyright law.
60 .
61 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
62 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
64 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
65 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
66 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
67 OTHER DEALINGS IN THE SOFTWARE.
68
69
70
0 rust-winapi (0.3.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package winapi 0.3.5 from crates.io using debcargo 2.1.2
3
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 02:11:28 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: winapi
2 Upstream-Contact: Peter Atashian <retep998@gmail.com>
3 Source: https://github.com/retep998/winapi-rs
4
5 Files: *
6 Copyright: 2015-2018 Peter Atashian <retep998@gmail.com>
7 2015-2018 The winapi-rs 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: winapi
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 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: 2015 The winapi-rs 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: ./build.rs
22 Copyright: 2016-2018 winapi-rs 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: ./src/lib.rs
29 Copyright: 2016-2017 winapi-rs developers
30 License: UNKNOWN; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/macros.rs
36 Copyright: 2015-2017 winapi-rs developers
37 License: UNKNOWN; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/shared/basetsd.rs
43 Copyright: 2016-2017 winapi-rs developers
44 License: UNKNOWN; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/shared/bcrypt.rs
50 Copyright: 2016-2017 winapi-rs developers
51 License: UNKNOWN; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/shared/bugcodes.rs
57 Copyright: 2017 winapi-rs developers
58 License: UNKNOWN; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/shared/cderr.rs
64 Copyright: 2016-2017 winapi-rs developers
65 License: UNKNOWN; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/shared/cfg.rs
71 Copyright: 2015-2017 winapi-rs developers
72 License: UNKNOWN; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/shared/d3d9.rs
78 Copyright: 2015-2017 winapi-rs developers
79 License: UNKNOWN; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/shared/d3d9caps.rs
85 Copyright: 2016-2017 winapi-rs developers
86 License: UNKNOWN; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/shared/d3d9types.rs
92 Copyright: 2016-2017 winapi-rs developers
93 License: UNKNOWN; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/shared/dcomptypes.rs
99 Copyright: 2017 winapi-rs developers
100 License: UNKNOWN; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/shared/devguid.rs
106 Copyright: 2016-2017 winapi-rs developers
107 License: UNKNOWN; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/shared/devpkey.rs
113 Copyright: 2016-2017 winapi-rs developers
114 License: UNKNOWN; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/shared/devpropdef.rs
120 Copyright: 2015-2017 winapi-rs developers
121 License: UNKNOWN; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./src/shared/dinputd.rs
127 Copyright: 2017 winapi-rs developers
128 License: UNKNOWN; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/shared/dxgi.rs
134 Copyright: 2015-2017 winapi-rs developers
135 License: UNKNOWN; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./src/shared/dxgi1_2.rs
141 Copyright: 2015-2017 winapi-rs developers
142 License: UNKNOWN; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./src/shared/dxgi1_3.rs
148 Copyright: 2015-2017 winapi-rs developers
149 License: UNKNOWN; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./src/shared/dxgi1_4.rs
155 Copyright: 2015-2017 winapi-rs developers
156 License: UNKNOWN; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./src/shared/dxgi1_5.rs
162 Copyright: 2017 winapi-rs developers
163 License: UNKNOWN; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: ./src/shared/dxgi1_6.rs
169 Copyright: 2017 winapi-rs developers
170 License: UNKNOWN; FIXME (overlay)
171 Comment:
172 FIXME (overlay): These notices are extracted from files. Please review them
173 before uploading to the archive.
174
175 Files: ./src/shared/dxgiformat.rs
176 Copyright: 2015-2017 winapi-rs developers
177 License: UNKNOWN; FIXME (overlay)
178 Comment:
179 FIXME (overlay): These notices are extracted from files. Please review them
180 before uploading to the archive.
181
182 Files: ./src/shared/dxgitype.rs
183 Copyright: 2015-2017 winapi-rs developers
184 License: UNKNOWN; FIXME (overlay)
185 Comment:
186 FIXME (overlay): These notices are extracted from files. Please review them
187 before uploading to the archive.
188
189 Files: ./src/shared/evntprov.rs
190 Copyright: 2017 winapi-rs developers
191 License: UNKNOWN; FIXME (overlay)
192 Comment:
193 FIXME (overlay): These notices are extracted from files. Please review them
194 before uploading to the archive.
195
196 Files: ./src/shared/evntrace.rs
197 Copyright: 2017 winapi-rs developers
198 License: UNKNOWN; FIXME (overlay)
199 Comment:
200 FIXME (overlay): These notices are extracted from files. Please review them
201 before uploading to the archive.
202
203 Files: ./src/shared/guiddef.rs
204 Copyright: 2016-2017 winapi-rs developers
205 License: UNKNOWN; FIXME (overlay)
206 Comment:
207 FIXME (overlay): These notices are extracted from files. Please review them
208 before uploading to the archive.
209
210 Files: ./src/shared/hidclass.rs
211 Copyright: 2015-2017 winapi-rs developers
212 License: UNKNOWN; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./src/shared/hidpi.rs
218 Copyright: 2015-2017 winapi-rs developers
219 License: UNKNOWN; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./src/shared/hidsdi.rs
225 Copyright: 2015-2017 winapi-rs developers
226 License: UNKNOWN; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./src/shared/hidusage.rs
232 Copyright: 2015-2017 winapi-rs developers
233 License: UNKNOWN; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: ./src/shared/in6addr.rs
239 Copyright: 2015-2017 winapi-rs developers
240 License: UNKNOWN; FIXME (overlay)
241 Comment:
242 FIXME (overlay): These notices are extracted from files. Please review them
243 before uploading to the archive.
244
245 Files: ./src/shared/inaddr.rs
246 Copyright: 2015-2017 winapi-rs developers
247 License: UNKNOWN; FIXME (overlay)
248 Comment:
249 FIXME (overlay): These notices are extracted from files. Please review them
250 before uploading to the archive.
251
252 Files: ./src/shared/intsafe.rs
253 Copyright: 2017 winapi-rs developers
254 License: UNKNOWN; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
259 Files: ./src/shared/ksmedia.rs
260 Copyright: 2015-2017 winapi-rs developers
261 License: UNKNOWN; FIXME (overlay)
262 Comment:
263 FIXME (overlay): These notices are extracted from files. Please review them
264 before uploading to the archive.
265
266 Files: ./src/shared/ktmtypes.rs
267 Copyright: 2016-2017 winapi-rs developers
268 License: UNKNOWN; FIXME (overlay)
269 Comment:
270 FIXME (overlay): These notices are extracted from files. Please review them
271 before uploading to the archive.
272
273 Files: ./src/shared/lmcons.rs
274 Copyright: 2015-2017 winapi-rs developers
275 License: UNKNOWN; FIXME (overlay)
276 Comment:
277 FIXME (overlay): These notices are extracted from files. Please review them
278 before uploading to the archive.
279
280 Files: ./src/shared/minwindef.rs
281 Copyright: 2016-2017 winapi-rs developers
282 License: UNKNOWN; FIXME (overlay)
283 Comment:
284 FIXME (overlay): These notices are extracted from files. Please review them
285 before uploading to the archive.
286
287 Files: ./src/shared/mmreg.rs
288 Copyright: 2015-2017 winapi-rs developers
289 License: UNKNOWN; FIXME (overlay)
290 Comment:
291 FIXME (overlay): These notices are extracted from files. Please review them
292 before uploading to the archive.
293
294 Files: ./src/shared/mod.rs
295 Copyright: 2016-2017 winapi-rs developers
296 License: UNKNOWN; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./src/shared/mstcpip.rs
302 Copyright: 2015-2017 winapi-rs developers
303 License: UNKNOWN; FIXME (overlay)
304 Comment:
305 FIXME (overlay): These notices are extracted from files. Please review them
306 before uploading to the archive.
307
308 Files: ./src/shared/ntddscsi.rs
309 Copyright: 2016-2017 winapi-rs developers
310 License: UNKNOWN; FIXME (overlay)
311 Comment:
312 FIXME (overlay): These notices are extracted from files. Please review them
313 before uploading to the archive.
314
315 Files: ./src/shared/ntddser.rs
316 Copyright: 2016-2017 winapi-rs developers
317 License: UNKNOWN; FIXME (overlay)
318 Comment:
319 FIXME (overlay): These notices are extracted from files. Please review them
320 before uploading to the archive.
321
322 Files: ./src/shared/ntdef.rs
323 Copyright: 2016-2017 winapi-rs developers
324 License: UNKNOWN; FIXME (overlay)
325 Comment:
326 FIXME (overlay): These notices are extracted from files. Please review them
327 before uploading to the archive.
328
329 Files: ./src/shared/ntstatus.rs
330 Copyright: 2016-2017 winapi-rs developers
331 License: UNKNOWN; FIXME (overlay)
332 Comment:
333 FIXME (overlay): These notices are extracted from files. Please review them
334 before uploading to the archive.
335
336 Files: ./src/shared/qos.rs
337 Copyright: 2015-2017 winapi-rs developers
338 License: UNKNOWN; FIXME (overlay)
339 Comment:
340 FIXME (overlay): These notices are extracted from files. Please review them
341 before uploading to the archive.
342
343 Files: ./src/shared/rpc.rs
344 Copyright: 2015-2017 winapi-rs developers
345 License: UNKNOWN; FIXME (overlay)
346 Comment:
347 FIXME (overlay): These notices are extracted from files. Please review them
348 before uploading to the archive.
349
350 Files: ./src/shared/rpcdce.rs
351 Copyright: 2015-2017 winapi-rs developers
352 License: UNKNOWN; FIXME (overlay)
353 Comment:
354 FIXME (overlay): These notices are extracted from files. Please review them
355 before uploading to the archive.
356
357 Files: ./src/shared/rpcndr.rs
358 Copyright: 2016-2017 winapi-rs developers
359 License: UNKNOWN; FIXME (overlay)
360 Comment:
361 FIXME (overlay): These notices are extracted from files. Please review them
362 before uploading to the archive.
363
364 Files: ./src/shared/sddl.rs
365 Copyright: 2017 winapi-rs developers
366 License: UNKNOWN; FIXME (overlay)
367 Comment:
368 FIXME (overlay): These notices are extracted from files. Please review them
369 before uploading to the archive.
370
371 Files: ./src/shared/sspi.rs
372 Copyright: 2016-2017 winapi-rs developers
373 License: UNKNOWN; FIXME (overlay)
374 Comment:
375 FIXME (overlay): These notices are extracted from files. Please review them
376 before uploading to the archive.
377
378 Files: ./src/shared/stralign.rs
379 Copyright: 2017 winapi-rs developers
380 License: UNKNOWN; FIXME (overlay)
381 Comment:
382 FIXME (overlay): These notices are extracted from files. Please review them
383 before uploading to the archive.
384
385 Files: ./src/shared/transportsettingcommon.rs
386 Copyright: 2018 winapi-rs developers
387 License: UNKNOWN; FIXME (overlay)
388 Comment:
389 FIXME (overlay): These notices are extracted from files. Please review them
390 before uploading to the archive.
391
392 Files: ./src/shared/tvout.rs
393 Copyright: 2018 winapi-rs developers
394 License: UNKNOWN; FIXME (overlay)
395 Comment:
396 FIXME (overlay): These notices are extracted from files. Please review them
397 before uploading to the archive.
398
399 Files: ./src/shared/usb.rs
400 Copyright: 2016-2017 winapi-rs developers
401 License: UNKNOWN; FIXME (overlay)
402 Comment:
403 FIXME (overlay): These notices are extracted from files. Please review them
404 before uploading to the archive.
405
406 Files: ./src/shared/usbiodef.rs
407 Copyright: 2016 winapi-rs developers
408 License: UNKNOWN; FIXME (overlay)
409 Comment:
410 FIXME (overlay): These notices are extracted from files. Please review them
411 before uploading to the archive.
412
413 Files: ./src/shared/usbspec.rs
414 Copyright: 2016-2017 winapi-rs developers
415 License: UNKNOWN; FIXME (overlay)
416 Comment:
417 FIXME (overlay): These notices are extracted from files. Please review them
418 before uploading to the archive.
419
420 Files: ./src/shared/windef.rs
421 Copyright: 2016-2017 winapi-rs developers
422 License: UNKNOWN; FIXME (overlay)
423 Comment:
424 FIXME (overlay): These notices are extracted from files. Please review them
425 before uploading to the archive.
426
427 Files: ./src/shared/windowsx.rs
428 Copyright: 2015-2017 winapi-rs developers
429 License: UNKNOWN; FIXME (overlay)
430 Comment:
431 FIXME (overlay): These notices are extracted from files. Please review them
432 before uploading to the archive.
433
434 Files: ./src/shared/winerror.rs
435 Copyright: 2015-2017 winapi-rs developers
436 License: UNKNOWN; FIXME (overlay)
437 Comment:
438 FIXME (overlay): These notices are extracted from files. Please review them
439 before uploading to the archive.
440
441 Files: ./src/shared/winusbio.rs
442 Copyright: 2016-2017 winapi-rs developers
443 License: UNKNOWN; FIXME (overlay)
444 Comment:
445 FIXME (overlay): These notices are extracted from files. Please review them
446 before uploading to the archive.
447
448 Files: ./src/shared/wmistr.rs
449 Copyright: 2017 winapi-rs developers
450 License: UNKNOWN; FIXME (overlay)
451 Comment:
452 FIXME (overlay): These notices are extracted from files. Please review them
453 before uploading to the archive.
454
455 Files: ./src/shared/wnnc.rs
456 Copyright: 2015-2017 winapi-rs developers
457 License: UNKNOWN; FIXME (overlay)
458 Comment:
459 FIXME (overlay): These notices are extracted from files. Please review them
460 before uploading to the archive.
461
462 Files: ./src/shared/ws2def.rs
463 Copyright: 2015-2017 winapi-rs developers
464 License: UNKNOWN; FIXME (overlay)
465 Comment:
466 FIXME (overlay): These notices are extracted from files. Please review them
467 before uploading to the archive.
468
469 Files: ./src/shared/ws2ipdef.rs
470 Copyright: 2015-2017 winapi-rs developers
471 License: UNKNOWN; FIXME (overlay)
472 Comment:
473 FIXME (overlay): These notices are extracted from files. Please review them
474 before uploading to the archive.
475
476 Files: ./src/shared/wtypes.rs
477 Copyright: 2015-2017 winapi-rs developers
478 License: UNKNOWN; FIXME (overlay)
479 Comment:
480 FIXME (overlay): These notices are extracted from files. Please review them
481 before uploading to the archive.
482
483 Files: ./src/shared/wtypesbase.rs
484 Copyright: 2016-2017 winapi-rs developers
485 License: UNKNOWN; FIXME (overlay)
486 Comment:
487 FIXME (overlay): These notices are extracted from files. Please review them
488 before uploading to the archive.
489
490 Files: ./src/um/accctrl.rs
491 Copyright: 2017 winapi-rs developers
492 License: UNKNOWN; FIXME (overlay)
493 Comment:
494 FIXME (overlay): These notices are extracted from files. Please review them
495 before uploading to the archive.
496
497 Files: ./src/um/aclapi.rs
498 Copyright: 2017 winapi-rs developers
499 License: UNKNOWN; FIXME (overlay)
500 Comment:
501 FIXME (overlay): These notices are extracted from files. Please review them
502 before uploading to the archive.
503
504 Files: ./src/um/appmgmt.rs
505 Copyright: 2017 winapi-rs developers
506 License: UNKNOWN; FIXME (overlay)
507 Comment:
508 FIXME (overlay): These notices are extracted from files. Please review them
509 before uploading to the archive.
510
511 Files: ./src/um/audioclient.rs
512 Copyright: 2015-2017 winapi-rs developers
513 License: UNKNOWN; FIXME (overlay)
514 Comment:
515 FIXME (overlay): These notices are extracted from files. Please review them
516 before uploading to the archive.
517
518 Files: ./src/um/audiosessiontypes.rs
519 Copyright: 2015-2017 winapi-rs developers
520 License: UNKNOWN; FIXME (overlay)
521 Comment:
522 FIXME (overlay): These notices are extracted from files. Please review them
523 before uploading to the archive.
524
525 Files: ./src/um/avrt.rs
526 Copyright: 2016-2017 winapi-rs developers
527 License: UNKNOWN; FIXME (overlay)
528 Comment:
529 FIXME (overlay): These notices are extracted from files. Please review them
530 before uploading to the archive.
531
532 Files: ./src/um/bits.rs
533 Copyright: 2015-2017 winapi-rs developers
534 License: UNKNOWN; FIXME (overlay)
535 Comment:
536 FIXME (overlay): These notices are extracted from files. Please review them
537 before uploading to the archive.
538
539 Files: ./src/um/bits10_1.rs
540 Copyright: 2015-2017 winapi-rs developers
541 License: UNKNOWN; FIXME (overlay)
542 Comment:
543 FIXME (overlay): These notices are extracted from files. Please review them
544 before uploading to the archive.
545
546 Files: ./src/um/bits1_5.rs
547 Copyright: 2015-2017 winapi-rs developers
548 License: UNKNOWN; FIXME (overlay)
549 Comment:
550 FIXME (overlay): These notices are extracted from files. Please review them
551 before uploading to the archive.
552
553 Files: ./src/um/bits2_0.rs
554 Copyright: 2015-2017 winapi-rs developers
555 License: UNKNOWN; FIXME (overlay)
556 Comment:
557 FIXME (overlay): These notices are extracted from files. Please review them
558 before uploading to the archive.
559
560 Files: ./src/um/bits2_5.rs
561 Copyright: 2015-2017 winapi-rs developers
562 License: UNKNOWN; FIXME (overlay)
563 Comment:
564 FIXME (overlay): These notices are extracted from files. Please review them
565 before uploading to the archive.
566
567 Files: ./src/um/bits3_0.rs
568 Copyright: 2015-2017 winapi-rs developers
569 License: UNKNOWN; FIXME (overlay)
570 Comment:
571 FIXME (overlay): These notices are extracted from files. Please review them
572 before uploading to the archive.
573
574 Files: ./src/um/bits4_0.rs
575 Copyright: 2015-2017 winapi-rs developers
576 License: UNKNOWN; FIXME (overlay)
577 Comment:
578 FIXME (overlay): These notices are extracted from files. Please review them
579 before uploading to the archive.
580
581 Files: ./src/um/bits5_0.rs
582 Copyright: 2015-2017 winapi-rs developers
583 License: UNKNOWN; FIXME (overlay)
584 Comment:
585 FIXME (overlay): These notices are extracted from files. Please review them
586 before uploading to the archive.
587
588 Files: ./src/um/bitscfg.rs
589 Copyright: 2015-2017 winapi-rs developers
590 License: UNKNOWN; FIXME (overlay)
591 Comment:
592 FIXME (overlay): These notices are extracted from files. Please review them
593 before uploading to the archive.
594
595 Files: ./src/um/bitsmsg.rs
596 Copyright: 2015-2017 winapi-rs developers
597 License: UNKNOWN; FIXME (overlay)
598 Comment:
599 FIXME (overlay): These notices are extracted from files. Please review them
600 before uploading to the archive.
601
602 Files: ./src/um/cfgmgr32.rs
603 Copyright: 2015-2017 winapi-rs developers
604 License: UNKNOWN; FIXME (overlay)
605 Comment:
606 FIXME (overlay): These notices are extracted from files. Please review them
607 before uploading to the archive.
608
609 Files: ./src/um/cguid.rs
610 Copyright: 2016-2017 winapi-rs developers
611 License: UNKNOWN; FIXME (overlay)
612 Comment:
613 FIXME (overlay): These notices are extracted from files. Please review them
614 before uploading to the archive.
615
616 Files: ./src/um/combaseapi.rs
617 Copyright: 2016-2017 winapi-rs developers
618 License: UNKNOWN; FIXME (overlay)
619 Comment:
620 FIXME (overlay): These notices are extracted from files. Please review them
621 before uploading to the archive.
622
623 Files: ./src/um/coml2api.rs
624 Copyright: 2016 winapi-rs developers
625 License: UNKNOWN; FIXME (overlay)
626 Comment:
627 FIXME (overlay): These notices are extracted from files. Please review them
628 before uploading to the archive.
629
630 Files: ./src/um/commapi.rs
631 Copyright: 2016-2017 winapi-rs developers
632 License: UNKNOWN; FIXME (overlay)
633 Comment:
634 FIXME (overlay): These notices are extracted from files. Please review them
635 before uploading to the archive.
636
637 Files: ./src/um/commctrl.rs
638 Copyright: 2015-2017 winapi-rs developers
639 License: UNKNOWN; FIXME (overlay)
640 Comment:
641 FIXME (overlay): These notices are extracted from files. Please review them
642 before uploading to the archive.
643
644 Files: ./src/um/commdlg.rs
645 Copyright: 2015-2017 winapi-rs developers
646 License: UNKNOWN; FIXME (overlay)
647 Comment:
648 FIXME (overlay): These notices are extracted from files. Please review them
649 before uploading to the archive.
650
651 Files: ./src/um/commoncontrols.rs
652 Copyright: 2015-2017 winapi-rs developers
653 License: UNKNOWN; FIXME (overlay)
654 Comment:
655 FIXME (overlay): These notices are extracted from files. Please review them
656 before uploading to the archive.
657
658 Files: ./src/um/consoleapi.rs
659 Copyright: 2016-2017 winapi-rs developers
660 License: UNKNOWN; FIXME (overlay)
661 Comment:
662 FIXME (overlay): These notices are extracted from files. Please review them
663 before uploading to the archive.
664
665 Files: ./src/um/corsym.rs
666 Copyright: 2015-2017 winapi-rs developers
667 License: UNKNOWN; FIXME (overlay)
668 Comment:
669 FIXME (overlay): These notices are extracted from files. Please review them
670 before uploading to the archive.
671
672 Files: ./src/um/d2d1.rs
673 Copyright: 2015-2017 winapi-rs developers
674 License: UNKNOWN; FIXME (overlay)
675 Comment:
676 FIXME (overlay): These notices are extracted from files. Please review them
677 before uploading to the archive.
678
679 Files: ./src/um/d2d1_1.rs
680 Copyright: 2017 winapi-rs developers
681 License: UNKNOWN; FIXME (overlay)
682 Comment:
683 FIXME (overlay): These notices are extracted from files. Please review them
684 before uploading to the archive.
685
686 Files: ./src/um/d2d1_2.rs
687 Copyright: 2017 winapi-rs developers
688 License: UNKNOWN; FIXME (overlay)
689 Comment:
690 FIXME (overlay): These notices are extracted from files. Please review them
691 before uploading to the archive.
692
693 Files: ./src/um/d2d1_3.rs
694 Copyright: 2018 winapi-rs developers
695 License: UNKNOWN; FIXME (overlay)
696 Comment:
697 FIXME (overlay): These notices are extracted from files. Please review them
698 before uploading to the archive.
699
700 Files: ./src/um/d2d1effectauthor.rs
701 Copyright: 2017 winapi-rs developers
702 License: UNKNOWN; FIXME (overlay)
703 Comment:
704 FIXME (overlay): These notices are extracted from files. Please review them
705 before uploading to the archive.
706
707 Files: ./src/um/d2d1effects.rs
708 Copyright: 2017 winapi-rs developers
709 License: UNKNOWN; FIXME (overlay)
710 Comment:
711 FIXME (overlay): These notices are extracted from files. Please review them
712 before uploading to the archive.
713
714 Files: ./src/um/d2d1effects_1.rs
715 Copyright: 2017 winapi-rs developers
716 License: UNKNOWN; FIXME (overlay)
717 Comment:
718 FIXME (overlay): These notices are extracted from files. Please review them
719 before uploading to the archive.
720
721 Files: ./src/um/d2d1effects_2.rs
722 Copyright: 2017 winapi-rs developers
723 License: UNKNOWN; FIXME (overlay)
724 Comment:
725 FIXME (overlay): These notices are extracted from files. Please review them
726 before uploading to the archive.
727
728 Files: ./src/um/d2d1svg.rs
729 Copyright: 2018 winapi-rs developers
730 License: UNKNOWN; FIXME (overlay)
731 Comment:
732 FIXME (overlay): These notices are extracted from files. Please review them
733 before uploading to the archive.
734
735 Files: ./src/um/d2dbasetypes.rs
736 Copyright: 2015-2017 winapi-rs developers
737 License: UNKNOWN; FIXME (overlay)
738 Comment:
739 FIXME (overlay): These notices are extracted from files. Please review them
740 before uploading to the archive.
741
742 Files: ./src/um/d3d.rs
743 Copyright: 2017 winapi-rs developers
744 License: UNKNOWN; FIXME (overlay)
745 Comment:
746 FIXME (overlay): These notices are extracted from files. Please review them
747 before uploading to the archive.
748
749 Files: ./src/um/d3d10.rs
750 Copyright: 2016-2017 winapi-rs developers
751 License: UNKNOWN; FIXME (overlay)
752 Comment:
753 FIXME (overlay): These notices are extracted from files. Please review them
754 before uploading to the archive.
755
756 Files: ./src/um/d3d10_1.rs
757 Copyright: 2017 winapi-rs developers
758 License: UNKNOWN; FIXME (overlay)
759 Comment:
760 FIXME (overlay): These notices are extracted from files. Please review them
761 before uploading to the archive.
762
763 Files: ./src/um/d3d10_1shader.rs
764 Copyright: 2017 winapi-rs developers
765 License: UNKNOWN; FIXME (overlay)
766 Comment:
767 FIXME (overlay): These notices are extracted from files. Please review them
768 before uploading to the archive.
769
770 Files: ./src/um/d3d10effect.rs
771 Copyright: 2017 winapi-rs developers
772 License: UNKNOWN; FIXME (overlay)
773 Comment:
774 FIXME (overlay): These notices are extracted from files. Please review them
775 before uploading to the archive.
776
777 Files: ./src/um/d3d10misc.rs
778 Copyright: 2017 winapi-rs developers
779 License: UNKNOWN; FIXME (overlay)
780 Comment:
781 FIXME (overlay): These notices are extracted from files. Please review them
782 before uploading to the archive.
783
784 Files: ./src/um/d3d10sdklayers.rs
785 Copyright: 2017 winapi-rs developers
786 License: UNKNOWN; FIXME (overlay)
787 Comment:
788 FIXME (overlay): These notices are extracted from files. Please review them
789 before uploading to the archive.
790
791 Files: ./src/um/d3d10shader.rs
792 Copyright: 2016-2017 winapi-rs developers
793 License: UNKNOWN; FIXME (overlay)
794 Comment:
795 FIXME (overlay): These notices are extracted from files. Please review them
796 before uploading to the archive.
797
798 Files: ./src/um/d3d11.rs
799 Copyright: 2015-2017 winapi-rs developers
800 License: UNKNOWN; FIXME (overlay)
801 Comment:
802 FIXME (overlay): These notices are extracted from files. Please review them
803 before uploading to the archive.
804
805 Files: ./src/um/d3d11_1.rs
806 Copyright: 2017 winapi-rs developers
807 License: UNKNOWN; FIXME (overlay)
808 Comment:
809 FIXME (overlay): These notices are extracted from files. Please review them
810 before uploading to the archive.
811
812 Files: ./src/um/d3d11_2.rs
813 Copyright: 2017 winapi-rs developers
814 License: UNKNOWN; FIXME (overlay)
815 Comment:
816 FIXME (overlay): These notices are extracted from files. Please review them
817 before uploading to the archive.
818
819 Files: ./src/um/d3d11_3.rs
820 Copyright: 2017 winapi-rs developers
821 License: UNKNOWN; FIXME (overlay)
822 Comment:
823 FIXME (overlay): These notices are extracted from files. Please review them
824 before uploading to the archive.
825
826 Files: ./src/um/d3d11_4.rs
827 Copyright: 2017 winapi-rs developers
828 License: UNKNOWN; FIXME (overlay)
829 Comment:
830 FIXME (overlay): These notices are extracted from files. Please review them
831 before uploading to the archive.
832
833 Files: ./src/um/d3d11on12.rs
834 Copyright: 2017 winapi-rs developers
835 License: UNKNOWN; FIXME (overlay)
836 Comment:
837 FIXME (overlay): These notices are extracted from files. Please review them
838 before uploading to the archive.
839
840 Files: ./src/um/d3d11sdklayers.rs
841 Copyright: 2017 winapi-rs developers
842 License: UNKNOWN; FIXME (overlay)
843 Comment:
844 FIXME (overlay): These notices are extracted from files. Please review them
845 before uploading to the archive.
846
847 Files: ./src/um/d3d11shader.rs
848 Copyright: 2016-2017 winapi-rs developers
849 License: UNKNOWN; FIXME (overlay)
850 Comment:
851 FIXME (overlay): These notices are extracted from files. Please review them
852 before uploading to the archive.
853
854 Files: ./src/um/d3d12.rs
855 Copyright: 2015-2017 winapi-rs developers
856 License: UNKNOWN; FIXME (overlay)
857 Comment:
858 FIXME (overlay): These notices are extracted from files. Please review them
859 before uploading to the archive.
860
861 Files: ./src/um/d3d12sdklayers.rs
862 Copyright: 2015-2017 winapi-rs developers
863 License: UNKNOWN; FIXME (overlay)
864 Comment:
865 FIXME (overlay): These notices are extracted from files. Please review them
866 before uploading to the archive.
867
868 Files: ./src/um/d3d12shader.rs
869 Copyright: 2016-2017 winapi-rs developers
870 License: UNKNOWN; FIXME (overlay)
871 Comment:
872 FIXME (overlay): These notices are extracted from files. Please review them
873 before uploading to the archive.
874
875 Files: ./src/um/d3dcommon.rs
876 Copyright: 2015-2017 winapi-rs developers
877 License: UNKNOWN; FIXME (overlay)
878 Comment:
879 FIXME (overlay): These notices are extracted from files. Please review them
880 before uploading to the archive.
881
882 Files: ./src/um/d3dcompiler.rs
883 Copyright: 2016-2017 winapi-rs developers
884 License: UNKNOWN; FIXME (overlay)
885 Comment:
886 FIXME (overlay): These notices are extracted from files. Please review them
887 before uploading to the archive.
888
889 Files: ./src/um/d3dcsx.rs
890 Copyright: 2017 winapi-rs developers
891 License: UNKNOWN; FIXME (overlay)
892 Comment:
893 FIXME (overlay): These notices are extracted from files. Please review them
894 before uploading to the archive.
895
896 Files: ./src/um/d3dx10core.rs
897 Copyright: 2017 winapi-rs developers
898 License: UNKNOWN; FIXME (overlay)
899 Comment:
900 FIXME (overlay): These notices are extracted from files. Please review them
901 before uploading to the archive.
902
903 Files: ./src/um/d3dx10math.rs
904 Copyright: 2017 winapi-rs developers
905 License: UNKNOWN; FIXME (overlay)
906 Comment:
907 FIXME (overlay): These notices are extracted from files. Please review them
908 before uploading to the archive.
909
910 Files: ./src/um/d3dx10mesh.rs
911 Copyright: 2017 winapi-rs developers
912 License: UNKNOWN; FIXME (overlay)
913 Comment:
914 FIXME (overlay): These notices are extracted from files. Please review them
915 before uploading to the archive.
916
917 Files: ./src/um/datetimeapi.rs
918 Copyright: 2017 winapi-rs developers
919 License: UNKNOWN; FIXME (overlay)
920 Comment:
921 FIXME (overlay): These notices are extracted from files. Please review them
922 before uploading to the archive.
923
924 Files: ./src/um/davclnt.rs
925 Copyright: 2015-2017 winapi-rs developers
926 License: UNKNOWN; FIXME (overlay)
927 Comment:
928 FIXME (overlay): These notices are extracted from files. Please review them
929 before uploading to the archive.
930
931 Files: ./src/um/dbghelp.rs
932 Copyright: 2015-2017 winapi-rs developers
933 License: UNKNOWN; FIXME (overlay)
934 Comment:
935 FIXME (overlay): These notices are extracted from files. Please review them
936 before uploading to the archive.
937
938 Files: ./src/um/dcommon.rs
939 Copyright: 2015-2017 winapi-rs developers
940 License: UNKNOWN; FIXME (overlay)
941 Comment:
942 FIXME (overlay): These notices are extracted from files. Please review them
943 before uploading to the archive.
944
945 Files: ./src/um/dcomp.rs
946 Copyright: 2017 winapi-rs developers
947 License: UNKNOWN; FIXME (overlay)
948 Comment:
949 FIXME (overlay): These notices are extracted from files. Please review them
950 before uploading to the archive.
951
952 Files: ./src/um/dcompanimation.rs
953 Copyright: 2017 winapi-rs developers
954 License: UNKNOWN; FIXME (overlay)
955 Comment:
956 FIXME (overlay): These notices are extracted from files. Please review them
957 before uploading to the archive.
958
959 Files: ./src/um/dde.rs
960 Copyright: 2015-2017 winapi-rs developers
961 License: UNKNOWN; FIXME (overlay)
962 Comment:
963 FIXME (overlay): These notices are extracted from files. Please review them
964 before uploading to the archive.
965
966 Files: ./src/um/ddraw.rs
967 Copyright: 2017 winapi-rs developers
968 License: UNKNOWN; FIXME (overlay)
969 Comment:
970 FIXME (overlay): These notices are extracted from files. Please review them
971 before uploading to the archive.
972
973 Files: ./src/um/ddrawi.rs
974 Copyright: 2017 winapi-rs developers
975 License: UNKNOWN; FIXME (overlay)
976 Comment:
977 FIXME (overlay): These notices are extracted from files. Please review them
978 before uploading to the archive.
979
980 Files: ./src/um/ddrawint.rs
981 Copyright: 2017 winapi-rs developers
982 License: UNKNOWN; FIXME (overlay)
983 Comment:
984 FIXME (overlay): These notices are extracted from files. Please review them
985 before uploading to the archive.
986
987 Files: ./src/um/debugapi.rs
988 Copyright: 2017 winapi-rs developers
989 License: UNKNOWN; FIXME (overlay)
990 Comment:
991 FIXME (overlay): These notices are extracted from files. Please review them
992 before uploading to the archive.
993
994 Files: ./src/um/dinput.rs
995 Copyright: 2017 winapi-rs developers
996 License: UNKNOWN; FIXME (overlay)
997 Comment:
998 FIXME (overlay): These notices are extracted from files. Please review them
999 before uploading to the archive.
1000
1001 Files: ./src/um/dmksctl.rs
1002 Copyright: 2017 winapi-rs developers
1003 License: UNKNOWN; FIXME (overlay)
1004 Comment:
1005 FIXME (overlay): These notices are extracted from files. Please review them
1006 before uploading to the archive.
1007
1008 Files: ./src/um/dmusicc.rs
1009 Copyright: 2017 winapi-rs developers
1010 License: UNKNOWN; FIXME (overlay)
1011 Comment:
1012 FIXME (overlay): These notices are extracted from files. Please review them
1013 before uploading to the archive.
1014
1015 Files: ./src/um/docobj.rs
1016 Copyright: 2015-2017 winapi-rs developers
1017 License: UNKNOWN; FIXME (overlay)
1018 Comment:
1019 FIXME (overlay): These notices are extracted from files. Please review them
1020 before uploading to the archive.
1021
1022 Files: ./src/um/documenttarget.rs
1023 Copyright: 2017 winapi-rs developers
1024 License: UNKNOWN; FIXME (overlay)
1025 Comment:
1026 FIXME (overlay): These notices are extracted from files. Please review them
1027 before uploading to the archive.
1028
1029 Files: ./src/um/dpa_dsa.rs
1030 Copyright: 2015-2017 winapi-rs developers
1031 License: UNKNOWN; FIXME (overlay)
1032 Comment:
1033 FIXME (overlay): These notices are extracted from files. Please review them
1034 before uploading to the archive.
1035
1036 Files: ./src/um/dpapi.rs
1037 Copyright: 2015-2017 winapi-rs developers
1038 License: UNKNOWN; FIXME (overlay)
1039 Comment:
1040 FIXME (overlay): These notices are extracted from files. Please review them
1041 before uploading to the archive.
1042
1043 Files: ./src/um/dsgetdc.rs
1044 Copyright: 2015-2017 winapi-rs developers
1045 License: UNKNOWN; FIXME (overlay)
1046 Comment:
1047 FIXME (overlay): These notices are extracted from files. Please review them
1048 before uploading to the archive.
1049
1050 Files: ./src/um/dsound.rs
1051 Copyright: 2015-2017 winapi-rs developers
1052 License: UNKNOWN; FIXME (overlay)
1053 Comment:
1054 FIXME (overlay): These notices are extracted from files. Please review them
1055 before uploading to the archive.
1056
1057 Files: ./src/um/dsrole.rs
1058 Copyright: 2015-2017 winapi-rs developers
1059 License: UNKNOWN; FIXME (overlay)
1060 Comment:
1061 FIXME (overlay): These notices are extracted from files. Please review them
1062 before uploading to the archive.
1063
1064 Files: ./src/um/dvp.rs
1065 Copyright: 2017 winapi-rs developers
1066 License: UNKNOWN; FIXME (overlay)
1067 Comment:
1068 FIXME (overlay): These notices are extracted from files. Please review them
1069 before uploading to the archive.
1070
1071 Files: ./src/um/dwmapi.rs
1072 Copyright: 2015-2017 winapi-rs developers
1073 License: UNKNOWN; FIXME (overlay)
1074 Comment:
1075 FIXME (overlay): These notices are extracted from files. Please review them
1076 before uploading to the archive.
1077
1078 Files: ./src/um/dwrite.rs
1079 Copyright: 2015-2017 winapi-rs developers
1080 License: UNKNOWN; FIXME (overlay)
1081 Comment:
1082 FIXME (overlay): These notices are extracted from files. Please review them
1083 before uploading to the archive.
1084
1085 Files: ./src/um/dwrite_1.rs
1086 Copyright: 2017 winapi-rs developers
1087 License: UNKNOWN; FIXME (overlay)
1088 Comment:
1089 FIXME (overlay): These notices are extracted from files. Please review them
1090 before uploading to the archive.
1091
1092 Files: ./src/um/dwrite_2.rs
1093 Copyright: 2017 winapi-rs developers
1094 License: UNKNOWN; FIXME (overlay)
1095 Comment:
1096 FIXME (overlay): These notices are extracted from files. Please review them
1097 before uploading to the archive.
1098
1099 Files: ./src/um/dwrite_3.rs
1100 Copyright: 2017 winapi-rs developers
1101 License: UNKNOWN; FIXME (overlay)
1102 Comment:
1103 FIXME (overlay): These notices are extracted from files. Please review them
1104 before uploading to the archive.
1105
1106 Files: ./src/um/dxdiag.rs
1107 Copyright: 2017 winapi-rs developers
1108 License: UNKNOWN; FIXME (overlay)
1109 Comment:
1110 FIXME (overlay): These notices are extracted from files. Please review them
1111 before uploading to the archive.
1112
1113 Files: ./src/um/dxfile.rs
1114 Copyright: 2017 winapi-rs developers
1115 License: UNKNOWN; FIXME (overlay)
1116 Comment:
1117 FIXME (overlay): These notices are extracted from files. Please review them
1118 before uploading to the archive.
1119
1120 Files: ./src/um/dxgidebug.rs
1121 Copyright: 2017 winapi-rs developers
1122 License: UNKNOWN; FIXME (overlay)
1123 Comment:
1124 FIXME (overlay): These notices are extracted from files. Please review them
1125 before uploading to the archive.
1126
1127 Files: ./src/um/dxva2api.rs
1128 Copyright: 2015-2017 winapi-rs developers
1129 License: UNKNOWN; FIXME (overlay)
1130 Comment:
1131 FIXME (overlay): These notices are extracted from files. Please review them
1132 before uploading to the archive.
1133
1134 Files: ./src/um/dxvahd.rs
1135 Copyright: 2015-2017 winapi-rs developers
1136 License: UNKNOWN; FIXME (overlay)
1137 Comment:
1138 FIXME (overlay): These notices are extracted from files. Please review them
1139 before uploading to the archive.
1140
1141 Files: ./src/um/endpointvolume.rs
1142 Copyright: 2018 winapi-rs developers
1143 License: UNKNOWN; FIXME (overlay)
1144 Comment:
1145 FIXME (overlay): These notices are extracted from files. Please review them
1146 before uploading to the archive.
1147
1148 Files: ./src/um/errhandlingapi.rs
1149 Copyright: 2015-2017 winapi-rs developers
1150 License: UNKNOWN; FIXME (overlay)
1151 Comment:
1152 FIXME (overlay): These notices are extracted from files. Please review them
1153 before uploading to the archive.
1154
1155 Files: ./src/um/evntcons.rs
1156 Copyright: 2017 winapi-rs developers
1157 License: UNKNOWN; FIXME (overlay)
1158 Comment:
1159 FIXME (overlay): These notices are extracted from files. Please review them
1160 before uploading to the archive.
1161
1162 Files: ./src/um/fibersapi.rs
1163 Copyright: 2017 winapi-rs developers
1164 License: UNKNOWN; FIXME (overlay)
1165 Comment:
1166 FIXME (overlay): These notices are extracted from files. Please review them
1167 before uploading to the archive.
1168
1169 Files: ./src/um/fileapi.rs
1170 Copyright: 2015-2017 winapi-rs developers
1171 License: UNKNOWN; FIXME (overlay)
1172 Comment:
1173 FIXME (overlay): These notices are extracted from files. Please review them
1174 before uploading to the archive.
1175
1176 Files: ./src/um/gl/gl.rs
1177 Copyright: 2015-2017 winapi-rs developers
1178 License: UNKNOWN; FIXME (overlay)
1179 Comment:
1180 FIXME (overlay): These notices are extracted from files. Please review them
1181 before uploading to the archive.
1182
1183 Files: ./src/um/gl/mod.rs
1184 Copyright: 2016-2017 winapi-rs developers
1185 License: UNKNOWN; FIXME (overlay)
1186 Comment:
1187 FIXME (overlay): These notices are extracted from files. Please review them
1188 before uploading to the archive.
1189
1190 Files: ./src/um/handleapi.rs
1191 Copyright: 2016-2017 winapi-rs developers
1192 License: UNKNOWN; FIXME (overlay)
1193 Comment:
1194 FIXME (overlay): These notices are extracted from files. Please review them
1195 before uploading to the archive.
1196
1197 Files: ./src/um/heapapi.rs
1198 Copyright: 2015-2017 winapi-rs developers
1199 License: UNKNOWN; FIXME (overlay)
1200 Comment:
1201 FIXME (overlay): These notices are extracted from files. Please review them
1202 before uploading to the archive.
1203
1204 Files: ./src/um/highlevelmonitorconfigurationapi.rs
1205 Copyright: 2015-2017 winapi-rs developers
1206 License: UNKNOWN; FIXME (overlay)
1207 Comment:
1208 FIXME (overlay): These notices are extracted from files. Please review them
1209 before uploading to the archive.
1210
1211 Files: ./src/um/http.rs
1212 Copyright: 2015-2017 winapi-rs developers
1213 License: UNKNOWN; FIXME (overlay)
1214 Comment:
1215 FIXME (overlay): These notices are extracted from files. Please review them
1216 before uploading to the archive.
1217
1218 Files: ./src/um/imm.rs
1219 Copyright: 2015-2017 winapi-rs developers
1220 License: UNKNOWN; FIXME (overlay)
1221 Comment:
1222 FIXME (overlay): These notices are extracted from files. Please review them
1223 before uploading to the archive.
1224
1225 Files: ./src/um/interlockedapi.rs
1226 Copyright: 2017 winapi-rs developers
1227 License: UNKNOWN; FIXME (overlay)
1228 Comment:
1229 FIXME (overlay): These notices are extracted from files. Please review them
1230 before uploading to the archive.
1231
1232 Files: ./src/um/ioapiset.rs
1233 Copyright: 2015-2017 winapi-rs developers
1234 License: UNKNOWN; FIXME (overlay)
1235 Comment:
1236 FIXME (overlay): These notices are extracted from files. Please review them
1237 before uploading to the archive.
1238
1239 Files: ./src/um/jobapi.rs
1240 Copyright: 2017 winapi-rs developers
1241 License: UNKNOWN; FIXME (overlay)
1242 Comment:
1243 FIXME (overlay): These notices are extracted from files. Please review them
1244 before uploading to the archive.
1245
1246 Files: ./src/um/jobapi2.rs
1247 Copyright: 2017 winapi-rs developers
1248 License: UNKNOWN; FIXME (overlay)
1249 Comment:
1250 FIXME (overlay): These notices are extracted from files. Please review them
1251 before uploading to the archive.
1252
1253 Files: ./src/um/knownfolders.rs
1254 Copyright: 2017 winapi-rs developers
1255 License: UNKNOWN; FIXME (overlay)
1256 Comment:
1257 FIXME (overlay): These notices are extracted from files. Please review them
1258 before uploading to the archive.
1259
1260 Files: ./src/um/ktmw32.rs
1261 Copyright: 2015-2017 winapi-rs developers
1262 License: UNKNOWN; FIXME (overlay)
1263 Comment:
1264 FIXME (overlay): These notices are extracted from files. Please review them
1265 before uploading to the archive.
1266
1267 Files: ./src/um/libloaderapi.rs
1268 Copyright: 2015-2017 winapi-rs developers
1269 License: UNKNOWN; FIXME (overlay)
1270 Comment:
1271 FIXME (overlay): These notices are extracted from files. Please review them
1272 before uploading to the archive.
1273
1274 Files: ./src/um/lmaccess.rs
1275 Copyright: 2015-2017 winapi-rs developers
1276 License: UNKNOWN; FIXME (overlay)
1277 Comment:
1278 FIXME (overlay): These notices are extracted from files. Please review them
1279 before uploading to the archive.
1280
1281 Files: ./src/um/lmalert.rs
1282 Copyright: 2015-2017 winapi-rs developers
1283 License: UNKNOWN; FIXME (overlay)
1284 Comment:
1285 FIXME (overlay): These notices are extracted from files. Please review them
1286 before uploading to the archive.
1287
1288 Files: ./src/um/lmapibuf.rs
1289 Copyright: 2016-2017 winapi-rs developers
1290 License: UNKNOWN; FIXME (overlay)
1291 Comment:
1292 FIXME (overlay): These notices are extracted from files. Please review them
1293 before uploading to the archive.
1294
1295 Files: ./src/um/lmat.rs
1296 Copyright: 2017 winapi-rs developers
1297 License: UNKNOWN; FIXME (overlay)
1298 Comment:
1299 FIXME (overlay): These notices are extracted from files. Please review them
1300 before uploading to the archive.
1301
1302 Files: ./src/um/lmdfs.rs
1303 Copyright: 2015-2017 winapi-rs developers
1304 License: UNKNOWN; FIXME (overlay)
1305 Comment:
1306 FIXME (overlay): These notices are extracted from files. Please review them
1307 before uploading to the archive.
1308
1309 Files: ./src/um/lmerrlog.rs
1310 Copyright: 2015-2017 winapi-rs developers
1311 License: UNKNOWN; FIXME (overlay)
1312 Comment:
1313 FIXME (overlay): These notices are extracted from files. Please review them
1314 before uploading to the archive.
1315
1316 Files: ./src/um/lmjoin.rs
1317 Copyright: 2015-2017 winapi-rs developers
1318 License: UNKNOWN; FIXME (overlay)
1319 Comment:
1320 FIXME (overlay): These notices are extracted from files. Please review them
1321 before uploading to the archive.
1322
1323 Files: ./src/um/lmmsg.rs
1324 Copyright: 2015-2017 winapi-rs developers
1325 License: UNKNOWN; FIXME (overlay)
1326 Comment:
1327 FIXME (overlay): These notices are extracted from files. Please review them
1328 before uploading to the archive.
1329
1330 Files: ./src/um/lmremutl.rs
1331 Copyright: 2016-2017 winapi-rs developers
1332 License: UNKNOWN; FIXME (overlay)
1333 Comment:
1334 FIXME (overlay): These notices are extracted from files. Please review them
1335 before uploading to the archive.
1336
1337 Files: ./src/um/lmrepl.rs
1338 Copyright: 2017 winapi-rs developers
1339 License: UNKNOWN; FIXME (overlay)
1340 Comment:
1341 FIXME (overlay): These notices are extracted from files. Please review them
1342 before uploading to the archive.
1343
1344 Files: ./src/um/lmserver.rs
1345 Copyright: 2015-2017 winapi-rs developers
1346 License: UNKNOWN; FIXME (overlay)
1347 Comment:
1348 FIXME (overlay): These notices are extracted from files. Please review them
1349 before uploading to the archive.
1350
1351 Files: ./src/um/lmshare.rs
1352 Copyright: 2016-2017 winapi-rs developers
1353 License: UNKNOWN; FIXME (overlay)
1354 Comment:
1355 FIXME (overlay): These notices are extracted from files. Please review them
1356 before uploading to the archive.
1357
1358 Files: ./src/um/lmstats.rs
1359 Copyright: 2015-2017 winapi-rs developers
1360 License: UNKNOWN; FIXME (overlay)
1361 Comment:
1362 FIXME (overlay): These notices are extracted from files. Please review them
1363 before uploading to the archive.
1364
1365 Files: ./src/um/lmsvc.rs
1366 Copyright: 2015-2017 winapi-rs developers
1367 License: UNKNOWN; FIXME (overlay)
1368 Comment:
1369 FIXME (overlay): These notices are extracted from files. Please review them
1370 before uploading to the archive.
1371
1372 Files: ./src/um/lmuse.rs
1373 Copyright: 2015-2017 winapi-rs developers
1374 License: UNKNOWN; FIXME (overlay)
1375 Comment:
1376 FIXME (overlay): These notices are extracted from files. Please review them
1377 before uploading to the archive.
1378
1379 Files: ./src/um/lmwksta.rs
1380 Copyright: 2015-2017 winapi-rs developers
1381 License: UNKNOWN; FIXME (overlay)
1382 Comment:
1383 FIXME (overlay): These notices are extracted from files. Please review them
1384 before uploading to the archive.
1385
1386 Files: ./src/um/lowlevelmonitorconfigurationapi.rs
1387 Copyright: 2015-2017 winapi-rs developers
1388 License: UNKNOWN; FIXME (overlay)
1389 Comment:
1390 FIXME (overlay): These notices are extracted from files. Please review them
1391 before uploading to the archive.
1392
1393 Files: ./src/um/lsalookup.rs
1394 Copyright: 2015-2017 winapi-rs developers
1395 License: UNKNOWN; FIXME (overlay)
1396 Comment:
1397 FIXME (overlay): These notices are extracted from files. Please review them
1398 before uploading to the archive.
1399
1400 Files: ./src/um/memoryapi.rs
1401 Copyright: 2015-2017 winapi-rs developers
1402 License: UNKNOWN; FIXME (overlay)
1403 Comment:
1404 FIXME (overlay): These notices are extracted from files. Please review them
1405 before uploading to the archive.
1406
1407 Files: ./src/um/minschannel.rs
1408 Copyright: 2015-2017 winapi-rs developers
1409 License: UNKNOWN; FIXME (overlay)
1410 Comment:
1411 FIXME (overlay): These notices are extracted from files. Please review them
1412 before uploading to the archive.
1413
1414 Files: ./src/um/minwinbase.rs
1415 Copyright: 2016-2017 winapi-rs developers
1416 License: UNKNOWN; FIXME (overlay)
1417 Comment:
1418 FIXME (overlay): These notices are extracted from files. Please review them
1419 before uploading to the archive.
1420
1421 Files: ./src/um/mmdeviceapi.rs
1422 Copyright: 2015-2017 winapi-rs developers
1423 License: UNKNOWN; FIXME (overlay)
1424 Comment:
1425 FIXME (overlay): These notices are extracted from files. Please review them
1426 before uploading to the archive.
1427
1428 Files: ./src/um/mmeapi.rs
1429 Copyright: 2017 winapi-rs developers
1430 License: UNKNOWN; FIXME (overlay)
1431 Comment:
1432 FIXME (overlay): These notices are extracted from files. Please review them
1433 before uploading to the archive.
1434
1435 Files: ./src/um/mmsystem.rs
1436 Copyright: 2015-2017 winapi-rs developers
1437 License: UNKNOWN; FIXME (overlay)
1438 Comment:
1439 FIXME (overlay): These notices are extracted from files. Please review them
1440 before uploading to the archive.
1441
1442 Files: ./src/um/mod.rs
1443 Copyright: 2016-2017 winapi-rs developers
1444 License: UNKNOWN; FIXME (overlay)
1445 Comment:
1446 FIXME (overlay): These notices are extracted from files. Please review them
1447 before uploading to the archive.
1448
1449 Files: ./src/um/msaatext.rs
1450 Copyright: 2017 winapi-rs developers
1451 License: UNKNOWN; FIXME (overlay)
1452 Comment:
1453 FIXME (overlay): These notices are extracted from files. Please review them
1454 before uploading to the archive.
1455
1456 Files: ./src/um/mscat.rs
1457 Copyright: 2015-2017 winapi-rs developers
1458 License: UNKNOWN; FIXME (overlay)
1459 Comment:
1460 FIXME (overlay): These notices are extracted from files. Please review them
1461 before uploading to the archive.
1462
1463 Files: ./src/um/mschapp.rs
1464 Copyright: 2017 winapi-rs developers
1465 License: UNKNOWN; FIXME (overlay)
1466 Comment:
1467 FIXME (overlay): These notices are extracted from files. Please review them
1468 before uploading to the archive.
1469
1470 Files: ./src/um/mssip.rs
1471 Copyright: 2015-2017 winapi-rs developers
1472 License: UNKNOWN; FIXME (overlay)
1473 Comment:
1474 FIXME (overlay): These notices are extracted from files. Please review them
1475 before uploading to the archive.
1476
1477 Files: ./src/um/namedpipeapi.rs
1478 Copyright: 2017 winapi-rs developers
1479 License: UNKNOWN; FIXME (overlay)
1480 Comment:
1481 FIXME (overlay): These notices are extracted from files. Please review them
1482 before uploading to the archive.
1483
1484 Files: ./src/um/namespaceapi.rs
1485 Copyright: 2015-2017 winapi-rs developers
1486 License: UNKNOWN; FIXME (overlay)
1487 Comment:
1488 FIXME (overlay): These notices are extracted from files. Please review them
1489 before uploading to the archive.
1490
1491 Files: ./src/um/nb30.rs
1492 Copyright: 2015-2017 winapi-rs developers
1493 License: UNKNOWN; FIXME (overlay)
1494 Comment:
1495 FIXME (overlay): These notices are extracted from files. Please review them
1496 before uploading to the archive.
1497
1498 Files: ./src/um/ncrypt.rs
1499 Copyright: 2016-2017 winapi-rs developers
1500 License: UNKNOWN; FIXME (overlay)
1501 Comment:
1502 FIXME (overlay): These notices are extracted from files. Please review them
1503 before uploading to the archive.
1504
1505 Files: ./src/um/ntlsa.rs
1506 Copyright: 2017 winapi-rs developers
1507 License: UNKNOWN; FIXME (overlay)
1508 Comment:
1509 FIXME (overlay): These notices are extracted from files. Please review them
1510 before uploading to the archive.
1511
1512 Files: ./src/um/ntsecapi.rs
1513 Copyright: 2015-2017 winapi-rs developers
1514 License: UNKNOWN; FIXME (overlay)
1515 Comment:
1516 FIXME (overlay): These notices are extracted from files. Please review them
1517 before uploading to the archive.
1518
1519 Files: ./src/um/oaidl.rs
1520 Copyright: 2015-2017 winapi-rs developers
1521 License: UNKNOWN; FIXME (overlay)
1522 Comment:
1523 FIXME (overlay): These notices are extracted from files. Please review them
1524 before uploading to the archive.
1525
1526 Files: ./src/um/objbase.rs
1527 Copyright: 2016-2017 winapi-rs developers
1528 License: UNKNOWN; FIXME (overlay)
1529 Comment:
1530 FIXME (overlay): These notices are extracted from files. Please review them
1531 before uploading to the archive.
1532
1533 Files: ./src/um/objidl.rs
1534 Copyright: 2016-2017 winapi-rs developers
1535 License: UNKNOWN; FIXME (overlay)
1536 Comment:
1537 FIXME (overlay): These notices are extracted from files. Please review them
1538 before uploading to the archive.
1539
1540 Files: ./src/um/objidlbase.rs
1541 Copyright: 2016-2017 winapi-rs developers
1542 License: UNKNOWN; FIXME (overlay)
1543 Comment:
1544 FIXME (overlay): These notices are extracted from files. Please review them
1545 before uploading to the archive.
1546
1547 Files: ./src/um/ocidl.rs
1548 Copyright: 2017 winapi-rs developers
1549 License: UNKNOWN; FIXME (overlay)
1550 Comment:
1551 FIXME (overlay): These notices are extracted from files. Please review them
1552 before uploading to the archive.
1553
1554 Files: ./src/um/oleauto.rs
1555 Copyright: 2017 winapi-rs developers
1556 License: UNKNOWN; FIXME (overlay)
1557 Comment:
1558 FIXME (overlay): These notices are extracted from files. Please review them
1559 before uploading to the archive.
1560
1561 Files: ./src/um/olectl.rs
1562 Copyright: 2015-2017 winapi-rs developers
1563 License: UNKNOWN; FIXME (overlay)
1564 Comment:
1565 FIXME (overlay): These notices are extracted from files. Please review them
1566 before uploading to the archive.
1567
1568 Files: ./src/um/opmapi.rs
1569 Copyright: 2015-2017 winapi-rs developers
1570 License: UNKNOWN; FIXME (overlay)
1571 Comment:
1572 FIXME (overlay): These notices are extracted from files. Please review them
1573 before uploading to the archive.
1574
1575 Files: ./src/um/pdh.rs
1576 Copyright: 2016-2017 winapi-rs developers
1577 License: UNKNOWN; FIXME (overlay)
1578 Comment:
1579 FIXME (overlay): These notices are extracted from files. Please review them
1580 before uploading to the archive.
1581
1582 Files: ./src/um/perflib.rs
1583 Copyright: 2017 winapi-rs developers
1584 License: UNKNOWN; FIXME (overlay)
1585 Comment:
1586 FIXME (overlay): These notices are extracted from files. Please review them
1587 before uploading to the archive.
1588
1589 Files: ./src/um/physicalmonitorenumerationapi.rs
1590 Copyright: 2015-2017 winapi-rs developers
1591 License: UNKNOWN; FIXME (overlay)
1592 Comment:
1593 FIXME (overlay): These notices are extracted from files. Please review them
1594 before uploading to the archive.
1595
1596 Files: ./src/um/playsoundapi.rs
1597 Copyright: 2016-2017 winapi-rs developers
1598 License: UNKNOWN; FIXME (overlay)
1599 Comment:
1600 FIXME (overlay): These notices are extracted from files. Please review them
1601 before uploading to the archive.
1602
1603 Files: ./src/um/powerbase.rs
1604 Copyright: 2016-2017 winapi-rs developers
1605 License: UNKNOWN; FIXME (overlay)
1606 Comment:
1607 FIXME (overlay): These notices are extracted from files. Please review them
1608 before uploading to the archive.
1609
1610 Files: ./src/um/powersetting.rs
1611 Copyright: 2016-2017 winapi-rs developers
1612 License: UNKNOWN; FIXME (overlay)
1613 Comment:
1614 FIXME (overlay): These notices are extracted from files. Please review them
1615 before uploading to the archive.
1616
1617 Files: ./src/um/powrprof.rs
1618 Copyright: 2016-2017 winapi-rs developers
1619 License: UNKNOWN; FIXME (overlay)
1620 Comment:
1621 FIXME (overlay): These notices are extracted from files. Please review them
1622 before uploading to the archive.
1623
1624 Files: ./src/um/processenv.rs
1625 Copyright: 2017 winapi-rs developers
1626 License: UNKNOWN; FIXME (overlay)
1627 Comment:
1628 FIXME (overlay): These notices are extracted from files. Please review them
1629 before uploading to the archive.
1630
1631 Files: ./src/um/processsnapshot.rs
1632 Copyright: 2015-2017 winapi-rs developers
1633 License: UNKNOWN; FIXME (overlay)
1634 Comment:
1635 FIXME (overlay): These notices are extracted from files. Please review them
1636 before uploading to the archive.
1637
1638 Files: ./src/um/processthreadsapi.rs
1639 Copyright: 2015-2017 winapi-rs developers
1640 License: UNKNOWN; FIXME (overlay)
1641 Comment:
1642 FIXME (overlay): These notices are extracted from files. Please review them
1643 before uploading to the archive.
1644
1645 Files: ./src/um/processtopologyapi.rs
1646 Copyright: 2017 winapi-rs developers
1647 License: UNKNOWN; FIXME (overlay)
1648 Comment:
1649 FIXME (overlay): These notices are extracted from files. Please review them
1650 before uploading to the archive.
1651
1652 Files: ./src/um/profileapi.rs
1653 Copyright: 2017 winapi-rs developers
1654 License: UNKNOWN; FIXME (overlay)
1655 Comment:
1656 FIXME (overlay): These notices are extracted from files. Please review them
1657 before uploading to the archive.
1658
1659 Files: ./src/um/propidl.rs
1660 Copyright: 2016-2017 winapi-rs developers
1661 License: UNKNOWN; FIXME (overlay)
1662 Comment:
1663 FIXME (overlay): These notices are extracted from files. Please review them
1664 before uploading to the archive.
1665
1666 Files: ./src/um/propkeydef.rs
1667 Copyright: 2016 winapi-rs developers
1668 License: UNKNOWN; FIXME (overlay)
1669 Comment:
1670 FIXME (overlay): These notices are extracted from files. Please review them
1671 before uploading to the archive.
1672
1673 Files: ./src/um/propsys.rs
1674 Copyright: 2015-2017 winapi-rs developers
1675 License: UNKNOWN; FIXME (overlay)
1676 Comment:
1677 FIXME (overlay): These notices are extracted from files. Please review them
1678 before uploading to the archive.
1679
1680 Files: ./src/um/prsht.rs
1681 Copyright: 2015-2017 winapi-rs developers
1682 License: UNKNOWN; FIXME (overlay)
1683 Comment:
1684 FIXME (overlay): These notices are extracted from files. Please review them
1685 before uploading to the archive.
1686
1687 Files: ./src/um/psapi.rs
1688 Copyright: 2016-2017 winapi-rs developers
1689 License: UNKNOWN; FIXME (overlay)
1690 Comment:
1691 FIXME (overlay): These notices are extracted from files. Please review them
1692 before uploading to the archive.
1693
1694 Files: ./src/um/realtimeapiset.rs
1695 Copyright: 2017 winapi-rs developers
1696 License: UNKNOWN; FIXME (overlay)
1697 Comment:
1698 FIXME (overlay): These notices are extracted from files. Please review them
1699 before uploading to the archive.
1700
1701 Files: ./src/um/reason.rs
1702 Copyright: 2015-2017 winapi-rs developers
1703 License: UNKNOWN; FIXME (overlay)
1704 Comment:
1705 FIXME (overlay): These notices are extracted from files. Please review them
1706 before uploading to the archive.
1707
1708 Files: ./src/um/restartmanager.rs
1709 Copyright: 2018 winapi-rs developers
1710 License: UNKNOWN; FIXME (overlay)
1711 Comment:
1712 FIXME (overlay): These notices are extracted from files. Please review them
1713 before uploading to the archive.
1714
1715 Files: ./src/um/restrictederrorinfo.rs
1716 Copyright: 2017 winapi-rs developers
1717 License: UNKNOWN; FIXME (overlay)
1718 Comment:
1719 FIXME (overlay): These notices are extracted from files. Please review them
1720 before uploading to the archive.
1721
1722 Files: ./src/um/rmxfguid.rs
1723 Copyright: 2017 winapi-rs developers
1724 License: UNKNOWN; FIXME (overlay)
1725 Comment:
1726 FIXME (overlay): These notices are extracted from files. Please review them
1727 before uploading to the archive.
1728
1729 Files: ./src/um/sapi.rs
1730 Copyright: 2017 winapi-rs developers
1731 License: UNKNOWN; FIXME (overlay)
1732 Comment:
1733 FIXME (overlay): These notices are extracted from files. Please review them
1734 before uploading to the archive.
1735
1736 Files: ./src/um/sapi51.rs
1737 Copyright: 2017 winapi-rs developers
1738 License: UNKNOWN; FIXME (overlay)
1739 Comment:
1740 FIXME (overlay): These notices are extracted from files. Please review them
1741 before uploading to the archive.
1742
1743 Files: ./src/um/sapi53.rs
1744 Copyright: 2017 winapi-rs developers
1745 License: UNKNOWN; FIXME (overlay)
1746 Comment:
1747 FIXME (overlay): These notices are extracted from files. Please review them
1748 before uploading to the archive.
1749
1750 Files: ./src/um/sapiddk.rs
1751 Copyright: 2017 winapi-rs developers
1752 License: UNKNOWN; FIXME (overlay)
1753 Comment:
1754 FIXME (overlay): These notices are extracted from files. Please review them
1755 before uploading to the archive.
1756
1757 Files: ./src/um/sapiddk51.rs
1758 Copyright: 2017 winapi-rs developers
1759 License: UNKNOWN; FIXME (overlay)
1760 Comment:
1761 FIXME (overlay): These notices are extracted from files. Please review them
1762 before uploading to the archive.
1763
1764 Files: ./src/um/schannel.rs
1765 Copyright: 2015-2017 winapi-rs developers
1766 License: UNKNOWN; FIXME (overlay)
1767 Comment:
1768 FIXME (overlay): These notices are extracted from files. Please review them
1769 before uploading to the archive.
1770
1771 Files: ./src/um/securityappcontainer.rs
1772 Copyright: 2017 winapi-rs developers
1773 License: UNKNOWN; FIXME (overlay)
1774 Comment:
1775 FIXME (overlay): These notices are extracted from files. Please review them
1776 before uploading to the archive.
1777
1778 Files: ./src/um/securitybaseapi.rs
1779 Copyright: 2016-2017 winapi-rs developers
1780 License: UNKNOWN; FIXME (overlay)
1781 Comment:
1782 FIXME (overlay): These notices are extracted from files. Please review them
1783 before uploading to the archive.
1784
1785 Files: ./src/um/servprov.rs
1786 Copyright: 2017 winapi-rs developers
1787 License: UNKNOWN; FIXME (overlay)
1788 Comment:
1789 FIXME (overlay): These notices are extracted from files. Please review them
1790 before uploading to the archive.
1791
1792 Files: ./src/um/setupapi.rs
1793 Copyright: 2016-2017 winapi-rs developers
1794 License: UNKNOWN; FIXME (overlay)
1795 Comment:
1796 FIXME (overlay): These notices are extracted from files. Please review them
1797 before uploading to the archive.
1798
1799 Files: ./src/um/shellapi.rs
1800 Copyright: 2015-2017 winapi-rs developers
1801 License: UNKNOWN; FIXME (overlay)
1802 Comment:
1803 FIXME (overlay): These notices are extracted from files. Please review them
1804 before uploading to the archive.
1805
1806 Files: ./src/um/shellscalingapi.rs
1807 Copyright: 2015-2017 winapi-rs developers
1808 License: UNKNOWN; FIXME (overlay)
1809 Comment:
1810 FIXME (overlay): These notices are extracted from files. Please review them
1811 before uploading to the archive.
1812
1813 Files: ./src/um/shlobj.rs
1814 Copyright: 2015-2017 winapi-rs developers
1815 License: UNKNOWN; FIXME (overlay)
1816 Comment:
1817 FIXME (overlay): These notices are extracted from files. Please review them
1818 before uploading to the archive.
1819
1820 Files: ./src/um/shobjidl.rs
1821 Copyright: 2015-2017 winapi-rs developers
1822 License: UNKNOWN; FIXME (overlay)
1823 Comment:
1824 FIXME (overlay): These notices are extracted from files. Please review them
1825 before uploading to the archive.
1826
1827 Files: ./src/um/shobjidl_core.rs
1828 Copyright: 2015-2017 winapi-rs developers
1829 License: UNKNOWN; FIXME (overlay)
1830 Comment:
1831 FIXME (overlay): These notices are extracted from files. Please review them
1832 before uploading to the archive.
1833
1834 Files: ./src/um/shtypes.rs
1835 Copyright: 2015-2017 winapi-rs developers
1836 License: UNKNOWN; FIXME (overlay)
1837 Comment:
1838 FIXME (overlay): These notices are extracted from files. Please review them
1839 before uploading to the archive.
1840
1841 Files: ./src/um/spapidef.rs
1842 Copyright: 2016-2017 winapi-rs developers
1843 License: UNKNOWN; FIXME (overlay)
1844 Comment:
1845 FIXME (overlay): These notices are extracted from files. Please review them
1846 before uploading to the archive.
1847
1848 Files: ./src/um/sporder.rs
1849 Copyright: 2015-2017 winapi-rs developers
1850 License: UNKNOWN; FIXME (overlay)
1851 Comment:
1852 FIXME (overlay): These notices are extracted from files. Please review them
1853 before uploading to the archive.
1854
1855 Files: ./src/um/sql.rs
1856 Copyright: 2015-2017 winapi-rs developers
1857 License: UNKNOWN; FIXME (overlay)
1858 Comment:
1859 FIXME (overlay): These notices are extracted from files. Please review them
1860 before uploading to the archive.
1861
1862 Files: ./src/um/sqlext.rs
1863 Copyright: 2015-2017 winapi-rs developers
1864 License: UNKNOWN; FIXME (overlay)
1865 Comment:
1866 FIXME (overlay): These notices are extracted from files. Please review them
1867 before uploading to the archive.
1868
1869 Files: ./src/um/sqltypes.rs
1870 Copyright: 2015-2017 winapi-rs developers
1871 License: UNKNOWN; FIXME (overlay)
1872 Comment:
1873 FIXME (overlay): These notices are extracted from files. Please review them
1874 before uploading to the archive.
1875
1876 Files: ./src/um/sqlucode.rs
1877 Copyright: 2015-2017 winapi-rs developers
1878 License: UNKNOWN; FIXME (overlay)
1879 Comment:
1880 FIXME (overlay): These notices are extracted from files. Please review them
1881 before uploading to the archive.
1882
1883 Files: ./src/um/sspi.rs
1884 Copyright: 2015-2017 winapi-rs developers
1885 License: UNKNOWN; FIXME (overlay)
1886 Comment:
1887 FIXME (overlay): These notices are extracted from files. Please review them
1888 before uploading to the archive.
1889
1890 Files: ./src/um/stringapiset.rs
1891 Copyright: 2017 winapi-rs developers
1892 License: UNKNOWN; FIXME (overlay)
1893 Comment:
1894 FIXME (overlay): These notices are extracted from files. Please review them
1895 before uploading to the archive.
1896
1897 Files: ./src/um/strmif.rs
1898 Copyright: 2016-2017 winapi-rs developers
1899 License: UNKNOWN; FIXME (overlay)
1900 Comment:
1901 FIXME (overlay): These notices are extracted from files. Please review them
1902 before uploading to the archive.
1903
1904 Files: ./src/um/subauth.rs
1905 Copyright: 2015-2017 winapi-rs developers
1906 License: UNKNOWN; FIXME (overlay)
1907 Comment:
1908 FIXME (overlay): These notices are extracted from files. Please review them
1909 before uploading to the archive.
1910
1911 Files: ./src/um/synchapi.rs
1912 Copyright: 2015-2017 winapi-rs developers
1913 License: UNKNOWN; FIXME (overlay)
1914 Comment:
1915 FIXME (overlay): These notices are extracted from files. Please review them
1916 before uploading to the archive.
1917
1918 Files: ./src/um/sysinfoapi.rs
1919 Copyright: 2015-2017 winapi-rs developers
1920 License: UNKNOWN; FIXME (overlay)
1921 Comment:
1922 FIXME (overlay): These notices are extracted from files. Please review them
1923 before uploading to the archive.
1924
1925 Files: ./src/um/systemtopologyapi.rs
1926 Copyright: 2017 winapi-rs developers
1927 License: UNKNOWN; FIXME (overlay)
1928 Comment:
1929 FIXME (overlay): These notices are extracted from files. Please review them
1930 before uploading to the archive.
1931
1932 Files: ./src/um/textstor.rs
1933 Copyright: 2017 winapi-rs developers
1934 License: UNKNOWN; FIXME (overlay)
1935 Comment:
1936 FIXME (overlay): These notices are extracted from files. Please review them
1937 before uploading to the archive.
1938
1939 Files: ./src/um/threadpoolapiset.rs
1940 Copyright: 2015-2017 winapi-rs developers
1941 License: UNKNOWN; FIXME (overlay)
1942 Comment:
1943 FIXME (overlay): These notices are extracted from files. Please review them
1944 before uploading to the archive.
1945
1946 Files: ./src/um/threadpoollegacyapiset.rs
1947 Copyright: 2017 winapi-rs developers
1948 License: UNKNOWN; FIXME (overlay)
1949 Comment:
1950 FIXME (overlay): These notices are extracted from files. Please review them
1951 before uploading to the archive.
1952
1953 Files: ./src/um/timeapi.rs
1954 Copyright: 2017 winapi-rs developers
1955 License: UNKNOWN; FIXME (overlay)
1956 Comment:
1957 FIXME (overlay): These notices are extracted from files. Please review them
1958 before uploading to the archive.
1959
1960 Files: ./src/um/timezoneapi.rs
1961 Copyright: 2015-2017 winapi-rs developers
1962 License: UNKNOWN; FIXME (overlay)
1963 Comment:
1964 FIXME (overlay): These notices are extracted from files. Please review them
1965 before uploading to the archive.
1966
1967 Files: ./src/um/tlhelp32.rs
1968 Copyright: 2015-2017 winapi-rs developers
1969 License: UNKNOWN; FIXME (overlay)
1970 Comment:
1971 FIXME (overlay): These notices are extracted from files. Please review them
1972 before uploading to the archive.
1973
1974 Files: ./src/um/unknwnbase.rs
1975 Copyright: 2016-2017 winapi-rs developers
1976 License: UNKNOWN; FIXME (overlay)
1977 Comment:
1978 FIXME (overlay): These notices are extracted from files. Please review them
1979 before uploading to the archive.
1980
1981 Files: ./src/um/urlhist.rs
1982 Copyright: 2015-2017 winapi-rs developers
1983 License: UNKNOWN; FIXME (overlay)
1984 Comment:
1985 FIXME (overlay): These notices are extracted from files. Please review them
1986 before uploading to the archive.
1987
1988 Files: ./src/um/urlmon.rs
1989 Copyright: 2017 winapi-rs developers
1990 License: UNKNOWN; FIXME (overlay)
1991 Comment:
1992 FIXME (overlay): These notices are extracted from files. Please review them
1993 before uploading to the archive.
1994
1995 Files: ./src/um/userenv.rs
1996 Copyright: 2015-2017 winapi-rs developers
1997 License: UNKNOWN; FIXME (overlay)
1998 Comment:
1999 FIXME (overlay): These notices are extracted from files. Please review them
2000 before uploading to the archive.
2001
2002 Files: ./src/um/usp10.rs
2003 Copyright: 2015-2017 winapi-rs developers
2004 License: UNKNOWN; FIXME (overlay)
2005 Comment:
2006 FIXME (overlay): These notices are extracted from files. Please review them
2007 before uploading to the archive.
2008
2009 Files: ./src/um/utilapiset.rs
2010 Copyright: 2017 winapi-rs developers
2011 License: UNKNOWN; FIXME (overlay)
2012 Comment:
2013 FIXME (overlay): These notices are extracted from files. Please review them
2014 before uploading to the archive.
2015
2016 Files: ./src/um/vsbackup.rs
2017 Copyright: 2015-2017 winapi-rs developers
2018 License: UNKNOWN; FIXME (overlay)
2019 Comment:
2020 FIXME (overlay): These notices are extracted from files. Please review them
2021 before uploading to the archive.
2022
2023 Files: ./src/um/vss.rs
2024 Copyright: 2015-2017 winapi-rs developers
2025 License: UNKNOWN; FIXME (overlay)
2026 Comment:
2027 FIXME (overlay): These notices are extracted from files. Please review them
2028 before uploading to the archive.
2029
2030 Files: ./src/um/vsserror.rs
2031 Copyright: 2015-2017 winapi-rs developers
2032 License: UNKNOWN; FIXME (overlay)
2033 Comment:
2034 FIXME (overlay): These notices are extracted from files. Please review them
2035 before uploading to the archive.
2036
2037 Files: ./src/um/vswriter.rs
2038 Copyright: 2015-2017 winapi-rs developers
2039 License: UNKNOWN; FIXME (overlay)
2040 Comment:
2041 FIXME (overlay): These notices are extracted from files. Please review them
2042 before uploading to the archive.
2043
2044 Files: ./src/um/wct.rs
2045 Copyright: 2017 winapi-rs developers
2046 License: UNKNOWN; FIXME (overlay)
2047 Comment:
2048 FIXME (overlay): These notices are extracted from files. Please review them
2049 before uploading to the archive.
2050
2051 Files: ./src/um/werapi.rs
2052 Copyright: 2015-2017 winapi-rs developers
2053 License: UNKNOWN; FIXME (overlay)
2054 Comment:
2055 FIXME (overlay): These notices are extracted from files. Please review them
2056 before uploading to the archive.
2057
2058 Files: ./src/um/winbase.rs
2059 Copyright: 2015-2017 winapi-rs developers
2060 License: UNKNOWN; FIXME (overlay)
2061 Comment:
2062 FIXME (overlay): These notices are extracted from files. Please review them
2063 before uploading to the archive.
2064
2065 Files: ./src/um/wincodec.rs
2066 Copyright: 2015-2017 winapi-rs developers
2067 License: UNKNOWN; FIXME (overlay)
2068 Comment:
2069 FIXME (overlay): These notices are extracted from files. Please review them
2070 before uploading to the archive.
2071
2072 Files: ./src/um/wincodecsdk.rs
2073 Copyright: 2017 winapi-rs developers
2074 License: UNKNOWN; FIXME (overlay)
2075 Comment:
2076 FIXME (overlay): These notices are extracted from files. Please review them
2077 before uploading to the archive.
2078
2079 Files: ./src/um/wincon.rs
2080 Copyright: 2016-2017 winapi-rs developers
2081 License: UNKNOWN; FIXME (overlay)
2082 Comment:
2083 FIXME (overlay): These notices are extracted from files. Please review them
2084 before uploading to the archive.
2085
2086 Files: ./src/um/wincred.rs
2087 Copyright: 2015-2017 winapi-rs developers
2088 License: UNKNOWN; FIXME (overlay)
2089 Comment:
2090 FIXME (overlay): These notices are extracted from files. Please review them
2091 before uploading to the archive.
2092
2093 Files: ./src/um/wincrypt.rs
2094 Copyright: 2015-2017 winapi-rs developers
2095 License: UNKNOWN; FIXME (overlay)
2096 Comment:
2097 FIXME (overlay): These notices are extracted from files. Please review them
2098 before uploading to the archive.
2099
2100 Files: ./src/um/windowsceip.rs
2101 Copyright: 2017 winapi-rs developers
2102 License: UNKNOWN; FIXME (overlay)
2103 Comment:
2104 FIXME (overlay): These notices are extracted from files. Please review them
2105 before uploading to the archive.
2106
2107 Files: ./src/um/winefs.rs
2108 Copyright: 2017 winapi-rs developers
2109 License: UNKNOWN; FIXME (overlay)
2110 Comment:
2111 FIXME (overlay): These notices are extracted from files. Please review them
2112 before uploading to the archive.
2113
2114 Files: ./src/um/winevt.rs
2115 Copyright: 2015-2017 winapi-rs developers
2116 License: UNKNOWN; FIXME (overlay)
2117 Comment:
2118 FIXME (overlay): These notices are extracted from files. Please review them
2119 before uploading to the archive.
2120
2121 Files: ./src/um/wingdi.rs
2122 Copyright: 2016-2017 winapi-rs developers
2123 License: UNKNOWN; FIXME (overlay)
2124 Comment:
2125 FIXME (overlay): These notices are extracted from files. Please review them
2126 before uploading to the archive.
2127
2128 Files: ./src/um/winhttp.rs
2129 Copyright: 2015-2017 winapi-rs developers
2130 License: UNKNOWN; FIXME (overlay)
2131 Comment:
2132 FIXME (overlay): These notices are extracted from files. Please review them
2133 before uploading to the archive.
2134
2135 Files: ./src/um/wininet.rs
2136 Copyright: 2016-2017 winapi-rs developers
2137 License: UNKNOWN; FIXME (overlay)
2138 Comment:
2139 FIXME (overlay): These notices are extracted from files. Please review them
2140 before uploading to the archive.
2141
2142 Files: ./src/um/winineti.rs
2143 Copyright: 2016-2017 winapi-rs developers
2144 License: UNKNOWN; FIXME (overlay)
2145 Comment:
2146 FIXME (overlay): These notices are extracted from files. Please review them
2147 before uploading to the archive.
2148
2149 Files: ./src/um/winioctl.rs
2150 Copyright: 2015-2017 winapi-rs developers
2151 License: UNKNOWN; FIXME (overlay)
2152 Comment:
2153 FIXME (overlay): These notices are extracted from files. Please review them
2154 before uploading to the archive.
2155
2156 Files: ./src/um/winnetwk.rs
2157 Copyright: 2015-2017 winapi-rs developers
2158 License: UNKNOWN; FIXME (overlay)
2159 Comment:
2160 FIXME (overlay): These notices are extracted from files. Please review them
2161 before uploading to the archive.
2162
2163 Files: ./src/um/winnls.rs
2164 Copyright: 2015-2017 winapi-rs developers
2165 License: UNKNOWN; FIXME (overlay)
2166 Comment:
2167 FIXME (overlay): These notices are extracted from files. Please review them
2168 before uploading to the archive.
2169
2170 Files: ./src/um/winnt.rs
2171 Copyright: 2016-2017 winapi-rs developers
2172 License: UNKNOWN; FIXME (overlay)
2173 Comment:
2174 FIXME (overlay): These notices are extracted from files. Please review them
2175 before uploading to the archive.
2176
2177 Files: ./src/um/winreg.rs
2178 Copyright: 2016-2017 winapi-rs developers
2179 License: UNKNOWN; FIXME (overlay)
2180 Comment:
2181 FIXME (overlay): These notices are extracted from files. Please review them
2182 before uploading to the archive.
2183
2184 Files: ./src/um/winsafer.rs
2185 Copyright: 2017 winapi-rs developers
2186 License: UNKNOWN; FIXME (overlay)
2187 Comment:
2188 FIXME (overlay): These notices are extracted from files. Please review them
2189 before uploading to the archive.
2190
2191 Files: ./src/um/winscard.rs
2192 Copyright: 2015-2017 winapi-rs developers
2193 License: UNKNOWN; FIXME (overlay)
2194 Comment:
2195 FIXME (overlay): These notices are extracted from files. Please review them
2196 before uploading to the archive.
2197
2198 Files: ./src/um/winsmcrd.rs
2199 Copyright: 2015-2017 winapi-rs developers
2200 License: UNKNOWN; FIXME (overlay)
2201 Comment:
2202 FIXME (overlay): These notices are extracted from files. Please review them
2203 before uploading to the archive.
2204
2205 Files: ./src/um/winsock2.rs
2206 Copyright: 2015-2017 winapi-rs developers
2207 License: UNKNOWN; FIXME (overlay)
2208 Comment:
2209 FIXME (overlay): These notices are extracted from files. Please review them
2210 before uploading to the archive.
2211
2212 Files: ./src/um/winspool.rs
2213 Copyright: 2015-2017 winapi-rs developers
2214 License: UNKNOWN; FIXME (overlay)
2215 Comment:
2216 FIXME (overlay): These notices are extracted from files. Please review them
2217 before uploading to the archive.
2218
2219 Files: ./src/um/winsvc.rs
2220 Copyright: 2015-2017 winapi-rs developers
2221 License: UNKNOWN; FIXME (overlay)
2222 Comment:
2223 FIXME (overlay): These notices are extracted from files. Please review them
2224 before uploading to the archive.
2225
2226 Files: ./src/um/winusb.rs
2227 Copyright: 2016-2017 winapi-rs developers
2228 License: UNKNOWN; FIXME (overlay)
2229 Comment:
2230 FIXME (overlay): These notices are extracted from files. Please review them
2231 before uploading to the archive.
2232
2233 Files: ./src/um/winuser.rs
2234 Copyright: 2015-2017 winapi-rs developers
2235 License: UNKNOWN; FIXME (overlay)
2236 Comment:
2237 FIXME (overlay): These notices are extracted from files. Please review them
2238 before uploading to the archive.
2239
2240 Files: ./src/um/winver.rs
2241 Copyright: 2015-2017 winapi-rs developers
2242 License: UNKNOWN; FIXME (overlay)
2243 Comment:
2244 FIXME (overlay): These notices are extracted from files. Please review them
2245 before uploading to the archive.
2246
2247 Files: ./src/um/wow64apiset.rs
2248 Copyright: 2017 winapi-rs developers
2249 License: UNKNOWN; FIXME (overlay)
2250 Comment:
2251 FIXME (overlay): These notices are extracted from files. Please review them
2252 before uploading to the archive.
2253
2254 Files: ./src/um/ws2spi.rs
2255 Copyright: 2015-2017 winapi-rs developers
2256 License: UNKNOWN; FIXME (overlay)
2257 Comment:
2258 FIXME (overlay): These notices are extracted from files. Please review them
2259 before uploading to the archive.
2260
2261 Files: ./src/um/ws2tcpip.rs
2262 Copyright: 2015-2017 winapi-rs developers
2263 License: UNKNOWN; FIXME (overlay)
2264 Comment:
2265 FIXME (overlay): These notices are extracted from files. Please review them
2266 before uploading to the archive.
2267
2268 Files: ./src/um/xinput.rs
2269 Copyright: 2015-2017 winapi-rs developers
2270 License: UNKNOWN; FIXME (overlay)
2271 Comment:
2272 FIXME (overlay): These notices are extracted from files. Please review them
2273 before uploading to the archive.
2274
2275 Files: ./src/vc/excpt.rs
2276 Copyright: 2016-2017 winapi-rs developers
2277 License: UNKNOWN; FIXME (overlay)
2278 Comment:
2279 FIXME (overlay): These notices are extracted from files. Please review them
2280 before uploading to the archive.
2281
2282 Files: ./src/vc/limits.rs
2283 Copyright: 2017 winapi-rs developers
2284 License: UNKNOWN; FIXME (overlay)
2285 Comment:
2286 FIXME (overlay): These notices are extracted from files. Please review them
2287 before uploading to the archive.
2288
2289 Files: ./src/vc/mod.rs
2290 Copyright: 2016-2017 winapi-rs developers
2291 License: UNKNOWN; FIXME (overlay)
2292 Comment:
2293 FIXME (overlay): These notices are extracted from files. Please review them
2294 before uploading to the archive.
2295
2296 Files: ./src/vc/vadefs.rs
2297 Copyright: 2017 winapi-rs developers
2298 License: UNKNOWN; FIXME (overlay)
2299 Comment:
2300 FIXME (overlay): These notices are extracted from files. Please review them
2301 before uploading to the archive.
2302
2303 Files: ./src/vc/vcruntime.rs
2304 Copyright: 2016 winapi-rs developers
2305 License: UNKNOWN; FIXME (overlay)
2306 Comment:
2307 FIXME (overlay): These notices are extracted from files. Please review them
2308 before uploading to the archive.
2309
2310 Files: ./src/winrt/activation.rs
2311 Copyright: 2017 winapi-rs developers
2312 License: UNKNOWN; FIXME (overlay)
2313 Comment:
2314 FIXME (overlay): These notices are extracted from files. Please review them
2315 before uploading to the archive.
2316
2317 Files: ./src/winrt/hstring.rs
2318 Copyright: 2015-2017 winapi-rs developers
2319 License: UNKNOWN; FIXME (overlay)
2320 Comment:
2321 FIXME (overlay): These notices are extracted from files. Please review them
2322 before uploading to the archive.
2323
2324 Files: ./src/winrt/inspectable.rs
2325 Copyright: 2015-2017 winapi-rs developers
2326 License: UNKNOWN; FIXME (overlay)
2327 Comment:
2328 FIXME (overlay): These notices are extracted from files. Please review them
2329 before uploading to the archive.
2330
2331 Files: ./src/winrt/mod.rs
2332 Copyright: 2016-2017 winapi-rs developers
2333 License: UNKNOWN; FIXME (overlay)
2334 Comment:
2335 FIXME (overlay): These notices are extracted from files. Please review them
2336 before uploading to the archive.
2337
2338 Files: ./src/winrt/roapi.rs
2339 Copyright: 2017 winapi-rs developers
2340 License: UNKNOWN; FIXME (overlay)
2341 Comment:
2342 FIXME (overlay): These notices are extracted from files. Please review them
2343 before uploading to the archive.
2344
2345 Files: ./src/winrt/robuffer.rs
2346 Copyright: 2017 winapi-rs developers
2347 License: UNKNOWN; FIXME (overlay)
2348 Comment:
2349 FIXME (overlay): These notices are extracted from files. Please review them
2350 before uploading to the archive.
2351
2352 Files: ./src/winrt/roerrorapi.rs
2353 Copyright: 2017 winapi-rs developers
2354 License: UNKNOWN; FIXME (overlay)
2355 Comment:
2356 FIXME (overlay): These notices are extracted from files. Please review them
2357 before uploading to the archive.
2358
2359 Files: ./src/winrt/winstring.rs
2360 Copyright: 2017 winapi-rs developers
2361 License: UNKNOWN; FIXME (overlay)
2362 Comment:
2363 FIXME (overlay): These notices are extracted from files. Please review them
2364 before uploading to the archive.
2365
2366 Files: debian/*
2367 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2368 2018 FIXME (overlay) Your Name <Your Email>
2369 License: MIT or Apache-2.0
2370
2371 License: Apache-2.0
2372 Debian systems provide the Apache 2.0 license in
2373 /usr/share/common-licenses/Apache-2.0
2374
2375 License: MIT
2376 Permission is hereby granted, free of charge, to any person obtaining a copy
2377 of this software and associated documentation files (the "Software"), to deal
2378 in the Software without restriction, including without limitation the rights
2379 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2380 copies of the Software, and to permit persons to whom the Software is
2381 furnished to do so, subject to the following conditions:
2382 .
2383 The above copyright notice and this permission notice shall be included in all
2384 copies or substantial portions of the Software.
2385 .
2386 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2387 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2388 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2389 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2390 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2391 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2392 SOFTWARE.
2393
2394
2395