diff options
| author | Chris Rebert <[email protected]> | 2013-09-10 19:01:40 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-10 19:01:40 -0700 |
| commit | 76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8 (patch) | |
| tree | b5bb0503ad0ea7c2b44e167f9455ce8d36631305 /dist | |
| parent | a9335e94e1ed7578bc8ec20140b0846666f06a1a (diff) | |
| download | bootstrap-76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8.tar.xz bootstrap-76d8757b0a2a2669a67d2131cbc4330e4c0cd2e8.zip | |
rm period from licensing header so it's not mistaken as part of the URL
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/js/bootstrap.js | 2 | ||||
| -rw-r--r-- | dist/js/bootstrap.min.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 688957912..e9a800085 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1,7 +1,7 @@ /** * Bootstrap v3.0.0 by @fat and @mdo * Copyright 2013 Twitter Inc. -* Licensed under http://www.apache.org/licenses/LICENSE-2.0. +* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ diff --git a/dist/js/bootstrap.min.js b/dist/js/bootstrap.min.js index 31372852d..a8f011520 100644 --- a/dist/js/bootstrap.min.js +++ b/dist/js/bootstrap.min.js @@ -1,7 +1,7 @@ /** * Bootstrap v3.0.0 by @fat and @mdo * Copyright 2013 Twitter Inc. -* Licensed under http://www.apache.org/licenses/LICENSE-2.0. +* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ |
