|
|
|
|
|
by andix
1723 days ago
|
|
For libraries it is very difficult to chose a permissive license. Most companies have a whitelist for licenses for libraries they are allowed to use. And for a good reason. This is mostly MIT, BSD and Apache. If you use a gpl licensed library in your project, it essentially becomes gpl licensed too. If you ever want to sell your software, this is probably a big no-no. It will become quite challenging, and could end up in a legal desaster. So to create a successful library, other people are willing to use, you essentially have to release it without restrictions. |
|