Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmin committed Jan 8, 2015
1 parent a3e44d0 commit 09a59db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2014 Balanced Inc.
Copyright (c) 2013-2015 Balanced Inc.
All rights reserved.

MIT License
Expand Down
4 changes: 4 additions & 0 deletions app/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@ var Utils = Ember.Namespace.create({
bytes = '0 byte';
}
return bytes;
},

getCurrentYear: function() {
return moment().get("year");
}
});

Expand Down
2 changes: 1 addition & 1 deletion app/templates/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<a href="mailto:support@balancedpayments.com">Contact us</a>
</div>

<span class="copyright-label">&copy; 2014 Balanced</span>
<span class="copyright-label">&copy; {{current-year}} Balanced</span>
</footer>

0 comments on commit 09a59db

Please sign in to comment.