Skip to content

Commit d4129df

Browse files
committed
Bump year.
1 parent 0d64d6a commit d4129df

35 files changed

+37
-37
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap's Gruntfile
33
* https://getbootstrap.com/
4-
* Copyright 2013-2018 Twitter, Inc.
4+
* Copyright 2013-2019 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
*/
77

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2018 Twitter, Inc.
3+
Copyright (c) 2011-2019 Twitter, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infras
146146

147147
## Copyright and license
148148

149-
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).
149+
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).

docs/_includes/getting-started/browser-device-support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2 id="support-ie10-width">Internet Explorer 10 in Windows 8 and Windows Phone
158158
{% endhighlight %}
159159

160160
{% highlight js %}
161-
// Copyright 2014-2018 Twitter, Inc.
161+
// Copyright 2014-2019 Twitter, Inc.
162162
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
163163
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
164164
var msViewportStyle = document.createElement('style')

docs/assets/css/docs.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/ie10-viewport-bug-workaround.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* IE10 viewport hack for Surface/desktop Windows 8 bug
3-
* Copyright 2014-2018 Twitter, Inc.
3+
* Copyright 2014-2019 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66
@-ms-viewport {

docs/assets/js/ie-emulation-modes-warning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IT'S JUST JUNK FOR OUR DOCS!
33
// ++++++++++++++++++++++++++++++++++++++++++
44
/*!
5-
* Copyright 2014-2018 Twitter, Inc.
5+
* Copyright 2014-2019 Twitter, Inc.
66
*
77
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
88
* details, see https://creativecommons.org/licenses/by/3.0/.

docs/assets/js/ie10-viewport-bug-workaround.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* IE10 viewport hack for Surface/desktop Windows 8 bug
3-
* Copyright 2014-2018 Twitter, Inc.
3+
* Copyright 2014-2019 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66

docs/assets/js/ie8-responsive-file-warning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IT'S JUST JUNK FOR OUR DOCS!
33
// ++++++++++++++++++++++++++++++++++++++++++
44
/*!
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
*
77
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
88
* details, see https://creativecommons.org/licenses/by/3.0/.

docs/assets/js/src/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*!
66
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
7-
* Copyright 2011-2018 Twitter, Inc.
7+
* Copyright 2011-2019 Twitter, Inc.
88
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
99
* details, see https://creativecommons.org/licenses/by/3.0/.
1010
*/

docs/assets/js/src/customizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap Customizer (https://getbootstrap.com/customize/)
3-
* Copyright 2011-2018 Twitter, Inc.
3+
* Copyright 2011-2019 Twitter, Inc.
44
*
55
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
66
* details, see https://creativecommons.org/licenses/by/3.0/.

docs/assets/less/docs.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap Docs (https://getbootstrap.com/)
3-
* Copyright 2011-2018 Twitter, Inc.
3+
* Copyright 2011-2019 Twitter, Inc.
44
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
55
* details, see https://creativecommons.org/licenses/by/3.0/.
66
*/

docs/assets/less/ie10-viewport-bug-workaround.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* IE10 viewport hack for Surface/desktop Windows 8 bug
5-
* Copyright 2014-2018 Twitter, Inc.
5+
* Copyright 2014-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
*/
88

grunt/bs-commonjs-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Grunt task for the CommonJS module generation
33
* https://getbootstrap.com/
4-
* Copyright 2014-2018 Twitter, Inc.
4+
* Copyright 2014-2019 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
*/
77

grunt/bs-glyphicons-data-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Grunt task for Glyphicons data generation
33
* https://getbootstrap.com/
4-
* Copyright 2014-2018 Twitter, Inc.
4+
* Copyright 2014-2019 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
*/
77

grunt/bs-lessdoc-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Grunt task for parsing Less docstrings
33
* https://getbootstrap.com/
4-
* Copyright 2014-2018 Twitter, Inc.
4+
* Copyright 2014-2019 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
*/
77

grunt/bs-raw-files-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
33
* https://getbootstrap.com/
4-
* Copyright 2014-2018 Twitter, Inc.
4+
* Copyright 2014-2019 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
*/
77

grunt/change-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* globals Set */
55
/*!
66
* Script to update version number references in the project.
7-
* Copyright 2015-2018 Twitter, Inc.
7+
* Copyright 2015-2019 Twitter, Inc.
88
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
99
*/
1010
var fs = require('fs');

grunt/generate-sri.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* Remember to use the same vendor files as the CDN ones,
88
* otherwise the hashes won't match!
99
*
10-
* Copyright 2017-2018 The Bootstrap Authors
11-
* Copyright 2017-2018 Twitter, Inc.
10+
* Copyright 2017-2019 The Bootstrap Authors
11+
* Copyright 2017-2019 Twitter, Inc.
1212
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1313
*/
1414

js/affix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: affix.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#affix
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: alert.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#alerts
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: button.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#buttons
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: carousel.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#carousel
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: collapse.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#collapse
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: dropdown.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#dropdowns
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: modal.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#modals
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: popover.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#popovers
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: scrollspy.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#scrollspy
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: tab.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#tabs
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

js/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://getbootstrap.com/docs/3.4/javascript/#tooltip
44
* Inspired by the original jQuery.tipsy by Jason Frame
55
* ========================================================================
6-
* Copyright 2011-2018 Twitter, Inc.
6+
* Copyright 2011-2019 Twitter, Inc.
77
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
88
* ======================================================================== */
99

js/transition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap: transition.js v3.4.0
33
* https://getbootstrap.com/docs/3.4/javascript/#transitions
44
* ========================================================================
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

less/bootstrap.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap v3.4.0 (https://getbootstrap.com/)
3-
* Copyright 2011-2018 Twitter, Inc.
3+
* Copyright 2011-2019 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66

less/theme.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Bootstrap v3.4.0 (https://getbootstrap.com/)
5-
* Copyright 2011-2018 Twitter, Inc.
5+
* Copyright 2011-2019 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
*/
88

nuget/bootstrap.less.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://getbootstrap.com/</projectUrl>
1414
<iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
1515
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
16-
<copyright>Copyright 2018</copyright>
16+
<copyright>Copyright 2019</copyright>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<dependencies>
1919
<dependency id="jQuery" version="[1.9.1,4)" />

nuget/bootstrap.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://getbootstrap.com/</projectUrl>
1414
<iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
1515
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
16-
<copyright>Copyright 2018</copyright>
16+
<copyright>Copyright 2019</copyright>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<dependencies>
1919
<dependency id="jQuery" version="[1.9.1,4)" />

0 commit comments

Comments
 (0)