Skip to content

Commit 001eef0

Browse files
committed
Merge pull request #59 from galenandrew/copyright-patch
Updated copyright year to include 2015
2 parents 70f2833 + 7cb5ac2 commit 001eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/core/Site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var Site = React.createClass({
4343
{this.props.children}
4444

4545
<footer className="wrap">
46-
<div className="right">© 2014 Facebook Inc.</div>
46+
<div className="right">© 2015 Facebook Inc.</div>
4747
</footer>
4848
</div>
4949

0 commit comments

Comments
 (0)