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

Open Source

48254 readers
32 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
[–] vas@lemmy.ml 2 points 2 weeks ago (1 children)

Or from the other side, GPL would guarantee that you yourself (and your project's contributors) would still have access even if a good fork emerges.

Things happen over years or decades.

[–] ArsFireside@lemmy.dbzer0.com 1 points 2 weeks ago (1 children)

Do you mean that without GPL my access to my own project can vanish?

[–] vas@lemmy.ml 3 points 2 weeks ago (1 children)

Your access to a popular and commercial fork might be non-existent. You would maybe not even mind that they're selling your code - possibly just wanting to tune it a bit, since you know how it used to work. But the fork can decide they're proprietary and they won't give you any source code.

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

Aah, okay then. Well, it does make sense indeed.