aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-05-14 18:50:07 -0400
committerChris Rebert <[email protected]>2015-05-14 22:43:27 -0700
commitc111c291be426c5e91ceb1b8fe506d0df9818a2d (patch)
tree8ee416815a0c2e6ce42fe12e369806469312d754
parenta4c09f6e3e4c1c3b4b8d0cf5e296d45b20816ba9 (diff)
downloadbootstrap-c111c291be426c5e91ceb1b8fe506d0df9818a2d.tar.xz
bootstrap-c111c291be426c5e91ceb1b8fe506d0df9818a2d.zip
Relicense ie10-viewport-bug-workaround.js under MIT License
Fixes #16470 Closes #16483
-rw-r--r--docs/_includes/getting-started/browser-device-support.html2
-rw-r--r--docs/assets/js/ie10-viewport-bug-workaround.js3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index a411b85cf..16b6eb841 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -133,6 +133,8 @@
{% endhighlight %}
{% highlight js %}
+// Copyright 2014-2015 Twitter, Inc.
+// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
diff --git a/docs/assets/js/ie10-viewport-bug-workaround.js b/docs/assets/js/ie10-viewport-bug-workaround.js
index cdf26e923..479a6ebda 100644
--- a/docs/assets/js/ie10-viewport-bug-workaround.js
+++ b/docs/assets/js/ie10-viewport-bug-workaround.js
@@ -1,8 +1,7 @@
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
- * details, see http://creativecommons.org/licenses/by/3.0/.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
// See the Getting Started docs for more information: