1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-25 21:23:03 +02:00

Merge pull request #93 from github/no-license-md

Convert no-license.html to markdown
This commit is contained in:
Phil Haack 2013-07-13 09:53:28 -07:00
commit 9e1310a519
2 changed files with 14 additions and 18 deletions

View File

@ -1,18 +0,0 @@
---
layout: default
permalink: no-license/
---
<h1>No License</h1>
<p>
You're under no obligation to choose a license and it's your right not to include one with your code or project. But please note that opting out of open source licenses doesn't mean you're opting out of copyright law.
</p>
</p>
You'll have to check with your own legal counsel regarding your particular project, but generally speaking, the absence of a license means that 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>
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 other GitHub users some rights. Specifically, you allow others to view and fork your repository.
</p>
<p>
If you want to share your work with others, please consider choosing an open source license.
</p>

14
no-license.md Normal file
View File

@ -0,0 +1,14 @@
---
layout: default
permalink: no-license/
---
# No License
You're under no obligation to choose a license and it's your right not to include one with your code or project. But please note that opting out of open source licenses doesn't mean you're opting out of copyright law.
You'll have to check with your own legal counsel regarding your particular project, but generally speaking, the absence of a license means that 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.
Even in the absence of a license file, if you publish your source code in a public repository on GitHub, you have accepted the [Terms of Service](https://help.github.com/articles/github-terms-of-service) which do allow other GitHub users some rights. Specifically, you allow others to view and fork your repository.
If you want to share your work with others, please consider choosing an open source license.