allenluce / mmap-object

Shared Memory Objects for Node
107 stars 16 forks source link

Licensing #8

Closed jcmoore closed 7 years ago

jcmoore commented 7 years ago

I happened across this project looking for a mmap'ed kv-store to use to consume a lot of data from a kafka source and -- at least from some naive initial testing -- it looks like exactly what I'm looking for!

Unfortunately, it does seem though that this code is UNLICENSED which means that (generally speaking) it cannot be used in derivative works -- at least according to some naive initial research*.

I presume -- due to your stackoverflow plug -- that it was not your intent to limit the use of this project/package. Is that correct, and if so, can I "twist your arm" into adding a more explicitly-permissive license?


(*) Specifically this stackexchange thread and gnu's license-list.

allenluce commented 7 years ago

Sure, check out the latest version.

jcmoore commented 7 years ago

Thanks very much!