Codebase list rust-stfu8 / bb642c5
xxhash-rust: package version 0.8.2 Daniel Kahn Gillmor 2 years ago
4 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-xxhash-rust (0.8.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package xxhash-rust 0.8.2 from crates.io using debcargo 2.5.0
3
4 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 13 Dec 2021 19:24:24 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: xxhash-rust
2 Upstream-Contact: Douman <douman@gmx.se>
3 Source: https://github.com/DoumanAsh/xxhash-rust
4
5 Files: *
6 Copyright: 2020-2021 Douman <douman@gmx.se>
7 License: BSL-1.0
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
13 License: BSL-1.0
14
15 License: BSL-1.0
16 Boost Software License - Version 1.0 - August 17th, 2003
17 .
18 Permission is hereby granted, free of charge, to any person or organization
19 obtaining a copy of the software and accompanying documentation covered by
20 this license (the "Software") to use, reproduce, display, distribute,
21 execute, and transmit the Software, and to prepare derivative works of the
22 Software, and to permit third-parties to whom the Software is furnished to
23 do so, all subject to the following:
24 .
25 The copyright notices in the Software and this entire statement, including
26 the above license grant, this restriction and the following disclaimer,
27 must be included in all copies of the Software, in whole or in part, and
28 all derivative works of the Software, unless such copies or derivative
29 works are solely in the form of machine-executable object code generated by
30 a source language processor.
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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
35 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
36 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
37 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38 DEALINGS IN THE SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: xxhash-rust
2 Upstream-Contact: Douman <douman@gmx.se>
3 Source: https://github.com/DoumanAsh/xxhash-rust
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Douman <douman@gmx.se>
7 License: BSL-1.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:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
18 License: BSL-1.0
19
20 License: BSL-1.0
21 FIXME (overlay): Unrecognized crate license, please find the full license text in the rest of the crate source code and copy-paste it here
0 overlay = "."
1 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]