-
Notifications
You must be signed in to change notification settings - Fork 487
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
Should we move to an MIT license? #164
Comments
@RobTillaart I dropped you an email but it's been about ten years since we spoke outside of github so you may have missed the mail trail. Let me know your thoughts |
Got you email July 7th and replied almost right away. It might have come into your spambox. Good morning MIles, (10:04 AM here), I use MIT for all my libraries because it is the most explicit for the not legally educated what is allowed People are allowed to do anything with it, but don't get any warranty. MIT does not enforce people in any way to share their improvements / changes / evil additions whatever. I am no expert but some licenses are difficult for commercial use. Check - https://choosealicense.com/licenses/ - it explains quite well the difference in licenses for us mere mortals :) I personally go for MIT - "feel free to use it at your own risk and mention the license and copyright (credits) " |
Oh that's odd, yes the email must have been spammed @RobTillaart OK with your comments unless there's any strong objections I'll raise a PR to switch to MIT - I'll leave this issue open for a few days so people can comment either way. |
Good move, in the mean time you could inform that company of the steps taken. |
Sent you a test email to see if it arrives. |
I love that this discussion happened and you decided to move to an MIT license last year. Can someone update the README.md to reflect this as well as the .cpp and .h file? I can submit a pull request if everyone is too busy. I'd love to see this documented as MIT. |
A few weeks ago I received an email from a company in Europe who wanted to use this library in one of their products, however due to the licence LGPL being, and I quote, 'restrictive'
Here's an excerpt of the email I received: "If in general you don’t mind the library being used in commercial products changing the license to MIT might be a bit more appropriate as LGPL is quite restrictive and generally speaking “infectious”, meaning projects using the library need to be licensed under (L)GPL as well, unless explicitly exempted from that."
As this is an open source library with many contributors I am opening it to the floor, do we have any strong feelings one way or the other?
The text was updated successfully, but these errors were encountered: