91
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Jun 2024
91 points (97.9% liked)
Asklemmy
43750 readers
1278 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
I'm an OpenBSD user & ports maintainer, and while I don't totally agree with the permissive ethos, I'll summerize it the best I can:
Permissive licensing (anyone can use your code for any reason, as long as they give attribution) means more people are using your software, which is improving the quality of software in the world, and regardless of it is being used for nefarious purposes or not, it increases the probability of your software becoming a standard. Copyleft/GPL can lead to total rejection of software by large proprietary/corpo entities, and lead to in-house proprietary implementations instead. A good example is MacOS, which if BSD didn't exist with the license it did, we could have very well have ended up with with two systems as non-portable as Windows instead of one.
My personal opinion on the matter is that your license should change depending on what type of software you're writing. I think permissive is good for libraries and highly portable applications. For something like a game on the other hand, I think something like the GPL isn't good enough; I would pick a license that would would prevent any commercial use whatsoever. I don't care about the purity of open source or what does or doesn't qualify open source or free software; I view it as zealotry, and licenses are a tool, not an ideology.