Interrupt / delve-framework

Delve is a framework for writing Games in Zig and Lua. For those who value being cross platform and keeping things simple.
MIT License
203 stars 11 forks source link

What is the license of the delve-framework? #16

Closed photex closed 4 months ago

photex commented 5 months ago

Howdy!

Been watching and enjoying this project and it only just occurred to me that I didn't see any mention of a license anywhere.

Could you clarify what your plans are regarding this?

Thanks 🙇

Interrupt commented 5 months ago

I want people to be able to use, copy, modify, and make commercial projects using this framework. It might be nice to make sure that modifications get shared back out. I'm not sure what the best license would be. MIT? Apache?

photex commented 5 months ago

I did a bit of brief reading on the differences between these two and my understanding is that neither of those would require that any forks shared their changes, but Apache requires that changes are at least disclosed if a product were to fork and use a modified version of the framework.

I think I might adopt Apache for https://github.com/photex/ziege now.

Interrupt commented 4 months ago

I settled on the MIT license - seems like the best path if people want to possibly use the framework for commercial use.

Interrupt commented 4 months ago

Added license