minimicro-sysdisk icon indicating copy to clipboard operation
minimicro-sysdisk copied to clipboard

License missing

Open rburing opened this issue 6 months ago • 1 comments

Hi, I wanted to try integrating MiniScript into Godot, but I found that the miniscript repo uses (broken) symlinks to refer to some files in this repo (under sys/lib). While MiniScript is clearly licensed under the MIT license, it is not clear whether e.g. the library files in this repo could legally be included in an engine integration. I would assume yes, under some conditions, but it would be nice to have legal confirmation in the form of a LICENSE file at the root of this repo.

rburing avatar Jun 13 '25 18:06 rburing

Yeah, that's a good question — I haven't generally assumed these lib files would be included with an engine integration. They're not part of the standard MiniScript core. On the other hand, if some of them make sense in your context, then I can see why it'd be nice to provide them to your users. 🤔

Thanks for pointing out this issue. I'll give it some thought.

JoeStrout avatar Jun 14 '25 00:06 JoeStrout