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

Possible license problem #71

Open
priyadi opened this issue Oct 14, 2023 · 0 comments
Open

Possible license problem #71

priyadi opened this issue Oct 14, 2023 · 0 comments

Comments

@priyadi
Copy link

priyadi commented Oct 14, 2023

Hi, I use MimeMap in my project rekalogika/file-metadata and just noticed a possible licensing violation.

MimeMap uses MIME types database from Freedesktop's shared-mime-info. However, that project is licensed under GPL, therefore any derivation must be licensed under GPL, including this project.

My suggestion: Switch to Apache Tika's MIME database, and keep the LGPL license. Spin off the shared-mime-info-related code to an optional separate project, licensed under GPL. Make the main project use the optional database if it is installed (using class_exists checks).

As a side note, Rails also did something similar a couple of years ago.

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

1 participant