]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update more copyright years to 2017 (#21491)
authorQuan You <cquanu@users.noreply.github.com>
Sun, 1 Jan 2017 20:02:41 +0000 (04:02 +0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Jan 2017 20:02:41 +0000 (12:02 -0800)
* Update ie10-viewport-bug-workaround.js year

* Update narrow-jumbotron copyright year to 2017

* Update carousel/index.html copyright year to 2017

* Update browsers-devices.md copyright year to 2017

* Update change-version.js copyright year to 2017

docs/assets/js/ie10-viewport-bug-workaround.js
docs/examples/carousel/index.html
docs/examples/narrow-jumbotron/index.html
docs/getting-started/browsers-devices.md
grunt/change-version.js

index 36afc46b85897d552d80d14cf8685eb3628c80cb..b335ef943e6e59799cded40fe3581dbeb3a0e304 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014-2015 The Bootstrap Authors
- * Copyright 2014-2015 Twitter, Inc.
+ * Copyright 2014-2017 The Bootstrap Authors
+ * Copyright 2014-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index af6a595afacb5e299bdf2e28b075a21c3c2bdeec..9bae2d69adecb90e2650db00d81441733fd07716 100644 (file)
       <!-- FOOTER -->
       <footer>
         <p class="float-right"><a href="#">Back to top</a></p>
-        <p>&copy; 2014 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+        <p>&copy; 2017 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
       </footer>
 
     </div><!-- /.container -->
index cf41ac480de69259b6d780f6d436c49af9236dcc..7bdfbb9c995a9d8420b0c2f3147c193414612431 100644 (file)
@@ -67,7 +67,7 @@
       </div>
 
       <footer class="footer">
-        <p>&copy; Company 2014</p>
+        <p>&copy; Company 2017</p>
       </footer>
 
     </div> <!-- /container -->
index e9ad488b03b5e14331e4749d8bfcfbaad1e8a404..b518c63f12e450c7a5a177016cc07e1086ab7c3a 100644 (file)
@@ -116,8 +116,8 @@ Internet Explorer 10+ is supported; IE9 down is not. Please be aware that some C
 Internet Explorer 10 in Windows Phone 8 versions older than [Update 3 (a.k.a. GDR3)](https://blogs.windows.com/buildingapps/2013/10/14/introducing-windows-phone-preview-for-developers/) doesn't differentiate **device width** from **viewport width** in `@-ms-viewport` at-rules, and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, you'll need to **include the following JavaScript to work around the bug**.
 
 {% highlight js %}
-// Copyright 2014-2015 The Bootstrap Authors
-// Copyright 2014-2015 Twitter, Inc.
+// Copyright 2014-2017 The Bootstrap Authors
+// Copyright 2014-2017 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')
index 12794f60875f0f01856d4ebdf8577ce20d94e6e8..5ea59185a087abe2649762c050524330e496ea5d 100755 (executable)
@@ -4,8 +4,8 @@
 
 /*!
  * Script to update version number references in the project.
- * Copyright 2015 The Bootstrap Authors
- * Copyright 2015 Twitter, Inc.
+ * Copyright 2017 The Bootstrap Authors
+ * Copyright 2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */