Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: malachite-nz
Upstream-Contact: Mikhail Hogrefe <mikhailhogrefe@gmail.com>
Source: https://github.com/mhogrefe/malachite

Files: *
Copyright: 2026 Mikhail Hogrefe
License: LGPL-3+

Files:
 src/platform_*.rs
 src/integer/logic/*
 src/integer/arithmetic/*
 src/natural/conversion/digits/*
 src/natural/logic/*
 src/natural/comparison/cmp.rs
 src/natural/arithmetic/*
 src/test_util/natural/arithmetic/*
 src/bin_util/generate/*
Copyright:
 2026 Mikhail Hogrefe
 1991-2024 Free Software Foundation, Inc.
License: LGPL-3+
Comment:
 These files contain code adapted from GNU MP, GNU MPFR, or GNU FLINT.
 Upstream headers identify additional authors for specific files:
 .
 - src/platform_*.rs and src/bin_util/generate/factorial_data.rs:
   Torbjorn Granlund and Marco Bodrato.
 - src/natural/arithmetic/div.rs, div_exact.rs, mod_op.rs,
   gcd/matrix_2_2.rs, mul/mul_mod.rs, mul/poly_eval.rs, and
   test_util/natural/arithmetic/div*.rs: Niels Moller, Torbjorn Granlund,
   and Marco Bodrato.
 - src/natural/arithmetic/mod_op.rs: Peter L. Montgomery.
 - src/natural/arithmetic/mul/poly_interpolate.rs: Robert Harley,
   Paul Zimmermann, and Marco Bodrato.
 - src/natural/arithmetic/root.rs and sqrt.rs: Paul Zimmermann,
   Torbjorn Granlund, and Marco Bodrato.
 - src/natural/arithmetic/add.rs, add_mul.rs, mul/mod.rs, and sub.rs:
   florian1345.
 - src/natural/arithmetic/float_*.rs: the AriC and Caramba projects, INRIA.

Files:
 src/natural/factorization/is_power.rs
 src/natural/factorization/is_square.rs
 src/natural/factorization/remove_power.rs
Copyright:
 2026 William Youmans
License: LGPL-3+
Comment:
 These files contain code adapted from GNU MP or GNU FLINT.

Files:
 src/integer/conversion/pyo3.rs
 src/natural/conversion/pyo3.rs
Copyright:
 2026 Mikhail Hogrefe
 2026 Antonio Mamic
License: LGPL-3+
Comment:
 Upstream headers credit Antonio Mamic for the PyO3 integration.

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Michele Cane <michele.cane@proton.me>
License: LGPL-3+

License: LGPL-3+
 This package is free software; you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 3 of the License, or (at your
 option) any later version.
 .
 On Debian systems, the full text of the GNU Lesser General Public License
 version 3 can be found in /usr/share/common-licenses/LGPL-3.
