darbycostello / Nav3D

3D Pathfinding and cover system plugin for UE4, using Sparse Voxel Octrees.
MIT License
118 stars 31 forks source link

License incompatible with UE4 #9

Closed Hevedy closed 2 years ago

Hevedy commented 2 years ago

The GPL license isn't compatible with UE4 could be this changed to other one ? Let's say Apache, MIT, Zlib or LGPL (where this one isn't really compatible either as this isn't an external library and is included in the engine)

Thank you

darbycostello commented 2 years ago

Removed license.

Hevedy commented 2 years ago

So what license applies now ? The public license or ?

darbycostello commented 2 years ago

None. There is no license at all.

On Mon, Nov 1, 2021 at 1:13 PM Hevedy @.***> wrote:

So what license applies now ? The public license or ?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/darbycostello/Nav3D/issues/9#issuecomment-956223026, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGZVDHUEZP62O6CENXJWU3UJ2HAJANCNFSM5HCJ533Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

darbycostello commented 2 years ago

I've added an MIT license. Use as you wish.