Extension-poco license?

Hello @JCash,

As far as I can tell you were the main author of extension-poco. May I ask under what license the code is made available?

The reason I ask is that I’ve been working on my own Defold test framework for the last 3 weeks or so. I got stuck on how to generate fake input, found issue 3744, started looking for an example in all the extensions out there and eventually discovered the input code from poco-extension - which did exactly what I needed.

May I please include a copy of this in my library?

Thanks,
Matt

1 Like

Hi!

The extension-poco is under MIT license, and I just updated the repo with a license file.

2 Likes

Thank you! :heart: