starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.75k stars 387 forks source link

could you release this code under an Open Source license? #14

Closed seabadger closed 6 years ago

seabadger commented 6 years ago

Hi, I am very interested in using your lua-protobuf code for a project at work. I also have a number of bugfixes that I'd like to contribute back to lua-protobuf (e.g., fixes for a few crashes, missing data type support, etc).

Unfortunately, I'm not allowed to to do this unless this project is explicitly licensed under an open source license.

Could you please release it under an Open Source license such as the BSD license, the MIT license, or the Apache license?

(to do it, I think it's a matter of including a LICENSE file with the text of the license, and possibly some mentions of it in the README and the source files).

I really hope you can do this. Thanks in advance!

starwing commented 6 years ago

Okay I will add a License section in README.md

seabadger commented 6 years ago

Thanks very much! One note: you may want to have an explicit copyright notice, because apparently linking to the license may cause you to assign copyright to Lua.org (1994–2017 Lua.org, PUC-Rio).

starwing commented 6 years ago

I found that Github's License template is very easy to use :-) and I changed it to MIT license. Thank you :-)