Codebase list rust-safemem / a9483f8
Package xkbcommon Arnaud Ferraris 4 years ago
5 changed file(s) with 111 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-xkbcommon (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package xkbcommon 0.4.0 from crates.io using debcargo 2.4.2
3
4 -- Arnaud Ferraris <arnaud.ferraris@collabora.com> Fri, 10 Apr 2020 14:05:38 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: xkbcommon
2 Upstream-Contact: Remi Thebault <remi.thebault@gmail.com>
3 Source: https://github.com/rtbo/xkbcommon-rs
4
5 Files: *
6 Copyright: 2016-2019 Remi Thebault <remi.thebault@gmail.com>
7 License: MIT
8
9 Files: ./src/xkb/keysyms.rs
10 Copyright:
11 1987, 1988, 1991, 1994, 1998 The Open Group
12 1987, 1988 Digital Equipment Corporation, Maynard, Massachusetts
13 1991 Oracle and/or its affiliates
14 2016 Remi Thebault <remi.thebault@gmail.com>
15 License: MIT
16
17 Files: debian/*
18 Copyright:
19 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
20 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
21 License: MIT
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: xkbcommon
2 Upstream-Contact: Remi THEBAULT <remi.thebault@gmail.com>
3 Source: https://github.com/rtbo/xkbcommon-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Remi THEBAULT <remi.thebault@gmail.com>
7 License: MIT
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
15 Copyright: 2016 Remi Thebault <remi.thebault@gmail.com>
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: ./src/xkb/keysyms.rs
22 Copyright:
23 1987, 1994, 1998 The Open Group
24 1987 by Digital Equipment Corporation, Maynard, Massachusetts
25 1991, Oracle and/or its affiliates. All rights reserved.
26 1991, 1998 The Open Group
27 1988, 1998 The Open Group
28 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
29 1987, 1998 The Open Group
30 1987 by Digital Equipment Corporation, Maynard, Massachusetts,
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 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
39 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
40 License: MIT
41
42 License: MIT
43 Permission is hereby granted, free of charge, to any person obtaining a copy
44 of this software and associated documentation files (the "Software"), to deal
45 in the Software without restriction, including without limitation the rights
46 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47 copies of the Software, and to permit persons to whom the Software is
48 furnished to do so, subject to the following conditions:
49 .
50 The above copyright notice and this permission notice shall be included in all
51 copies or substantial portions of the Software.
52 .
53 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
59 SOFTWARE.
0 overlay = "."
1 uploaders = ["Arnaud Ferraris <arnaud.ferraris@collabora.com>"]
2
3 [packages.lib]
4 depends = ["libxkbcommon-dev"]