sockjs/websocket-multiplex

Please clarify copyright / license for reusing this library

kdvolder opened this issue · 3 comments

I would like to use my modified version of this library in scripted:
https://github.com/scripted-editor/scripted

If it can be made available under the same licence as sockjs itself then that seems possible (we are already using sockjs).

I assume that won't be a problem... but I don't see any copyright infos anywhere in/on this library at the moment.

As mentioned, "websocket-multiplex" is intended as a draft to allow people to adapt it easily. That's why I avoided putting a copyright statement - please do treat this code as public domain.

Alternatively assume this license: https://github.com/sockjs/sockjs-node/blob/master/LICENSE-MIT-SockJS

Thanks for clarifying that.

That's why I avoided putting a copyright statement

No offense, but that really isn't helpful. When we go thorugh our IP process we need clarity on every piece of code we copy or depend on. Otherwise the lawyers aren't happy.

Closing. Consider this issue resolved. Thanks again for making this code and clarifying the Copyright issue.