Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-01-01 23:22:03 +0300
committerChris Rebert <code@chrisrebert.com>2016-01-01 23:22:03 +0300
commitcf3f8e0d580888ec9459270ed67dc86c13f5b41a (patch)
treeee7ecfae6a0627f106089e5287566e74a229397b
parent3dd92b29a3a4254ef527f461835bb184ba139215 (diff)
Update copyright years to 2016
[ci skip]
-rw-r--r--Gruntfile.js2
-rw-r--r--docs/assets/css/src/docs.css2
-rw-r--r--docs/assets/js/src/application.js2
-rw-r--r--docs/examples/carousel/index.html2
-rw-r--r--docs/examples/jumbotron-narrow/index.html2
-rw-r--r--docs/examples/jumbotron/index.html2
-rw-r--r--docs/examples/justified-nav/index.html2
-rw-r--r--docs/examples/offcanvas/index.html2
-rw-r--r--js/affix.js2
-rw-r--r--js/alert.js2
-rw-r--r--js/button.js2
-rw-r--r--js/carousel.js2
-rw-r--r--js/collapse.js2
-rw-r--r--js/dropdown.js2
-rw-r--r--js/modal.js2
-rw-r--r--js/popover.js2
-rw-r--r--js/scrollspy.js2
-rw-r--r--js/tab.js2
-rw-r--r--js/tooltip.js2
-rw-r--r--js/transition.js2
-rw-r--r--less/bootstrap.less2
-rw-r--r--less/theme.less2
-rw-r--r--nuget/bootstrap.less.nuspec2
-rw-r--r--nuget/bootstrap.nuspec2
24 files changed, 24 insertions, 24 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 7e5b20a1d8..a1447445d0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,7 +1,7 @@
/*!
* Bootstrap's Gruntfile
* http://getbootstrap.com
- * Copyright 2013-2015 Twitter, Inc.
+ * Copyright 2013-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 2ffc06686f..a0a4dcec98 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -1,6 +1,6 @@
/*!
* Bootstrap Docs (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js
index 0aa5ebc33a..0a0fdd6ac0 100644
--- a/docs/assets/js/src/application.js
+++ b/docs/assets/js/src/application.js
@@ -4,7 +4,7 @@
/*!
* JavaScript for Bootstrap's docs (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index 62b92bbbd4..a160ad4643 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -200,7 +200,7 @@
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
- <p>&copy; 2015 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+ <p>&copy; 2016 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html
index 83187f3f36..8f20921f4a 100644
--- a/docs/examples/jumbotron-narrow/index.html
+++ b/docs/examples/jumbotron-narrow/index.html
@@ -76,7 +76,7 @@
</div>
<footer class="footer">
- <p>&copy; 2015 Company, Inc.</p>
+ <p>&copy; 2016 Company, Inc.</p>
</footer>
</div> <!-- /container -->
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index b41ad9baa4..aa1eff4fcd 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -90,7 +90,7 @@
<hr>
<footer>
- <p>&copy; 2015 Company, Inc.</p>
+ <p>&copy; 2016 Company, Inc.</p>
</footer>
</div> <!-- /container -->
diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html
index 9e6ef60b25..a3891dd855 100644
--- a/docs/examples/justified-nav/index.html
+++ b/docs/examples/justified-nav/index.html
@@ -80,7 +80,7 @@
<!-- Site footer -->
<footer class="footer">
- <p>&copy; 2015 Company, Inc.</p>
+ <p>&copy; 2016 Company, Inc.</p>
</footer>
</div> <!-- /container -->
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html
index 58e12eeb06..00c4c61ba3 100644
--- a/docs/examples/offcanvas/index.html
+++ b/docs/examples/offcanvas/index.html
@@ -118,7 +118,7 @@
<hr>
<footer>
- <p>&copy; 2015 Company, Inc.</p>
+ <p>&copy; 2016 Company, Inc.</p>
</footer>
</div><!--/.container-->
diff --git a/js/affix.js b/js/affix.js
index 2c5d5d6458..b1d8d2c536 100644
--- a/js/affix.js
+++ b/js/affix.js
@@ -2,7 +2,7 @@
* Bootstrap: affix.js v3.3.6
* http://getbootstrap.com/javascript/#affix
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/alert.js b/js/alert.js
index 5536755df9..807f23d756 100644
--- a/js/alert.js
+++ b/js/alert.js
@@ -2,7 +2,7 @@
* Bootstrap: alert.js v3.3.6
* http://getbootstrap.com/javascript/#alerts
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/button.js b/js/button.js
index 0f36e41e8d..49a9b92928 100644
--- a/js/button.js
+++ b/js/button.js
@@ -2,7 +2,7 @@
* Bootstrap: button.js v3.3.6
* http://getbootstrap.com/javascript/#buttons
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/carousel.js b/js/carousel.js
index 6cdbc79ce1..50e17e6e18 100644
--- a/js/carousel.js
+++ b/js/carousel.js
@@ -2,7 +2,7 @@
* Bootstrap: carousel.js v3.3.6
* http://getbootstrap.com/javascript/#carousel
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/collapse.js b/js/collapse.js
index 9e26465d90..c2e63a0138 100644
--- a/js/collapse.js
+++ b/js/collapse.js
@@ -2,7 +2,7 @@
* Bootstrap: collapse.js v3.3.6
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/dropdown.js b/js/dropdown.js
index df6be86940..0fa87c777b 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -2,7 +2,7 @@
* Bootstrap: dropdown.js v3.3.6
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/modal.js b/js/modal.js
index cba48507a4..7d98516e75 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -2,7 +2,7 @@
* Bootstrap: modal.js v3.3.6
* http://getbootstrap.com/javascript/#modals
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/popover.js b/js/popover.js
index f2362e0122..beae97fab8 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -2,7 +2,7 @@
* Bootstrap: popover.js v3.3.6
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/scrollspy.js b/js/scrollspy.js
index 5970b06ff4..d819462d3e 100644
--- a/js/scrollspy.js
+++ b/js/scrollspy.js
@@ -2,7 +2,7 @@
* Bootstrap: scrollspy.js v3.3.6
* http://getbootstrap.com/javascript/#scrollspy
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/tab.js b/js/tab.js
index 7d533e8dbe..8d5d7a0411 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -2,7 +2,7 @@
* Bootstrap: tab.js v3.3.6
* http://getbootstrap.com/javascript/#tabs
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/tooltip.js b/js/tooltip.js
index 7094b34dce..250e48e5c9 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -3,7 +3,7 @@
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/js/transition.js b/js/transition.js
index fae36ed94f..a17b46e5f1 100644
--- a/js/transition.js
+++ b/js/transition.js
@@ -2,7 +2,7 @@
* Bootstrap: transition.js v3.3.6
* http://getbootstrap.com/javascript/#transitions
* ========================================================================
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 1c0477805f..3ce2dc4022 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -1,6 +1,6 @@
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
diff --git a/less/theme.less b/less/theme.less
index 8f51d913dc..27417930b7 100644
--- a/less/theme.less
+++ b/less/theme.less
@@ -1,6 +1,6 @@
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
+ * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
diff --git a/nuget/bootstrap.less.nuspec b/nuget/bootstrap.less.nuspec
index ec302c0e91..d67ae623e2 100644
--- a/nuget/bootstrap.less.nuspec
+++ b/nuget/bootstrap.less.nuspec
@@ -13,7 +13,7 @@
<projectUrl>http://getbootstrap.com</projectUrl>
<iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
- <copyright>Copyright 2015</copyright>
+ <copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[1.9.1,3)" />
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 50557cc532..bf8a7ff258 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -13,7 +13,7 @@
<projectUrl>http://getbootstrap.com</projectUrl>
<iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
- <copyright>Copyright 2015</copyright>
+ <copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[1.9.1,3)" />