Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694426 - dev-util/cbindgen: Missing LICENSE for bundled crates
Summary: dev-util/cbindgen: Missing LICENSE for bundled crates
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 694790
  Show dependency tree
 
Reported: 2019-09-15 07:05 UTC by Michał Górny
Modified: 2019-11-05 19:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-15 07:05:23 UTC
FWICS, the package is bundling a bunch of crates with licenses:
- || ( MIT Apache-2.0 )
- MIT
- || ( Apache-2.0 Boost-1.0 )
- ISC
- BSD-2
- MPL-2.0
- BSD

However, they are not listed in LICENSE.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-11-03 20:00:03 UTC
Ping.
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2019-11-05 19:21:23 UTC
All crates are _at least_ licensed under MIT. Some crates allow using additional licenses but because they all allow MIT we will just stick with MIT which is valid for all.
Comment 3 Larry the Git Cow gentoo-dev 2019-11-05 19:29:24 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906ee07e781a5c4a15aecbce1c50a2b3ff6dc224

commit 906ee07e781a5c4a15aecbce1c50a2b3ff6dc224
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-11-05 19:28:43 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-11-05 19:29:15 +0000

    dev-util/cbindgen: add MIT license
    
    Bug: https://bugs.gentoo.org/694426
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-util/cbindgen/cbindgen-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)