selectolax icon indicating copy to clipboard operation
selectolax copied to clipboard

Doesn't MIT License of selectolax conflicts with GPLv2 of Modest

Open hyzhak opened this issue 5 years ago • 6 comments

hyzhak avatar Jan 28 '20 17:01 hyzhak

Hi @hyzhak

Does anyone really care? 😄 I think it's okay, even if it conflicts.

lexborisov avatar Jan 28 '20 18:01 lexborisov

Hi @lexborisov! And thank you for response! I haven't expected to see you here ;), just finished to read your articles on habra and found that you already have new engine https://lexbor.com/docs/lexbor/, which is even better and faster. And what is very important it is under Apache 2.0 license (but maybe without python binding yet).

And yes, in my case open license is crucial - I planned to use your html-parser inside of data processing pipeline of one company. And we don't plan to make it open source yet.

hyzhak avatar Jan 28 '20 21:01 hyzhak

Thanks @hyzhak

GPLv2 license allows use the code in closed projects. Everything is fine. As the author of the project, I guarantee that you can use the code in closed projects.

Use boldly!

lexborisov avatar Jan 29 '20 05:01 lexborisov

LGPL license, unlike GPL, allows linking of LGPL libraries with closed source code, if the library itself remains to be open source.

vlisivka avatar Sep 08 '21 09:09 vlisivka

I think this issue can be closed, provided no code from Modest is copied into this library, and instead it is simply used through its API. See https://softwareengineering.stackexchange.com/a/141848/67648

Gallaecio avatar Oct 09 '21 05:10 Gallaecio