]> git.proxmox.com Git - debcargo-conf.git/blob - src/futures-test/debian/copyright
package futures-test, needed for async-compression, that is needed for reqwest
[debcargo-conf.git] / src / futures-test / debian / copyright
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: futures-test
3 Upstream-Contact: Alex Crichton
4 Source: https://github.com/rust-lang/futures-rs
5
6 Files: *
7 Copyright:
8 2016-2022 Alex Crichton
9 2017-2022 The Tokio Authors
10 License: MIT or Apache-2.0
11
12 Files: debian/*
13 Copyright:
14 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2022 Alexander Kjäll <alexander.kjall@gmail.com>
16 License: MIT or Apache-2.0
17
18 License: Apache-2.0
19 Debian systems provide the Apache 2.0 license in
20 /usr/share/common-licenses/Apache-2.0
21
22 License: MIT
23 Permission is hereby granted, free of charge, to any person obtaining a copy
24 of this software and associated documentation files (the "Software"), to deal
25 in the Software without restriction, including without limitation the rights
26 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 copies of the Software, and to permit persons to whom the Software is
28 furnished to do so, subject to the following conditions:
29 .
30 The above copyright notice and this permission notice shall be included in all
31 copies or substantial portions of the Software.
32 .
33 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39 SOFTWARE.