Skip to content

Commit cf3f8e0

Browse files
committed
Update copyright years to 2016
[ci skip]
1 parent 3dd92b2 commit cf3f8e0

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
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
* http://getbootstrap.com
4-
* Copyright 2013-2015 Twitter, Inc.
4+
* Copyright 2013-2016 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66
*/
77

docs/assets/css/src/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap Docs (http://getbootstrap.com)
3-
* Copyright 2011-2015 Twitter, Inc.
3+
* Copyright 2011-2016 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/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 (http://getbootstrap.com)
7-
* Copyright 2011-2015 Twitter, Inc.
7+
* Copyright 2011-2016 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/examples/carousel/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Ch
200200
<!-- FOOTER -->
201201
<footer>
202202
<p class="pull-right"><a href="#">Back to top</a></p>
203-
<p>&copy; 2015 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
203+
<p>&copy; 2016 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
204204
</footer>
205205

206206
</div><!-- /.container -->

docs/examples/jumbotron-narrow/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h4>Subheading</h4>
7676
</div>
7777

7878
<footer class="footer">
79-
<p>&copy; 2015 Company, Inc.</p>
79+
<p>&copy; 2016 Company, Inc.</p>
8080
</footer>
8181

8282
</div> <!-- /container -->

docs/examples/jumbotron/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Heading</h2>
9090
<hr>
9191

9292
<footer>
93-
<p>&copy; 2015 Company, Inc.</p>
93+
<p>&copy; 2016 Company, Inc.</p>
9494
</footer>
9595
</div> <!-- /container -->
9696

docs/examples/justified-nav/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2>Heading</h2>
8080

8181
<!-- Site footer -->
8282
<footer class="footer">
83-
<p>&copy; 2015 Company, Inc.</p>
83+
<p>&copy; 2016 Company, Inc.</p>
8484
</footer>
8585

8686
</div> <!-- /container -->

docs/examples/offcanvas/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2>Heading</h2>
118118
<hr>
119119

120120
<footer>
121-
<p>&copy; 2015 Company, Inc.</p>
121+
<p>&copy; 2016 Company, Inc.</p>
122122
</footer>
123123

124124
</div><!--/.container-->

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.3.6
33
* http://getbootstrap.com/javascript/#affix
44
* ========================================================================
5-
* Copyright 2011-2015 Twitter, Inc.
5+
* Copyright 2011-2016 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.3.6
33
* http://getbootstrap.com/javascript/#alerts
44
* ========================================================================
5-
* Copyright 2011-2015 Twitter, Inc.
5+
* Copyright 2011-2016 Twitter, Inc.
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
77
* ======================================================================== */
88

0 commit comments

Comments
 (0)