NTPClient
NTPClient copied to clipboard
License missing
I couldn't find a license for this library, could you add this?
There is an MIT license header in NTPClient.cpp, but adding a LICENSE file so that GitHub shows the correct license is probably better.
I tried adding it, but the automatic option to add MIT license while adding a new file does not seem to be working for me. I think only owner can do that and I do not have the permissions for that.
https://help.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository is actually a simple guide to add one and can be done to fix this issue. Thanks @jdoe1024
GitHub's add license feature is convenient, but not required. GitHub's license detection feature works even if you don't use that feature.
You do need to be careful in order to make sure the license will be recognized. The license detection system is picky, which makes sense considering the license is a legal document. If you get the exact text from https://choosealicense.com/licenses/, changing only the copyright line following the indicated format, it will be recognized.