this post was submitted on 19 Mar 2025
12 points (75.0% liked)
Technology
66975 readers
4110 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That really depends on what you're trying to convey.
"Open source" is all about the code, and it usually implies that it can be used for any purpose, commercial or otherwise. When I think of open source, I think of MIT, BSD, and other permissive licenses where the point is to ensure the source can be used for any purpose.
"Free software" is all about the users, and it comes with extra baggage that ensures that users will always have access to improvements by others. If it's used in a commercial project, you can demand the improvements be made available under the same terms as the library it's based on. When I think of free software, I think of copyleft licenses like GPL, AGPL, etc.
Both are valid, and generally all free software is open source but not all open source software is free software. Both are worthwhile terms, just be careful to lump non-free software (e.g. pretty much anything not copyleft) with free software if that's what you prefer.