Codebase list rust-libslirp / 5f827df
Package image kpcyrd 4 years ago
4 changed file(s) with 134 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-image (0.21.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package image 0.21.1 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Sun, 5 May 2019 06:30:30 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: image
2 Upstream-Contact:
3 ccgn
4 bvssvni <bvssvni@gmail.com>
5 nwin
6 TyOverby <ty@pre-alpha.com>
7 HeroicKatora
8 Calum
9 CensoredUsername <cens.username@gmail.com>
10 fintelia <fintelia@gmail.com>
11 Source: https://github.com/PistonDevelopers/image.git
12
13 Files: *
14 Copyright:
15 2014-2019 ccgn
16 2014-2019 bvssvni <bvssvni@gmail.com>
17 2014-2019 nwin
18 2014-2019 TyOverby <ty@pre-alpha.com>
19 2014-2019 HeroicKatora
20 2014-2019 Calum
21 2014-2019 CensoredUsername <cens.username@gmail.com>
22 2014-2019 fintelia <fintelia@gmail.com>
23 2014-2019 PistonDevelopers
24 1991-2014, Thomas G. Lane, Guido Vollbeding.
25 1994 Anthony Dekker
26 License: MIT
27
28 Files: debian/*
29 Copyright:
30 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019 kpcyrd <git@rxv.cc>
32 License: MIT
33
34 License: MIT
35 Permission is hereby granted, free of charge, to any person obtaining a copy
36 of this software and associated documentation files (the "Software"), to deal
37 in the Software without restriction, including without limitation the rights
38 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39 copies of the Software, and to permit persons to whom the Software is
40 furnished to do so, subject to the following conditions:
41 .
42 The above copyright notice and this permission notice shall be included in all
43 copies or substantial portions of the Software.
44 .
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: image
2 Upstream-Contact:
3 ccgn
4 bvssvni <bvssvni@gmail.com>
5 nwin
6 TyOverby <ty@pre-alpha.com>
7 HeroicKatora
8 Calum
9 CensoredUsername <cens.username@gmail.com>
10 fintelia <fintelia@gmail.com>
11 Source: https://github.com/PistonDevelopers/image.git
12
13 Files: *
14 Copyright:
15 FIXME (overlay) UNKNOWN-YEARS ccgn
16 FIXME (overlay) UNKNOWN-YEARS bvssvni <bvssvni@gmail.com>
17 FIXME (overlay) UNKNOWN-YEARS nwin
18 FIXME (overlay) UNKNOWN-YEARS TyOverby <ty@pre-alpha.com>
19 FIXME (overlay) UNKNOWN-YEARS HeroicKatora
20 FIXME (overlay) UNKNOWN-YEARS Calum
21 FIXME (overlay) UNKNOWN-YEARS CensoredUsername <cens.username@gmail.com>
22 FIXME (overlay) UNKNOWN-YEARS fintelia <fintelia@gmail.com>
23 License: MIT
24 Comment:
25 FIXME (overlay): Since upstream copyright years are not available in
26 Cargo.toml, they were extracted from the upstream Git repository. This may not
27 be correct information so you should review and fix this before uploading to
28 the archive.
29
30 Files: ./LICENSE
31 Copyright: 2014 PistonDevelopers
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/jpeg/transform.rs
38 Copyright: 1991-2014, Thomas G. Lane, Guido Vollbeding.
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/math/nq.rs
45 Copyright: 1994 Anthony Dekker
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 kpcyrd <git@rxv.cc>
55 License: MIT
56
57 License: MIT
58 Permission is hereby granted, free of charge, to any person obtaining a copy
59 of this software and associated documentation files (the "Software"), to deal
60 in the Software without restriction, including without limitation the rights
61 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62 copies of the Software, and to permit persons to whom the Software is
63 furnished to do so, subject to the following conditions:
64 .
65 The above copyright notice and this permission notice shall be included in all
66 copies or substantial portions of the Software.
67 .
68 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]