37

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
[-] danielquinn@lemmy.ca 27 points 6 days ago

A simple comparison between the two via interoperable-europe.ec.europa.eu says that they're almost identical save for one clause around trademarks:

https://interoperable-europe.ec.europa.eu/licence/compare/BSD-3-Clause;MIT

But I'd be remiss if I didn't advocate for a license that better protected your project from corporate theft. The AGPL and GPL are excellent licenses that protect your work and that of the community from companies that would copy it, improve it exclusively for themselves and then ship your work exclusively in binary form:

https://choosealicense.com/licenses/

[-] RmDebArc_5@feddit.org 14 points 6 days ago

Wouldn't the LGPL make more sense for an engine? Otherwise it would be hard to make a proprietary game (read almost every game) even if you publish any changes you made to the engine.

[-] Swedneck@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

do mind that (and i'm pretty sure this still works with AGPL but this isn't gospel) you can have the engine be open source while keeping the assets proprietary and requiring they be purchased to actually sensibly play the game.

This is how the original DOOM works, there's an ocean of modified doom engines but you still have to buy the assets to play the proper actual DOOM game. You can use alternative asset packs but it'll look and sound like a fairly different game.
And of course it's vastly easier to create alternative assets for such a simple game, compared to the labour that would be involved in a larger modern game.

[-] danielquinn@lemmy.ca 10 points 6 days ago

Ooh, yes for for this case, the LGPL would be a good middle-ground for OP's concerns.

[-] uuj8za@piefed.social 6 points 5 days ago

a license that better protected your project from corporate theft

See: https://philiplaine.com/posts/getting-forked-by-microsoft/

[-] danielquinn@lemmy.ca 5 points 5 days ago

That was a frustrating read. Dude gets screwed by Microsoft who effectively steals his code and rebrands it as theirs and then he goes on to talk about why he prefers MIT.

[-] ArsFireside@lemmy.dbzer0.com 3 points 6 days ago* (last edited 6 days ago)

I thought of using GPL, but it would mean someone else would be obliged to open their source code if they base their software on my engine. Though open-source is good and must exist (speaking of Ren'Py, which is not GPL, but still an open-source engine considered a golden standard of VN development), I'd like to give others the right to make their derivative works either open or closed, by their choice.

As for AGPL, I know nothing, unfortunately.

[-] danielquinn@lemmy.ca 15 points 6 days ago

That's understandable, though one of the other commenters suggested the LGPL which might make for a good fit for your case. Here's a comparison with the other two if you're interested.

The AGPL is just the GPL with extra rules requiring sharing the code even if you expose it exclusively via a service.

[-] ArsFireside@lemmy.dbzer0.com 8 points 6 days ago

Okay, thanks for the advice. LGPL might be a good option, I'll look into it.

[-] moonpiedumplings@programming.dev 2 points 5 days ago* (last edited 5 days ago)
[-] okwhateverdude@lemmy.world 6 points 6 days ago

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 6 days ago* (last edited 4 days ago)

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 5 days ago

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 4 days ago* (last edited 4 days 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.

this post was submitted on 15 Jul 2026
37 points (95.1% liked)

Open Source

47992 readers
81 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