this post was submitted on 15 Jul 2026
33 points (94.6% liked)

Open Source

48254 readers
36 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

Hello everyone.

I'm developing an open-source visual novel engine. And I'm struggling to choose between the two licenses: MIT and BSD 3-Clause. I wasn't much about licenses until this moment, so I have to ask someone else. Which one should I pick and why, if someone knows?

Thank you in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] GnuLinuxDude@lemmy.ml 14 points 2 weeks ago (1 children)

MIT and BSD are the corporate friendly licenses that say you can take my code and use it and even make it proprietary, as well. So long as you provide attribution, do whatever you want.

If that’s fine by you then choose that license. You can read little summaries here but be advised this page is owned by GitHub and they have an interest in seeing MIT and BSD adoption, so the language they use subtly reflects that IMO https://choosealicense.com/licenses/

[–] ArsFireside@lemmy.dbzer0.com 5 points 2 weeks ago

Yeah, I've already read it. And yeah, the language is a bit biased, aside of the short explanations not covering too much as for me. So I should look somwehere else.

Nevertheless, thank you for the explanation!