mbr / tinyrpc

A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
https://tinyrpc.readthedocs.org
MIT License
156 stars 53 forks source link

Do you have a license ? #1

Closed neoecos closed 11 years ago

neoecos commented 11 years ago

Hi, this is exactly what i was looking for, we are implementing and JSONRPC overt WebSocket in flask with gevent, but.... i take a quick look to your code and can't found a license.

In absense of a license your work is All rights reserved, so no one can use it without your explicit permission.

If this is your intention, so i am asking for your permission, if not please consider license with a A-GPLv3 compatible license.

Thank you,

neoecos commented 11 years ago

Sorry, i found on pypi that is MIT, but still is an issue does not having at least a LICENSE.txt in the root ;)

mbr commented 11 years ago

Well I am very lazy, so when I start a new project, I try to mimize the number of files I have to create. I thought maybe noone would notice that the LICENSE file is missing. Do you absolutely need it? Or is it enough if I confirm it's MIT licensed with this message? =)

neoecos commented 11 years ago

Is enough. Thank you. El 20/07/2013 11:13, "Marc Brinkmann" notifications@github.com escribió:

Well I am very lazy, so when I start a new project, I try to mimize the number of files I have to create. I thought maybe noone would notice that the LICENSE file is missing. Do you absolutely need it? Or is it enough if I confirm it's MIT licensed with this message? =)

— Reply to this email directly or view it on GitHubhttps://github.com/mbr/tinyrpc/issues/1#issuecomment-21295943 .

mbr commented 11 years ago

Still added c51b84a