]> git.proxmox.com Git - debcargo-conf.git/blob - src/zeroize/debian/copyright.debcargo.hint
Merge remote-tracking branch 'origin/pending-nvml-wrapper'
[debcargo-conf.git] / src / zeroize / debian / copyright.debcargo.hint
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: zeroize
3 Upstream-Contact: The RustCrypto Project Developers
4 Source: https://github.com/RustCrypto/utils/tree/master/zeroize
5
6 Files: *
7 Copyright: FIXME (overlay) UNKNOWN-YEARS The RustCrypto Project Developers
8 License: Apache-2.0 or MIT
9 Comment:
10 FIXME (overlay): Since upstream copyright years are not available in
11 Cargo.toml, they were extracted from the upstream Git repository. This may not
12 be correct information so you should review and fix this before uploading to
13 the archive.
14
15 Files: ./LICENSE-MIT
16 Copyright: 2018-2021 The RustCrypto Project Developers
17 License: UNKNOWN-LICENSE; FIXME (overlay)
18 Comment:
19 FIXME (overlay): These notices are extracted from files. Please review them
20 before uploading to the archive.
21
22 Files: debian/*
23 Copyright:
24 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
25 2022 Philip Rinn <rinni@debian.org>
26 License: Apache-2.0 or MIT
27
28 License: Apache-2.0
29 Debian systems provide the Apache 2.0 license in
30 /usr/share/common-licenses/Apache-2.0
31
32 License: MIT
33 Permission is hereby granted, free of charge, to any person obtaining a copy
34 of this software and associated documentation files (the "Software"), to deal
35 in the Software without restriction, including without limitation the rights
36 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37 copies of the Software, and to permit persons to whom the Software is
38 furnished to do so, subject to the following conditions:
39 .
40 The above copyright notice and this permission notice shall be included in all
41 copies or substantial portions of the Software.
42 .
43 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49 SOFTWARE.