diff --git a/vendor/benchmark.js/LICENSE.txt b/vendor/benchmark.js/LICENSE.txt
index e33e63f7e..ae29abad4 100644
--- a/vendor/benchmark.js/LICENSE.txt
+++ b/vendor/benchmark.js/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright 2010-2012 Mathias Bynens
+Copyright 2010-2013 Mathias Bynens
Based on JSLitmus.js, copyright Robert Kieffer
Modified by John-David Dalton
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/vendor/benchmark.js/benchmark.js b/vendor/benchmark.js/benchmark.js
index 2a39cb4fe..6adf726ce 100644
--- a/vendor/benchmark.js/benchmark.js
+++ b/vendor/benchmark.js/benchmark.js
@@ -1,6 +1,6 @@
/*!
* Benchmark.js v1.0.0
- * Copyright 2010-2012 Mathias Bynens
+ * Copyright 2010-2013 Mathias Bynens
* Based on JSLitmus.js, copyright Robert Kieffer
* Modified by John-David Dalton
* Available under MIT license
@@ -990,7 +990,7 @@
result = String(fn);
} else if (support.decompilation) {
// escape the `{` for Firefox 1
- result = (/^[^{]+\{([\s\S]*)}\s*$/.exec(fn) || 0)[1];
+ result = (/^[^{]+\{([\s\S]*)\}\s*$/.exec(fn) || 0)[1];
}
// trim string
result = (result || '').replace(/^\s+|\s+$/g, '');
@@ -1649,7 +1649,7 @@
forOwn(object, function(value, key) {
// escape regexp special characters in `key`
string = string.replace(
- RegExp('#\\{' + key.replace(/([.*+?^=!:${}()|[\]\/\\])/g, '\\$1') + '\\}', 'g'),
+ RegExp('#\\{' + key.replace(/([.*+?^${}()|[\]\\])/g, '\\$1') + '\\}', 'g'),
value.replace(/\$/g, '$$$$')
);
});
diff --git a/vendor/docdown/LICENSE.txt b/vendor/docdown/LICENSE.txt
index dadad22fa..a7501f98d 100644
--- a/vendor/docdown/LICENSE.txt
+++ b/vendor/docdown/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright 2011-2012 John-David Dalton
+Copyright 2011-2013 John-David Dalton
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/vendor/docdown/docdown.php b/vendor/docdown/docdown.php
index 8db4ef4f6..4a786d753 100644
--- a/vendor/docdown/docdown.php
+++ b/vendor/docdown/docdown.php
@@ -1,7 +1,7 @@
+ * Copyright 2011-2013 John-David Dalton
* Available under MIT license
*/
require(dirname(__FILE__) . '/src/DocDown/Generator.php');
diff --git a/vendor/platform.js/LICENSE.txt b/vendor/platform.js/LICENSE.txt
index dadad22fa..a7501f98d 100644
--- a/vendor/platform.js/LICENSE.txt
+++ b/vendor/platform.js/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright 2011-2012 John-David Dalton
+Copyright 2011-2013 John-David Dalton
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/vendor/platform.js/platform.js b/vendor/platform.js/platform.js
index 8a45ab23e..d643c1883 100644
--- a/vendor/platform.js/platform.js
+++ b/vendor/platform.js/platform.js
@@ -1,6 +1,6 @@
/*!
* Platform.js v1.0.0
- * Copyright 2010-2012 John-David Dalton
+ * Copyright 2010-2013 John-David Dalton
* Available under MIT license
*/
;(function(window) {