Codebase list rust-stfu8 / 83abd71
Package nix-0.23. Jelmer Vernooij 1 year, 10 months ago
3 changed file(s) with 61 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-nix (0.23.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO;; urgency=medium
1
2 * Team upload.
3 * Package nix 0.23.1 from crates.io using debcargo 2.5.0
4
5 -- Jelmer Vernooij <jelmer@debian.org> Fri, 10 Jun 2022 16:24:58 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nix-0.23
2 Upstream-Contact: Carl Lerche
3 Source: https://github.com/nix-rust/nix
4
5 Files: *
6 Copyright:
7 2015-2018 Carl Lerche + nix-rust Authors
8 License: MIT
9
10 Files: src/sys/signal.rs
11 Copyright:
12 2015-2018 Carl Lerche + nix-rust Authors
13 2014 The Rust Project Developers
14 License: MIT
15
16 Files: test/test_kmod/hello_mod/*
17 Copyright:
18 2018 Carl Lerche + nix-rust Authors
19 License: GPL-2+ or MIT
20
21 Files: debian/*
22 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Paride Legovini <paride@debian.org>
25 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
26 2019 kpcyrd <git@rxv.cc>
27 License: MIT
28
29 License: MIT
30 Permission is hereby granted, free of charge, to any person obtaining a copy
31 of this software and associated documentation files (the "Software"), to deal
32 in the Software without restriction, including without limitation the rights
33 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 copies of the Software, and to permit persons to whom the Software is
35 furnished to do so, subject to the following conditions:
36 .
37 The above copyright notice and this permission notice shall be included in all
38 copies or substantial portions of the Software.
39 .
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46 SOFTWARE.
47
48 License: GPL-2+
49 On Debian systems, the full text of the GNU General Public License
50 version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.
0 overlay = "."
1
2 whitelist = ["src/errno_dragonfly.c", "test/test_kmod/hello_mod/hello.c"]
3 collapse_features = true