Please change the free license to LGPL #379
Replies: 5 comments 9 replies
-
Yeah, the fact that anything that you create that links even dynamically to this library must also be licensed as GPL-3 is a deal breaker for me. Specially coming from the Rust ecosystem where 99% is dual licensed Apache 2 + MIT. It's a shame because otherwise the project looks very promising. |
Beta Was this translation helpful? Give feedback.
-
The license is GPL on purpose. |
Beta Was this translation helpful? Give feedback.
-
You're mistaken, my man. Allow me to explain. You're supporting a small set of open source developers. Often times I see projects that have to keep parts of their code closed because of licensing issues. Right now, everyone who has any segment of their code with a license incompatible with GPL, will not be able to use your library. Notice: They won't be able to use your library. Here's why GPL is useless for you to make money: Any company that will use your code, and keeps it internal, they still have the right to use your code without making the code open source. On the other hand, if any company uses your library and want to make users benefit from it, they will anyway be unable to do that because they can't make money out of your library, because your free license is restricted to "non-commercial use". After all, all you want is to prevent people making money without you being part of it, right? I often recommend to library maintainers to think of it this way: "What is it that you're afraid to happen?" You want more people to use your library. You want even more companies to use your library and get "hooked" with the beauty of your library, per se, which will give them an incentive to consider buying a license. Often companies that I worked for, anyone who saw "GPL" will just dismiss that library. No questions asked. Do you really want that? People often start using libraries for free, then they pay for them when they succeed. All those people won't use your library because of GPL. I bet you'll lose more money than you'll make by restricting it. It's up to you. Consider my view in your discussions. After all, no company is gonna make money out of your library without paying you if you clearly put it in the license as "non-commercial". Best of luck. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your input - it is appreciated. In our past careers we've had a very positive experience with the model that we've chosen for this project.
Thank you! |
Beta Was this translation helpful? Give feedback.
-
I moved the issue to a GitHub discussion.
Well, we're afraid that some users use our library for free while we think they should pay. With the GPL, we are happy to let open source users use the library for free. We want that the commercial license fits your use case so the most people can still use the library. We're even considering a free (as in beer) license for the early-adopters and "ambassadors". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to this library, and it seems like it has good ideas. The most important factor for this library to grow is to have a license that can be freely used even in Linux for everyone. With GPL, this library will be feared because everyone will have to make their code open source. Especially that GPL "infects" all other libraries used in a project and forces them to be open source. However, you can still get all the benefits of the commercial license even with LGPL. Please consider that.
Beta Was this translation helpful? Give feedback.
All reactions