Hacker News new | ask | show | jobs
by detaro 3905 days ago
Your code seems to be missing a license that actually allows @virtualSantai to test it ;)
2 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!
I have selected BSD3 license!! It is embedded in readme (at the bottom) and in both PJON_ASK.cpp and .h
EDIT: thanks for looking into it and changing it!

BSD contains the magic line:

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: which I don't see in your files?

To me it seems like you left all the bits that allow other people to do things out.