this post was submitted on 23 Aug 2024
432 points (99.5% liked)
Open Source
30984 readers
470 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Unless you're selling the software or licenses to it, I don't really see a reason not to go copyleft. I mean, think about it. If someone tries to make your thing but better, they have to release the modifications, so you can grab it for yourself and suddenly you're at the same level. If they piggyback off your work, you can piggyback off theirs, and you have the advantage of being the original. Correct me if I'm wrong.
It makes just as much sense if you're selling it!
Does it? proceeds to compile paid software and release a free package for it
You can do that with permissively licensed software too. Except with those, the party distributing their repackaged version doesn't have to distribute source code alongside it. A lot of companies avoid copyleft software because they don't want to or cannot deal with stricter licensing terms. If you're a company creating commercial software which you intend to sell, you don't want to use any GPL code, because you want to keep your software closed source to avoid exactly what you described from happening.
This can be exploited by primarily licensing your open source code using strong copyleft (like the AGPLv3) while selling commercial licenses to businesses that don't want to comply with the AGPL and are willing to pay up. Qt is able to successfully use this even with weaker copyleft (LGPLv3) because it's used a lot in embedded systems (like smart cars) which cannot comply with the LGPLv3's anti-tivoization clause.
This means copyleft licenses can make it easier to profit if you're the author of the code, but of course third parties can more easily profit from permissive licenses.
Torrenting has existed for a long time, yet people still buy software. There is a lot more to software distribution than traditional product sale.
You want to have frequent fixes, compatibility with modern tools, new features and a trustworthy distribution pipeline. These are all things people and corps are willing to pay for in FOSS software.