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

Adjust license to reflect a MIT-only source, and add a MIT license file #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

musicinmybrain
Copy link

Since src/context.rs appears to be derived from
https://github.com/google/brotli/blob/v1.1.0/c/common/context.c (possibly at a different version), and carries only MIT terms, it’s not possible for the crate to be BSD-3-Clause OR MIT overall. The new LICENSE.MIT file is taken from
https://github.com/google/brotli/raw/refs/tags/v1.1.0/LICENSE since that appears to be the correct license text for context.rs.

Fixes #9.

It would be great to have some kind of resolution to these licensing issues.

The corresponding PR for rust-brotli is dropbox/rust-brotli#218.

Since `src/context.rs` appears to be derived from
https://github.com/google/brotli/blob/v1.1.0/c/common/context.c
(possibly at a different version), and carries only MIT terms, it’s not
possible for the crate to be `BSD-3-Clause OR MIT` overall. The new
`LICENSE.MIT` file is taken from
https://github.com/google/brotli/raw/refs/tags/v1.1.0/LICENSE since that
appears to be the correct license text for `context.rs`.

Fixes dropbox#9.

Signed-off-by: Benjamin A. Beasley <[email protected]>
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

Successfully merging this pull request may close these issues.

BSD or MIT
1 participant