Codebase list rust-serde-xml-rs / 993ec94
sha1: new upstream release Needed for rust coreutils Sylvestre Ledru 1 year, 11 months ago
3 changed file(s) with 40 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
0 rust-sha1 (0.6.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-sha1 (0.10.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package sha1 0.10.1 from crates.io using debcargo 2.5.0
3
4 [ Ximin Luo ]
25 * Update copyright info.
36
4 -- Ximin Luo <infinity0@debian.org> Thu, 5 Jul 2018 01:58:21 -0700
7 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 May 2022 22:48:10 +0200
58
69 rust-sha1 (0.6.0-1) unstable; urgency=medium
710
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: sha1
2 Upstream-Contact: Armin Ronacher <armin.ronacher@active-4.com>
3 Source: https://github.com/mitsuhiko/rust-sha1
2 Upstream-Contact: RustCrypto Developers
3 Source: https://github.com/RustCrypto/hashes
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Armin Ronacher <armin.ronacher@active-4.com>
7 License: BSD-3-Clause
6 Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers
7 License: MIT or Apache-2.0
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1010 Cargo.toml, they were extracted from the upstream Git repository. This may not
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE
15 Copyright: 2013 Koka El Kiwi
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: ./src/simd.rs
22 Copyright: 2009-2013 Mozilla Foundation
23 License: UNKNOWN; FIXME (overlay)
14 Files: ./LICENSE-MIT
15 Copyright:
16 2006-2009 Graydon Hoare
17 2009-2013 Mozilla Foundation
18 2016 Artyom Pavlov
19 License: UNKNOWN-LICENSE; FIXME (overlay)
2420 Comment:
2521 FIXME (overlay): These notices are extracted from files. Please review them
2622 before uploading to the archive.
2723
2824 Files: debian/*
29 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018 FIXME (overlay) Your Name <Your Email>
31 License: BSD-3-Clause
25 Copyright:
26 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
27 2018-2022 Sylvestre Ledru <sylvestre@debian.org>
28 License: MIT or Apache-2.0
3229
33 License: BSD-3-Clause
34 Redistribution and use in source and binary forms, with or without
35 modification, are permitted provided that the following conditions are met:
30 License: Apache-2.0
31 Debian systems provide the Apache 2.0 license in
32 /usr/share/common-licenses/Apache-2.0
33
34 License: MIT
35 Permission is hereby granted, free of charge, to any person obtaining a copy
36 of this software and associated documentation files (the "Software"), to deal
37 in the Software without restriction, including without limitation the rights
38 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39 copies of the Software, and to permit persons to whom the Software is
40 furnished to do so, subject to the following conditions:
3641 .
37 1. Redistributions of source code must retain the above copyright notice, this
38 list of conditions and the following disclaimer.
42 The above copyright notice and this permission notice shall be included in all
43 copies or substantial portions of the Software.
3944 .
40 2. Redistributions in binary form must reproduce the above copyright notice,
41 this list of conditions and the following disclaimer in the documentation
42 and/or other materials provided with the distribution.
43 .
44 3. Neither the name of the copyright holder nor the names of its contributors
45 may be used to endorse or promote products derived from this software without
46 specific prior written permission.
47 .
48 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
49 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
51 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
52 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
53 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
54 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
55 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
56 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
57 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
58
59
60
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51 SOFTWARE.
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]