update license year [ci skip]

This commit is contained in:
SheetJS 2014-04-14 14:26:14 -07:00
parent 0121708499
commit 33dbe0941a
2 changed files with 2 additions and 2 deletions

@ -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.

@ -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]);