Codebase list rust-stfu8 / f5cccab
RFS: enum_to_u8_slice_derive Bastian Germann 3 years ago
5 changed file(s) with 100 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-enum-to-u8-slice-derive (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package enum_to_u8_slice_derive 0.2.0 from crates.io using debcargo 2.4.2
3
4 -- Bastian Germann <bastiangermann@fishpost.de> Sun, 02 Aug 2020 21:34:18 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: enum_to_u8_slice_derive
2 Upstream-Contact:
3 Yiming Jing <jingyiming@baidu.com>
4 Yu Ding <dingelish@gmail.com>
5 Source: https://github.com/mesalock-linux/enum_to_u8_slice_derive
6
7 Files: *
8 Copyright:
9 2017-2020 Yiming Jing <jingyiming@baidu.com>
10 2017-2020 Yu Ding <dingelish@gmail.com>
11 License: BSD-3-Clause
12
13 Files: debian/*
14 Copyright:
15 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2020 Bastian Germann <bastiangermann@fishpost.de>
17 License: BSD-3-Clause
18
19 License: BSD-3-Clause
20 Redistribution and use in source and binary forms, with or without
21 modification, are permitted provided that the following conditions are met:
22 .
23 1. Redistributions of source code must retain the above copyright notice, this
24 list of conditions and the following disclaimer.
25 .
26 2. Redistributions in binary form must reproduce the above copyright notice,
27 this list of conditions and the following disclaimer in the documentation
28 and/or other materials provided with the distribution.
29 .
30 3. Neither the name of the copyright holder nor the names of its contributors
31 may be used to endorse or promote products derived from this software without
32 specific prior written permission.
33 .
34 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
38 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
40 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
41 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
42 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: enum_to_u8_slice_derive
2 Upstream-Contact:
3 Yiming Jing <jingyiming@baidu.com>
4 Yu Ding <dingelish@gmail.com>
5 Source: https://github.com/mesalock-linux/enum_to_u8_slice_derive
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Yiming Jing <jingyiming@baidu.com>
10 FIXME (overlay) UNKNOWN-YEARS Yu Ding <dingelish@gmail.com>
11 License: BSD-3-Clause
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: debian/*
19 Copyright:
20 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
21 2020 Bastian Germann <bastiangermann@fishpost.de>
22 License: BSD-3-Clause
23
24 License: BSD-3-Clause
25 Redistribution and use in source and binary forms, with or without
26 modification, are permitted provided that the following conditions are met:
27 .
28 1. Redistributions of source code must retain the above copyright notice, this
29 list of conditions and the following disclaimer.
30 .
31 2. Redistributions in binary form must reproduce the above copyright notice,
32 this list of conditions and the following disclaimer in the documentation
33 and/or other materials provided with the distribution.
34 .
35 3. Neither the name of the copyright holder nor the names of its contributors
36 may be used to endorse or promote products derived from this software without
37 specific prior written permission.
38 .
39 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
42 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
43 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
45 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
46 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
47 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
48 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["Bastian Germann <bastiangermann@fishpost.de>"]