Codebase list rust-serde-xml-rs / 154f472
Package unicode-script Andrej Shadura 4 years ago
4 changed file(s) with 136 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-unicode-script (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package unicode-script 0.3.0 from crates.io using debcargo 2.4.0
3
4 -- Andrej Shadura <andrewsh@debian.org> Sat, 28 Dec 2019 14:27:51 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: unicode-script
2 Upstream-Contact: The Servo Project Developers
3 Source: https://github.com/servo/unicode-script
4
5 Files: *
6 Copyright: 2015—2018 The Servo Project Developers
7 License: Apache-2.0 or Expat
8
9 Files: scripts/unicode.py
10 Copyright:
11 2011-2015 The Rust Project Developers
12 License: Apache-2.0 or Expat
13
14 Files: src/lib.rs
15 Copyright: 2014 The html5ever Project Developers. See the
16 License: Apache-2.0 or Expat
17
18 Files: src/tables.rs
19 Copyright: 2012-2015 The Rust Project Developers
20 License: Apache-2.0 or Expat
21
22 Files: debian/*
23 Copyright:
24 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
25 2019 Andrej Shadura <andrewsh@debian.org>
26 License: Apache-2.0 or Expat
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: Expat
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.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: unicode-script
2 Upstream-Contact: The Servo Project Developers
3 Source: https://github.com/servo/unicode-script
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Servo 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: ./COPYRIGHT
15 Copyright: 2015, The Servo Project Developers (given in the
16 License: UNKNOWN-LICENSE; 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: ./LICENSE-MIT
22 Copyright: 2015 The Rust Project Developers
23 License: UNKNOWN-LICENSE; 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: ./scripts/unicode.py
29 Copyright:
30 2011-2015 The Rust Project Developers
31 2012-2015 The Rust Project Developers
32 License: UNKNOWN-LICENSE; FIXME (overlay)
33 Comment:
34 FIXME (overlay): These notices are extracted from files. Please review them
35 before uploading to the archive.
36
37 Files: ./src/lib.rs
38 Copyright: 2014 The html5ever Project Developers. See the
39 License: UNKNOWN-LICENSE; FIXME (overlay)
40 Comment:
41 FIXME (overlay): These notices are extracted from files. Please review them
42 before uploading to the archive.
43
44 Files: ./src/tables.rs
45 Copyright: 2012-2015 The Rust Project Developers
46 License: UNKNOWN-LICENSE; FIXME (overlay)
47 Comment:
48 FIXME (overlay): These notices are extracted from files. Please review them
49 before uploading to the archive.
50
51 Files: debian/*
52 Copyright:
53 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
54 2019 Andrej Shadura <andrewsh@debian.org>
55 License: MIT or Apache-2.0
56
57 License: Apache-2.0
58 Debian systems provide the Apache 2.0 license in
59 /usr/share/common-licenses/Apache-2.0
60
61 License: MIT
62 Permission is hereby granted, free of charge, to any person obtaining a copy
63 of this software and associated documentation files (the "Software"), to deal
64 in the Software without restriction, including without limitation the rights
65 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
66 copies of the Software, and to permit persons to whom the Software is
67 furnished to do so, subject to the following conditions:
68 .
69 The above copyright notice and this permission notice shall be included in all
70 copies or substantial portions of the Software.
71 .
72 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78 SOFTWARE.
0 overlay = "."
1 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]