|
|
|
|
|
by red_admiral
1003 days ago
|
|
Let's say you want to develop software as a job, and make enough money to live. You also have the ethics not to go into the ad-supported track-everything mobile apps business. There is still good money to be made without selling your soul, but most of it is in the B2B not the B2C market. And there, you negotiate the terms of who owns what individually for each contract anyway, at least if you have any sense. The problem with the GPL is that its "infectious" nature does not play nicely with how the B2B world works, where you might link against your client's in-house proprietary libraries, which even though they're never planning to distribute them, they very much don't want their own IP to become GPLed as a result. So if you want to bring in a library to make pretty graphs or something, it very much matters what the licence is - MIT is generally fine though. (How and whether a FOSS library author should be paid for the fact that one corporation used their library to develop software for another corporation, is an entirely separate matter.) |
|
Standard GPL FUD. Firstly, linking against proprietary libraries is fine as long as you don’t distribute the result to any third party. Secondly, no IP can “become GPLed” unless anybody chooses to make it so.