Skip to content

Commit

Permalink
update license year [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Apr 14, 2014
1 parent 0121708 commit 33dbe09
Show file tree
Hide file tree
Showing 2 changed files with 2 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 SheetJS
Copyright (C) 2013-2014 SheetJS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cputils.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
}
if(tt.length % 2 == 1) tt.length--;
o64 = decode(1201, tt);
for(var l = 0; l < o64.length; ++l) out[k++] = o64[l];
for(l = 0; l < o64.length; ++l) out[k++] = o64[l];
}
break;
default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]);
Expand Down

0 comments on commit 33dbe09

Please sign in to comment.