Hello!

So I installed an addon and saw that it made a license, readme and so on on the main folder. At the moment I didn’t had those files there since I’m still very early on the game but shouldn’t this files be inside the addon folder instead of the whole project?

The addon is as simple as check for the TODO on the comments but I want to do this properly. Where should I move this files of the addon? Or my License would substitute the one there if it’s stronger?

Thanks!

  • tabular@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    Do you indend to share the code and files for your game? If not then put it where you like. If you plan to share the code then I’d be tempted to keep the license for that code in a folder with it, and move that readme to it.

    • 4Robato@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 day ago

      Yeah I was thinking to open source it and I saw the repo said the MIT license but that was because of the pluggin.

      Thanks for answer! I’ll move it to the folder and that’s it then :)