From 33dbe0941a0ee38344f1eacedc42b65d731ae99a Mon Sep 17 00:00:00 2001
From: SheetJS <dev@sheetjs.com>
Date: Mon, 14 Apr 2014 14:26:14 -0700
Subject: [PATCH] update license year [ci skip]

---
 LICENSE    | 2 +-
 cputils.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE
index 3c17641..2b32a09 100644
--- a/LICENSE
+++ b/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.
diff --git a/cputils.js b/cputils.js
index 9437e7b..3a2c544 100644
--- a/cputils.js
+++ b/cputils.js
@@ -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]);