this post was submitted on 03 Mar 2026
31 points (97.0% liked)
Linux
63471 readers
598 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is the permissive vs copyleft debate. And it's old as time. I suppose there's a lot of nuance with licensing. If you're a company at the receiving end, you probably love permissive licenses. They're easy, offer the maximum amount of flexibility and freedom. It's so short you probably don't even need a team of lawyers... If you write software, it's a bit more complicated. Do you want to cater to those people, make it as easy as possible to adopt your software? Then maybe consider BSD/Apache/MIT. Do you want to build a community, stop your competitors from just taking code? Want to try to ensure it stays open? Then maybe consider a copyleft license.
I sometimes don't care. Write some stuff for me (as a hobby) but that's my entire motivation. I don't care what people do with the results of my weekend of effort. Never plan to hire a lawyer or bother with it in case something happrns with it. Or it's just a pile of snippets. I'll dump it for other people to use and release that either WTFPL or some other permissive license. People can do whatever they like with it. With the stuff I'm a bit more proud of, or I plan to return to, I'll choose AGPL.
I suppose with operating systems, it's a bit similar? I mean there is a community for both ideas. Seems there are people who like either of them. They'll have slightly different ideology, tasks to accomplish and different goals.