]> git.proxmox.com Git - debcargo-conf.git/blame - src/toml/debian/copyright.debcargo.hint
toml - new (semver compatible) upstream release.
[debcargo-conf.git] / src / toml / debian / copyright.debcargo.hint
CommitLineData
d07a9439 1Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: toml
3Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
272b8080 4Source: https://github.com/toml-rs/toml
d07a9439 5
6Files: *
45292830 7Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
d07a9439 8License: MIT or Apache-2.0
9Comment:
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
cfe7806b 15Files: src/map.rs
cf7e12b4 16Copyright: 2017 Serde Developers
17License: UNKNOWN-LICENSE; FIXME (overlay)
18Comment:
19 FIXME (overlay): These notices are extracted from files. Please review them
20 before uploading to the archive.
21
d07a9439 22Files: debian/*
45292830 23Copyright:
eda7a547
PMG
24 2018-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
25 2018-2023 kpcyrd <git@rxv.cc>
d07a9439 26License: MIT or Apache-2.0
27
28License: Apache-2.0
29 Debian systems provide the Apache 2.0 license in
30 /usr/share/common-licenses/Apache-2.0
31
32License: 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.