diff options
| -rw-r--r-- | bootstrap-1.0.0.css | 3 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 5df12c2ec..a49aa6071 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -1,4 +1,4 @@ -/* +/*! * Bootstrap v1.0.0 * * Copyright 2011 Twitter, Inc @@ -6,6 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. + * Date: {{ date }} */ /* * Reset.less diff --git a/docs/index.html b/docs/index.html index f5f3acf87..b4c81bb0e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1252,7 +1252,7 @@ <p class="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 /> - Open-sourced under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. + Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. </p> </div> </div> |
