Merge pull request #59 from galenandrew/copyright-patch

Updated copyright year to include 2015
This commit is contained in:
Christopher Chedeau 2015-02-12 16:36:36 -08:00
commit 001eef0e9f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ var Site = React.createClass({
{this.props.children}
<footer className="wrap">
<div className="right">© 2014 Facebook Inc.</div>
<div className="right">© 2015 Facebook Inc.</div>
</footer>
</div>