You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2021. It is now read-only.
I could not find any statement about what license the code examples have. Searching this github repo for the word "license" gave 0 results.
The lack of a license means that the authors reserve all rights by default, and it's illegal to copy or use the code in any way, except as allowed by the law, such as for fair use purposes, parody, etc.
This makes it much harder to use the example code as a starting point for a program, which seems to be the intended use. Since I can't legally copy-paste and modify, I'll instead have to learn from the code and then apply what I've learned in my own code. This might be a good thing for me in the end, because I will learn more and better that way, but it is probably asking too much from the intended users of these docs, and also invites unwitting copyright violations.
So, please include a visible statement about which license the examples are released under, or at least add a file called LICENSE, COPYING or similar to the repo with the license text.