From a88cd6646b130028089d18990b91db9235d0d858 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Mon, 20 May 2013 14:59:25 -0400 Subject: [PATCH] add project license to readme, fixes #50 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da920dc..9f20c88 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file