Codebase list rust-stfu8 / 78a761e
Package hkdf Andrej Shadura 4 years ago
4 changed file(s) with 103 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-hkdf (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package hkdf 0.8.0 from crates.io using debcargo 2.4.0
3
4 -- Andrej Shadura <andrewsh@debian.org> Fri, 3 Jan 2020 13:35:00 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: hkdf
2 Upstream-Contact: Vlad Filippov <vlad.filippov@gmail.com>
3 Source: https://github.com/RustCrypto/KDFs/
4
5 Files: *
6 Copyright:
7 2015-2019 Vlad Filippov
8 2018—2019 RustCrypto Developers
9 License: Expat or Apache-2.0
10
11 Files: debian/*
12 Copyright:
13 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2020 Andrej Shadura <andrewsh@debian.org>
15 License: Expat or Apache-2.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: Expat
22 Permission is hereby granted, free of charge, to any person obtaining a copy
23 of this software and associated documentation files (the "Software"), to deal
24 in the Software without restriction, including without limitation the rights
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 copies of the Software, and to permit persons to whom the Software is
27 furnished to do so, subject to the following conditions:
28 .
29 The above copyright notice and this permission notice shall be included in all
30 copies or substantial portions of the Software.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: hkdf
2 Upstream-Contact:
3 vladikoff
4 warner
5 RustCrypto Developers
6 Source: https://github.com/RustCrypto/KDFs/
7
8 Files: *
9 Copyright:
10 FIXME (overlay) UNKNOWN-YEARS vladikoff
11 FIXME (overlay) UNKNOWN-YEARS warner
12 FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
13 License: MIT or Apache-2.0
14 Comment:
15 FIXME (overlay): Since upstream copyright years are not available in
16 Cargo.toml, they were extracted from the upstream Git repository. This may not
17 be correct information so you should review and fix this before uploading to
18 the archive.
19
20 Files: ./LICENSE-MIT
21 Copyright:
22 2015-2018 Vlad Filippov
23 2018 RustCrypto Developers
24 License: UNKNOWN-LICENSE; FIXME (overlay)
25 Comment:
26 FIXME (overlay): These notices are extracted from files. Please review them
27 before uploading to the archive.
28
29 Files: debian/*
30 Copyright:
31 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2020 Andrej Shadura <andrewsh@debian.org>
33 License: MIT or Apache-2.0
34
35 License: Apache-2.0
36 Debian systems provide the Apache 2.0 license in
37 /usr/share/common-licenses/Apache-2.0
38
39 License: MIT
40 Permission is hereby granted, free of charge, to any person obtaining a copy
41 of this software and associated documentation files (the "Software"), to deal
42 in the Software without restriction, including without limitation the rights
43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44 copies of the Software, and to permit persons to whom the Software is
45 furnished to do so, subject to the following conditions:
46 .
47 The above copyright notice and this permission notice shall be included in all
48 copies or substantial portions of the Software.
49 .
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56 SOFTWARE.
0 overlay = "."
1 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]