]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Relicense ie10-viewport-bug-workaround.js under MIT License
authorChris Rebert <code@rebertia.com>
Thu, 14 May 2015 22:50:07 +0000 (18:50 -0400)
committerChris Rebert <code@rebertia.com>
Fri, 15 May 2015 05:43:27 +0000 (22:43 -0700)
Fixes #16470
Closes #16483

docs/_includes/getting-started/browser-device-support.html
docs/assets/js/ie10-viewport-bug-workaround.js

index a411b85cf005a8321c0ae127d9d0a17a21b562c2..16b6eb8418dccc6e87e0858bec9309407659128a 100644 (file)
 {% 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(
index cdf26e9239c470e50c6f0765e8d19cbd2c529518..479a6ebdae4682b89130688758d3cbdb61621d18 100644 (file)
@@ -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: