this post was submitted on 15 Jul 2026
35 points (92.7% liked)

Open Source

48184 readers
144 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
[–] okwhateverdude@lemmy.world 6 points 2 weeks ago (1 children)

AGPL is GPL + network services protection (preventing someone taking your code and spinning up a for-profit selling services without contribution back). If you don't care about people stealing your code, closing it, and selling services based on it, then there is no need to consider strict copyleft licenses.

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

Okay, thank you very much. As for now, I hope my engine will be known enough for anyone to recognise the hoax.

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

Do you know that Apple's macOS is historically a FreeBSD fork? (They have copied big parts.)

I find it notable that FreeBSD is struggling to stay alive, and Apple's 1000000000000s of dollars in incomes does not help them at all.

[–] ArsFireside@lemmy.dbzer0.com 2 points 2 weeks ago* (last edited 2 weeks ago)

Huh, lol. No, I didn't know that. One of my friends uses FreeBSD, and he likes it. But yeah, that's a good point.