Codebase list rust-subtle / 4431354
procfs: Update initial release to 0.12.0, fix copyright reject issue Joshua Peisach 2 years ago
2 changed file(s) with 24 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 rust-procfs (0.11.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-procfs (0.12.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package procfs 0.11.0 from crates.io using debcargo 2.4.4 (Closes: #950012)
2 * Package procfs 0.12.0 from crates.io using debcargo 2.5.0 (#950012)
33
4 -- Joshua Peisach <itzswirlz2020@outlook.com> Mon, 01 Nov 2021 18:16:36 -0400
4 -- Joshua Peisach <itzswirlz2020@outlook.com> Fri, 10 Dec 2021 20:52:44 -0500
44
55 Files: *
66 Copyright: 2015 Andrew Chin <achin@eminence32.net>
7 License: Apache-2.0
7 License: Apache-2.0 or Expat
88
99 Files: debian/*
1010 Copyright:
1111 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2021 Joshua Peisach <itzswirlz2020@outlook.com>
13 License: Apache-2.0
13 License: Apache-2.0 or Expat
1414
1515 License: Apache-2.0
1616 Debian systems provide the Apache 2.0 license in
1717 /usr/share/common-licenses/Apache-2.0
18
19 License: Expat
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.