update license year [ci skip]
This commit is contained in:
parent
0121708499
commit
33dbe0941a
2
LICENSE
2
LICENSE
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user