Skip to content

Commit

Permalink
fix year in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Apr 10, 2012
1 parent 67e3e1e commit bcf1d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function getComment() {
' * Version ' + ver[1] + ' (' + bd + ')\n' +
' * http://elfinder.org\n' +
' * \n' +
' * Copyright 2009-2011, Studio 42\n' +
' * Copyright 2009-2012, Studio 42\n' +
' * Licensed under a 3 clauses BSD license\n' +
' */\n';
return comment;
Expand Down

0 comments on commit bcf1d41

Please sign in to comment.