Context:
Permissive licenses (commonly referred to as “cuck licenses”) like the MIT license allow others to modify your software and release it under an unfree license. Copyleft licenses (like the Gnu General Public License) mandate that all derivative works remain free.
Andrew Tanenbaum developed MINIX, a modular operating system kernel. Intel went ahead and used it to build Management Engine, arguably one of the most widespread and invasive pieces of malware in the world, without even as much as telling him. There’s nothing Tanenbaum could do, since the MIT license allows this.
Erik Andersen is one of the developers of Busybox, a minimal implementation of that’s suited for embedded systems. Many companies tried to steal his code and distribute it with their unfree products, but since it’s protected under the GPL, Busybox developers were able to sue them and gain some money in the process.
Interestingly enough, Tanenbaum doesn’t seem to mind what intel did. But there are some examples out there of people regretting releasing their work under a permissive license.
I find MIT to be good for libraries as you can get companies using it and working on it. However, apps and binaries should be copyleft to not get fucked over.
The MIT license guarantees freedom for developers. The GPL guarantees freedom for end users.
The MIT license guarantees that businesses will use it because it’s free and they don’t have to think about releasing code or hiding their copyright infringement. The developers I’ve seen using that license, or at least those who put some thought into it, did do because they want companies to use it and therefore boost their credibility through use and bug reports, etc. They knowingly did free work for a bunch of companies as a way to build their CV, basically. Like your very own self-imposed unpaid internship.
The GPL license is also good for developers, as they know they can work on a substantial project and have some protections against others creating closed derived works off of it. It’s just a bit more difficult to get enterprise buy-in, which is not a bad thing for many projects.
People seem to think that those who choose permissive licences don’t know what they’re doing. Software can be a gift to the world with no strings attached. A company “taking” your code is never taking it away from you, you still have all the code you wrote. Some people want this. MIT is not an incomplete GPL, it has its own reasons.
For example, OpenBSD has as a project goal: “We want to make available source code that anyone can use for ANY PURPOSE, with no restrictions. We strive to make our software robust and secure, and encourage companies to use whichever pieces they want to.”
People seem to think that those who choose permissive licences don’t know what they’re doing. Software can be a gift to the world with no strings attached. A company “taking” your code is never taking it away from you, you still have all the code you wrote. Some people want this. MIT is not an incomplete GPL, it has its own reasons.
As mentioned in another post, I had another motivation for preferring the BSD license over the GPL .
I maintained a security product for years after the original author left this mature project and focus on life things. In South Korea, 4 engineers used this GPL project internally, but when they went to submit changes back to the project, they were accused and tried for industrial espionage, as the laws in South Korea could be construed to have bearing.
They lost. They’re in jail. The FSF took on their case, but was unable to change that. And, in reality, they were jailed for fulfilling the license requirements.
Since then, I simply cannot guarantee that people will be free from penalty when following the license terms, and I carry a lot of guilt over it – it ultimately led to my scaling-back on work and then moving off the project completely. But the code I do write, I prefer the BSD license. I cannot control or predict what people will do, and I certainly cannot control the action of companies when even the FSF can’t steer them properly.
I have no issue with people choosing the GPL; consider it, choose it, support it, that’s all good and well and proper. Keep doing that, and were my support ever needed, you’d have it. But my choice is different.
I got a LOT of flack when I mentioned this before; like I’m some turncoat or cuck and not allowed in the techbro club. And while their opinion is unassailable, its value scales accordingly. Bless their heart.
The GPL also makes code available for ANY PURPOSE. It just requires people who modify the code to do the same, which is fair.