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