diff options
| author | Chris Rebert <[email protected]> | 2013-12-18 15:28:08 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-18 15:29:19 -0800 |
| commit | df3716647dcebc1af8abe6a2a0d5b28da687aac0 (patch) | |
| tree | 5e256aab7b693e38b013489e110c444593418606 /js/button.js | |
| parent | 766bf50b88fe3938837cb11d849f6646a77351fe (diff) | |
| download | bootstrap-df3716647dcebc1af8abe6a2a0d5b28da687aac0.tar.xz bootstrap-df3716647dcebc1af8abe6a2a0d5b28da687aac0.zip | |
update licensing header in JS files & run grunt
Diffstat (limited to 'js/button.js')
| -rw-r--r-- | js/button.js | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/js/button.js b/js/button.js index e31e6d79b..2cf67f6ad 100644 --- a/js/button.js +++ b/js/button.js @@ -3,18 +3,7 @@ * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2013 Twitter, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ |
