|
|
|
|
|
by swsieber
2620 days ago
|
|
There _is_ a difference between forking and cloning. Forking is always allowed by the github license: > other GitHub users have the right to view and fork your repository _within the GitHub site_ ^^ That's from the github website. Note that they only have permission to fork from within the website. So such a restriction serves as a legal barrier - it leaves no legal way to copy the code. |
|