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.

  • GnuLinuxDude@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    3 days ago

    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/

    • Ars Fireside@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      5
      ·
      3 days 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!