diff options
| author | Mark Otto <[email protected]> | 2011-09-16 10:37:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 10:37:52 -0700 |
| commit | 29033316e414748862b28eb69dfc2a6e71bd15b1 (patch) | |
| tree | 4d7e0713b6ebcbeea7f9b08c061a1856f7ca91bc | |
| parent | 597590c15ddb324ea9eed28d5d54be020c4f1a2b (diff) | |
| parent | 08b6c47ad7ef91995abfadaef7493a1744f275a7 (diff) | |
| download | bootstrap-29033316e414748862b28eb69dfc2a6e71bd15b1.tar.xz bootstrap-29033316e414748862b28eb69dfc2a6e71bd15b1.zip | |
Merge pull request #219 from caniszczyk/1.3-wip
Merge in pull request to clarify docs licensing as CC BY 3.0
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 1d20bc3a2..f99b756fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1923,7 +1923,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <p class="pull-right"><a href="#">Back to top</a></p> <p> Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.<br /> - Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. + Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>. </p> </div> </footer> |
