1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

add project license to readme, fixes #50

This commit is contained in:
Benjamin J. Balter 2013-05-20 14:59:25 -04:00 committed by Haacked
parent a58ec6bb5c
commit a88cd6646b

View File

@ -59,3 +59,7 @@ Licenses sit in the `/licenses` folder as markdown (`.md`) files. Each license h
# Rules
* Rules (the license's properties) are stored as a bulleted list within the licenses YAML front matter. A full list of rules can be found in the repository's `_config.yml` file. Each rule has a name e.g., `include-copyright`, a human-readable label, e.g., `Copyright inclusion`, and a description `Include the original copyright with the code`. To add a new rule, simply add it to config.yml and reference it in the appropriate license.
# License
The content of this project itself is licensed under the [Creative Commons 3.0 license](http://creativecommons.org/licenses/by/3.0/us/deed.en_US), and the underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).