1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-30 23:53:02 +02:00

Reorder so that licenses come first.

This commit is contained in:
Ben Lavender 2015-01-02 11:53:52 -06:00
parent 4b40ed20c4
commit 5661599970

View File

@ -8,6 +8,6 @@ You're under no obligation to choose a license and it's your right not to includ
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.
Disallowing use of your code might not be what you intend by "no license." If your goal is to explicitly opt-out of copyright protections, try a public domain dedication like the [Unlicense](/licenses/unlicense/) or [CC0](/licenses/cc0). Alternately, an [open-source license](/) allows reuse of your code while maintaining copyright. If you want to share your work with others, you must opt into it.
Disallowing use of your code might not be what you intend by "no license." An [open-source license](/) allows reuse of your code while maintaining copyright. If your goal is to explicitly opt-out of copyright protections, try a public domain dedication like the [Unlicense](/licenses/unlicense/) or [CC0](/licenses/cc0). If you want to share your work with others, you must opt into it.
Even in the absence of a license file, you may grant some rights in cases where you publish your source code to a site that requires accepting terms of service. For example, 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.