diff options
| author | Chris Rebert <[email protected]> | 2016-01-01 12:31:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-01 12:31:38 -0800 |
| commit | e9192f6de0d673275f771d160230c540ac9e3a74 (patch) | |
| tree | dc44047d1c148b816c60183cef058a0fb8654f5f /docs | |
| parent | cd74e2db2ead7ce76186e0cd5e16bddfc886eedf (diff) | |
| download | bootstrap-e9192f6de0d673275f771d160230c540ac9e3a74.tar.xz bootstrap-e9192f6de0d673275f771d160230c540ac9e3a74.zip | |
Update copyright years to 2016
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/js/src/application.js | 2 | ||||
| -rw-r--r-- | docs/assets/scss/docs.scss | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 1fec20079..c522b1399 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/assets/scss/docs.scss b/docs/assets/scss/docs.scss index da0be7abe..3a77e3faf 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -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/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index d55496850..f57cf7df7 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -67,7 +67,7 @@ <hr> <footer> - <p>© Company 2015</p> + <p>© Company 2016</p> </footer> </div> <!-- /container --> |
