|
|
|
|
|
by NayamAmarshe
1315 days ago
|
|
> The GPL doesn't force you to make software better for everyone. It forces you to contribute. Read what GPLv3 states: - Include a copy of the full license text - State all significant changes made to the original software - Make available the original source code when you distribute any binaries based on the licensed work - Include a copy of the original copyright notice Watch Linus' interview with the Intel CEO where he talks about what open source is. He clearly mentions that it's a system where personal reasons end up benefitting everyone involved. When someone contributes code for their own need, collectively everyone ends up benefitting from the individual changes. It's not an altruistic system, nobody is doing this to please corpos like MIT license usually is. |
|
> and keep it all to themselves
bit. The GPL allows you to make modifications to software, and then not publish the code of those modifications, as long as you don't distribute the software. If you only use the software in-house, you can make unpublished modifications as much as you like. That's what "keep it all to themselves" most likely referred to.