]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump year.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 10 Feb 2019 12:01:42 +0000 (14:01 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Feb 2019 15:55:38 +0000 (17:55 +0200)
35 files changed:
Gruntfile.js
LICENSE
README.md
docs/_includes/getting-started/browser-device-support.html
docs/assets/css/docs.css
docs/assets/css/ie10-viewport-bug-workaround.css
docs/assets/js/ie-emulation-modes-warning.js
docs/assets/js/ie10-viewport-bug-workaround.js
docs/assets/js/ie8-responsive-file-warning.js
docs/assets/js/src/application.js
docs/assets/js/src/customizer.js
docs/assets/less/docs.less
docs/assets/less/ie10-viewport-bug-workaround.less
grunt/bs-commonjs-generator.js
grunt/bs-glyphicons-data-generator.js
grunt/bs-lessdoc-parser.js
grunt/bs-raw-files-generator.js
grunt/change-version.js
grunt/generate-sri.js
js/affix.js
js/alert.js
js/button.js
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/popover.js
js/scrollspy.js
js/tab.js
js/tooltip.js
js/transition.js
less/bootstrap.less
less/theme.less
nuget/bootstrap.less.nuspec
nuget/bootstrap.nuspec

index c7bfac58f5410d7a4878ffeecc32cbbc1e1ffb6f..05d88c28749a6a467f49b5bea6ae63fe272cb694 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * Bootstrap's Gruntfile
  * https://getbootstrap.com/
- * Copyright 2013-2018 Twitter, Inc.
+ * Copyright 2013-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
diff --git a/LICENSE b/LICENSE
index 6ca0ceecc5d792951d4b5ab2743066b48a88857b..e2640928b3e8bcd5e37cadc3886bff84376a4773 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2011-2018 Twitter, Inc.
+Copyright (c) 2011-2019 Twitter, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index 4a0454298f0f579a310f7c5e0ff01b7cf8b97a8d..84ae6f45d2cd0c4d5955c2141829ac1081a2690d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -146,4 +146,4 @@ Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infras
 
 ## Copyright and license
 
-Code and documentation copyright 2011-2018 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
+Code and documentation copyright 2011-2019 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
index 758530f769a8a4399edd64b01343b69fcf413bc3..bfcc00e2e9e4fd578b6fc0eb97793f9f065b5815 100644 (file)
 {% endhighlight %}
 
 {% highlight js %}
-// Copyright 2014-2018 Twitter, Inc.
+// Copyright 2014-2019 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 73697fb222fce90e192aa267e98f3624ba073bdc..b9c6e860f7085f27306c33e5a9a5b96a840a5022 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Bootstrap Docs (https://getbootstrap.com/)
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
  */
 }
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 @-ms-viewport {
index bb9e96f2ec0810152f5b1890910bbd0ce8c38126..666919755cd7af82684c3fe706dbf1058b434af2 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 @-ms-viewport {
index e19b70fa0904d1447a911433f2996d3070182456..4c4fc9e973ebe7d352de6cc369b73480749f45b6 100644 (file)
@@ -2,7 +2,7 @@
 // IT'S JUST JUNK FOR OUR DOCS!
 // ++++++++++++++++++++++++++++++++++++++++++
 /*!
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  *
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
index c09f89ba51099c81a90d2d715e78bfc211dac002..673a71ad0b9c248e93361675a5689670adf18e25 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index fb1f1bfabdc6b6a72cebc8686207026ead457acc..9e9bd587d65144f0cb1407e9083791d4cefaf493 100644 (file)
@@ -2,7 +2,7 @@
 // IT'S JUST JUNK FOR OUR DOCS!
 // ++++++++++++++++++++++++++++++++++++++++++
 /*!
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  *
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
index 80a7e605109d8572814f3acddeb2753bedafaeed..7b2bf0ed9915244d7259f4d239d4eebcab962b2d 100644 (file)
@@ -4,7 +4,7 @@
 
 /*!
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
  */
index b528b2decce93934af1510e765052877f3a3921f..a6382fd0f4e05877115662ec9d4e491b691223f8 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Bootstrap Customizer (https://getbootstrap.com/customize/)
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  *
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
index b7c015f3345e9ce893ec899d642cac0b6d4525b3..cfdb2ef45a03bb1744b13566fc404f28d2a7203f 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Bootstrap Docs (https://getbootstrap.com/)
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see https://creativecommons.org/licenses/by/3.0/.
  */
index 042cd31fa8097145c303dbadb1c540680d84c5c6..7e9dc5d1f58c3270189bfa6f08968eafb105dfc5 100644 (file)
@@ -2,7 +2,7 @@
 
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index ac24ea6ce25e9fb02fa1e69d23b3983cae1487d6..04e575a9abc0f9512fd6ea3147860fb51258ad87 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * Bootstrap Grunt task for the CommonJS module generation
  * https://getbootstrap.com/
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index ea518f9b18169b14393c2fb39e8a9c914973d223..a970e338e1171c4825873462b88241db4b1c7e76 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * Bootstrap Grunt task for Glyphicons data generation
  * https://getbootstrap.com/
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index 98a3cc530f5671bdfcd13d84eafea2f4c365eec1..8fa4e763e193022315d27e6ceb14fd64c8e9057b 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * Bootstrap Grunt task for parsing Less docstrings
  * https://getbootstrap.com/
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index 0484dd3a09ffad4c6c42d45af7b67915cd02cfee..744f7d77dbe438d48d5b2e516bec92dce3933af1 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * Bootstrap Grunt task for generating raw-files.min.js for the Customizer
  * https://getbootstrap.com/
- * Copyright 2014-2018 Twitter, Inc.
+ * Copyright 2014-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index a4b8671f78f0f98603778c72ea8d471f1c4952b7..6ae08c85420bb6cd77182586ecca4bed8b8db9a2 100755 (executable)
@@ -4,7 +4,7 @@
 /* globals Set */
 /*!
  * Script to update version number references in the project.
- * Copyright 2015-2018 Twitter, Inc.
+ * Copyright 2015-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 var fs = require('fs');
index fde5507422cd410d6d4052015eccb57517dc1bbb..4bc7e87034520bbb5e326e3d714a15cccb8fd04f 100644 (file)
@@ -7,8 +7,8 @@
  * Remember to use the same vendor files as the CDN ones,
  * otherwise the hashes won't match!
  *
- * Copyright 2017-2018 The Bootstrap Authors
- * Copyright 2017-2018 Twitter, Inc.
+ * Copyright 2017-2019 The Bootstrap Authors
+ * Copyright 2017-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index 60608420cbabf6584769a3a8a2c05fb313296752..8aa38c424ac844034dbfb72ea32048e5db78f190 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: affix.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#affix
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 362b7b5044ff13208c3ad3dbb3ded6ccebda0502..03c8b914306d5612bd611234223896d3546014d8 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: alert.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#alerts
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 8fdf9ddcd0fd483b37d1b47589efa4182bcd831c..96b379b24ae55dfd4d084254c6fb021f10de3217 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: button.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#buttons
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 020648ceb5a45f91f11e31e44ae72da3e9e2cf69..d2193bdc51b5af8ab219aabaed4019f4d952df3f 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: carousel.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#carousel
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index d87eee5c6d2e201be4433307f0ad746a748230e7..2b726067ed0a2fdb2b30784e506cbb458e707dcd 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: collapse.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#collapse
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 481e04fd1f461deeff455862feb342c7b294e7d0..814ef2811e7354b1d1ddffb38b98c49beb2119af 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: dropdown.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#dropdowns
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 9fbce5d9add04be0ae2d28b610be727db9d6ffd4..5719e6ca6806c4eae7c15fe9f095875651365750 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: modal.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#modals
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index f72c32af00555152d0c282d04ace350e95dbb05e..f00625b5d180b46a8cfde12c26219e7332e4e3f4 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: popover.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#popovers
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 487a9fa5befdf30519745d1a77330ffe1f34ca37..821b4e4dce930d2ceefb3a07869ec04c6aad46eb 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: scrollspy.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#scrollspy
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 79511fc669b41e40ed8f8e75c6c6da4c77299f5d..78e9a5aefc88f113b0a8ffbcf62ac1e4a858ebe2 100644 (file)
--- a/js/tab.js
+++ b/js/tab.js
@@ -2,7 +2,7 @@
  * Bootstrap: tab.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#tabs
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index 223ec0c96cdb061a0c5d5ef2c6265f35329b7014..9663148559839923a8ca6024a7b979eaabc798bc 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#tooltip
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index a7b7e038b016d2ab4bfd76d71147d6d1bccf2a5c..f27228ff8fb316c86caef5c7754c9962e42b8b74 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap: transition.js v3.4.0
  * https://getbootstrap.com/docs/3.4/javascript/#transitions
  * ========================================================================
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
index e0a56406967acb9f826b54bcd50fa66003403c41..506eed06808ab5feb83ad8aa3c17060e6e95550b 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Bootstrap v3.4.0 (https://getbootstrap.com/)
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index a41a1f642a93b3003cac2a52a42c65c113038b98..1101b54ef22c54eeef0db0a3183384e8a5c1563f 100644 (file)
@@ -2,7 +2,7 @@
 
 /*!
  * Bootstrap v3.4.0 (https://getbootstrap.com/)
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
 
index 68edf02ff716b67a599e4f9c1767fd53d3f519b9..2d64f6ea0062c0e5c8d3aaf18c9e9f1dda8817b2 100644 (file)
@@ -13,7 +13,7 @@
     <projectUrl>https://getbootstrap.com/</projectUrl>
     <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
     <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
-    <copyright>Copyright 2018</copyright>
+    <copyright>Copyright 2019</copyright>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <dependencies>
       <dependency id="jQuery" version="[1.9.1,4)" />
index 4fdea77d29f756eeb1b01ebd0c38a50495a301b8..77f79be9d872e7542eaa8bda25e8642d128ebb47 100644 (file)
@@ -13,7 +13,7 @@
     <projectUrl>https://getbootstrap.com/</projectUrl>
     <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
     <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
-    <copyright>Copyright 2018</copyright>
+    <copyright>Copyright 2019</copyright>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <dependencies>
       <dependency id="jQuery" version="[1.9.1,4)" />