Skip to content

Commit 118c355

Browse files
committed
CSHARP-3074: Update year in documentation
1 parent 53061fa commit 118c355

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Docs/landing/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="footer">
22
<div class="copyright">
3-
<p>Copyright © 2015 <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
3+
<p>Copyright © 2010–<script type="text/javascript">document.write(new Date().getFullYear());</script> <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
44
Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/ ">Creative Commons</a>.
55
MongoDB, Mongo, and the leaf logo are registered trademarks of <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
66
</p>

Docs/landing/static/404.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
</head>
2222

2323
<body>
24-
24+
2525
<header id="header-db" class="row" role="navigation">
2626
<div class="header-content">
27-
27+
2828
<div class="logo pull-left">
2929
<a href="http://localhost:1313/mongo-java-driver">
3030
<img src="http://localhost:1313/mongo-java-driver/s/img/logo-mongodb-header.png", alt="MongoDB.org" />
3131
</a>
3232
</div>
33-
33+
3434
<div>
3535
<div class="nav-items pull-right">
3636
<a href="http://try.mongodb.org/">Try it Out</a>
@@ -43,7 +43,7 @@
4343
</div>
4444
</header>
4545

46-
46+
4747

4848
<div id="promo" class="jumbotron">
4949
<div class="container">
@@ -58,13 +58,13 @@ <h1>404: Page not found</h1>
5858
</div>
5959

6060

61-
61+
6262
<div class="container">
6363
<div class="row">
6464
<div class="col-md-12">
6565
<div class="footer">
6666
<div class="copyright">
67-
<p>Copyright © 2015 <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
67+
<p>Copyright © 2010–<script type="text/javascript">document.write(new Date().getFullYear());</script> <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
6868
Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/ ">Creative Commons</a>.
6969
MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.
7070
</p>
@@ -74,7 +74,7 @@ <h1>404: Page not found</h1>
7474
</div>
7575
</div>
7676
</div>
77-
77+
7878

7979

8080

0 commit comments

Comments
 (0)