Codebase list rust-stfu8 / c35b443
package lazycell 0.6 Wolfgang Silbermayr 5 years ago
4 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-lazycell-0.6 (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package lazycell 0.6.0 from crates.io using debcargo 2.2.3
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 13 Jul 2018 11:42:06 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lazycell
2 Upstream-Contact:
3 Alex Crichton <alex@alexcrichton.com>
4 Nikita Pekin <contact@nikitapek.in>
5 Source: https://github.com/indiv0/lazycell
6
7 Files: *
8 Copyright:
9 2014 The Rust Project Developers
10 2016-2017 Nikita Pekin
11 2016-2017 The lazycell contributors
12 License: MIT or Apache-2.0
13
14 Files: debian/*
15 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
18 License: MIT or Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lazycell
2 Upstream-Contact:
3 Alex Crichton <alex@alexcrichton.com>
4 Nikita Pekin <contact@nikitapek.in>
5 Source: https://github.com/indiv0/lazycell
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
10 FIXME (overlay) UNKNOWN-YEARS Nikita Pekin <contact@nikitapek.in>
11 License: MIT or Apache-2.0
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE-MIT
19 Copyright:
20 2014 The Rust Project Developers
21 2016-2017 Nikita Pekin and lazycell contributors
22 License: UNKNOWN-LICENSE; FIXME (overlay)
23 Comment:
24 FIXME (overlay): These notices are extracted from files. Please review them
25 before uploading to the archive.
26
27 Files: ./src/lib.rs
28 Copyright:
29 2014 The Rust Project Developers
30 2016-2017 Nikita Pekin and the lazycell contributors
31 License: UNKNOWN-LICENSE; FIXME (overlay)
32 Comment:
33 FIXME (overlay): These notices are extracted from files. Please review them
34 before uploading to the archive.
35
36 Files: debian/*
37 Copyright:
38 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
39 2018 FIXME (overlay) Your Name <Your Email>
40 License: MIT or Apache-2.0
41
42 License: Apache-2.0
43 Debian systems provide the Apache 2.0 license in
44 /usr/share/common-licenses/Apache-2.0
45
46 License: MIT
47 Permission is hereby granted, free of charge, to any person obtaining a copy
48 of this software and associated documentation files (the "Software"), to deal
49 in the Software without restriction, including without limitation the rights
50 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51 copies of the Software, and to permit persons to whom the Software is
52 furnished to do so, subject to the following conditions:
53 .
54 The above copyright notice and this permission notice shall be included in all
55 copies or substantial portions of the Software.
56 .
57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
63 SOFTWARE.
0 semver_suffix = true
01 overlay = "."