1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-02 16:39:13 +02:00
choosealicense.com/no-license.html
2013-05-23 19:48:29 -07:00

19 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
permalink: no-license/
---
<h1>No License</h1>
<p>
It is your right to choose to not include a license with your source code. However a lot of people have the mistaken belief that not including a license is an easy way to let anyone do whatever they want with the source code. This is incorrect.
</p>
</p>
In the absence of a license file, the default copyright laws apply. This means that you retain all rights to your source code and that nobody else may reproduce, distribute, or create derivative works from your work. This might not be what you intend.
</p>
<p>
However, even in the absence of a license file, if you publish your source code in a public repository on GitHub, you have accepted the <a href="https://help.github.com/articles/github-terms-of-service">Terms of Service</a> which do allow others some rights. Specifically, you allow others to view and fork your repository. But they still dont have the rights to reproduce, distribute, or create derivative works.
</p>
<p>
So if you do want to share your work with others, please do consider choosing an open source license such as one of the ones featured on this site.
</p>