Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.15k stars 385 forks source link

No licence information #1

Closed brejoc closed 9 years ago

brejoc commented 9 years ago

@Pithikos I can't find any licence information about this project. Until provide a licence I would have to assume "all rights reserved" applies here. ;)

But you mentioned, that your server should be embeddable in other projects, so I would suggest an Apache, MIT or BSD style licence.

Btw, very nice, minimal and clean implementation!

Pithikos commented 9 years ago

Oh, thank you! I always forget to add licence to be frank. I added a single line in the websocket.py file now denoting that it's under MIT license since it seems the most user friendly :)

brejoc commented 9 years ago

Thanks! :)