Codebase list rust-bzip2 / fee7fd5
Merge branch 'csv-index' into 'master' csv-index: new package See merge request rust-team/debcargo-conf!185 Sylvestre Ledru 2 years ago
4 changed file(s) with 134 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-csv-index (0.1.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package csv-index 0.1.6 from crates.io using debcargo 2.4.4
4
5 -- Héctor Orón Martínez <zumbi@debian.org> Tue, 16 Feb 2021 23:27:33 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: csv-index
2 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/rust-csv
4
5 Files: *
6 Copyright: 2019-2021 Andrew Gallant <jamslam@gmail.com>
7 License: Unlicense or MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Héctor Orón Martínez <zumbi@debian.org>
13 License: Unlicense or MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
33
34 License: Unlicense
35 This is free and unencumbered software released into the public domain.
36 .
37 Anyone is free to copy, modify, publish, use, compile, sell, or
38 distribute this software, either in source code form or as a compiled
39 binary, for any purpose, commercial or non-commercial, and by any
40 means.
41 .
42 In jurisdictions that recognize copyright laws, the author or authors
43 of this software dedicate any and all copyright interest in the
44 software to the public domain. We make this dedication for the benefit
45 of the public at large and to the detriment of our heirs and
46 successors. We intend this dedication to be an overt act of
47 relinquishment in perpetuity of all present and future rights to this
48 software under copyright law.
49 .
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
51 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
52 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
53 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
54 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
55 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
56 OTHER DEALINGS IN THE SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: csv-index
2 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/rust-csv
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS 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-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: debian/*
22 Copyright:
23 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2021 Héctor Orón Martínez <zumbi@debian.org>
25 License: Unlicense or MIT
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
45
46 License: Unlicense
47 This is free and unencumbered software released into the public domain.
48 .
49 Anyone is free to copy, modify, publish, use, compile, sell, or
50 distribute this software, either in source code form or as a compiled
51 binary, for any purpose, commercial or non-commercial, and by any
52 means.
53 .
54 In jurisdictions that recognize copyright laws, the author or authors
55 of this software dedicate any and all copyright interest in the
56 software to the public domain. We make this dedication for the benefit
57 of the public at large and to the detriment of our heirs and
58 successors. We intend this dedication to be an overt act of
59 relinquishment in perpetuity of all present and future rights to this
60 software under copyright law.
61 .
62 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
63 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
64 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
65 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
66 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
67 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
68 OTHER DEALINGS IN THE SOFTWARE.
0 overlay = "."
1 uploaders = ["Héctor Orón Martínez <zumbi@debian.org>"]