FWICS, the package is bundling a bunch of crates with licenses: - || ( MIT Apache-2.0 ) - || ( MIT Unlicense ) - MIT - MPL-2.0 - || ( Apache-2.0 Boost-1.0 ) - ISC - BSD - BSD-2 - zlib - GPL-3 (possibly || ( GPL-3 Apache-2.0 MIT ) but Cargo.toml lists only GPL) - GPL-3 (this time alone) - BSD However, they are not listed in LICENSE. Furthermore, it is invalid to combine GPL-3 and non-GPL code and redistribute it as MIT. The resulting executable needs to be licensed as GPL-3 to comply.
(In reply to Michał Górny from comment #0) > - GPL-3 (possibly || ( GPL-3 Apache-2.0 MIT ) but Cargo.toml lists only GPL) > - GPL-3 (this time alone) > - BSD > > However, they are not listed in LICENSE. Furthermore, it is invalid to > combine GPL-3 and non-GPL code and redistribute it as MIT. The resulting > executable needs to be licensed as GPL-3 to comply. Please scratch the part about GPL. It's leftover from cloning bug.
Ping.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b690c34a40b704f414568660d4217c5e12922304 commit b690c34a40b704f414568660d4217c5e12922304 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2019-12-09 20:44:56 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2019-12-09 20:45:24 +0000 dev-util/cargo-tree: bump to 0.27.0 Bug: https://bugs.gentoo.org/694424 Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-util/cargo-tree/Manifest | 98 ++++++++++++++ dev-util/cargo-tree/cargo-tree-0.27.0.ebuild | 188 +++++++++++++++++++++++++++ 2 files changed, 286 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd57f91fe88d34a222533ed8d8d2bcde89803998 commit cd57f91fe88d34a222533ed8d8d2bcde89803998 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2020-02-18 04:54:25 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2020-02-18 04:54:25 +0000 dev-util/cargo-tree: drop old Closes: https://bugs.gentoo.org/694424 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-util/cargo-tree/Manifest | 280 --------------------------- dev-util/cargo-tree/cargo-tree-0.23.0.ebuild | 189 ------------------ dev-util/cargo-tree/cargo-tree-0.24.0.ebuild | 181 ----------------- dev-util/cargo-tree/cargo-tree-0.25.0.ebuild | 182 ----------------- dev-util/cargo-tree/cargo-tree-0.26.0.ebuild | 186 ------------------ dev-util/cargo-tree/cargo-tree-0.27.0.ebuild | 188 ------------------ 6 files changed, 1206 deletions(-)