CapsAdmin / luajitsocket

pure luajit ffi socket bindings for unix and windows
MIT License
36 stars 5 forks source link

No explicit Open Source license information found!? #5

Closed rse closed 2 years ago

rse commented 2 years ago

Many thanks for your great LuaJITSocket library. It especially allows one to implement a basic HTTP client for use from within OBS Studio's LuaJIT implementation. That helps a lot in practice.

Unfortunately, I cannot find any particular license information attached to your project -- neither in the source files, nor separate license or readme files, nor in the Github project. Would you mind adding a single line like Distributed under [MIT license](https://spdx.org/licenses/MIT.html) to the end of your readme.md file, so that it is clear under what conditions one can use your code. I here suggest just the usual MIT license which allows your library to be used in mostly all kinds of other projects. But please feel free to use a different license of your choice.

CapsAdmin commented 2 years ago

Personally I prefer GPL type licenses, but more so for projects that are meant for normal users. Since this is a small library with a small scope I think MIT is probably fine. All I really want in return are bug fixes and other improvements.