Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licensing inconsistency between Cargo.toml, License, Dependencies #38

Open
philippeitis opened this issue Nov 19, 2020 · 2 comments
Open

Comments

@philippeitis
Copy link

philippeitis commented Nov 19, 2020

The LICENSE file specifies that this crate uses MPL, while the Cargo.toml specifies that it uses MIT, which is what shows up on crates.io. In addition, this crate partially depends on the epub crate, which is GPL, so I suspect there may be a possibility that the entire crate might need to be licensed under GPL.

@blandger
Copy link
Collaborator

blandger commented Nov 19, 2020

As far as I know epub crate
is used only by unit test for checking composed dummy ebook.
I don't know if that matters in that case. Just a comment on issue.

@micwoj92
Copy link

micwoj92 commented Sep 4, 2024

ping @Michael-F-Bryan any word on this issue?

as epub crate seems to be only used to test, there is no code from it in mdbook-epub binary, so it is not derivative of it, so the license of it does not matter. But obviously IANAL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants