Hacker News new | ask | show | jobs
by virtualSatai 3903 days ago
Isn't https://github.com/gioblu/PJON_ASK/blob/master/PJON_ASK.cpp#... sufficient?
1 comments

I think so
It only affirms that you have all the rights on the code and that you are not liable if someone does something with it. What's missing is the part that actually gives other people rights to do stuff with it. Compare the MIT license, which has a middle bit doing so, between the copyright and the liability parts.

http://opensource.org/licenses/MIT

You are right, I updated :) thank you for your feedback
Thank you for putting your code out there as open source!