diff options
| author | Mark Otto <[email protected]> | 2013-12-18 15:12:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 15:12:30 -0800 |
| commit | 27697ef7e3e29c17eadb077054fbf85d9d8e6885 (patch) | |
| tree | 4d19d5d02224fe0013a798eca8036caf35ed442e /_layouts/default.html | |
| parent | 629a4743f0740c924ce6c9ab95c614ef6f4db939 (diff) | |
| download | bootstrap-27697ef7e3e29c17eadb077054fbf85d9d8e6885.tar.xz bootstrap-27697ef7e3e29c17eadb077054fbf85d9d8e6885.zip | |
another apache mention
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index a2c26a22a..e140d1ae2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -57,7 +57,7 @@ {% include social-buttons.html %} <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p> - <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <ul class="footer-links"> <li>Currently v{{ site.current_version }}</li> <li class="muted">·</li> |
