From d01a673adba82590a92246016469b3505109a8f8 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 6 Jan 2015 08:36:52 -0800 Subject: [PATCH] Update copyright year. [ci skip] --- LICENSE.txt | 4 ++-- lodash.js | 4 ++-- vendor/benchmark.js/LICENSE.txt | 4 ++-- vendor/benchmark.js/benchmark.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0e3430a4e..17764328c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -Copyright 2012-2014 The Dojo Foundation -Based on Underscore.js 1.7.0, copyright 2009-2014 Jeremy Ashkenas, +Copyright 2012-2015 The Dojo Foundation +Based on Underscore.js 1.7.0, copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors Permission is hereby granted, free of charge, to any person obtaining diff --git a/lodash.js b/lodash.js index 335e4baf8..5660d1024 100644 --- a/lodash.js +++ b/lodash.js @@ -1,9 +1,9 @@ /** * @license * Lo-Dash 3.0.0-pre - * Copyright 2012-2014 The Dojo Foundation + * Copyright 2012-2015 The Dojo Foundation * Based on Underscore.js 1.7.0 - * Copyright 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Available under MIT license */ ;(function() { diff --git a/vendor/benchmark.js/LICENSE.txt b/vendor/benchmark.js/LICENSE.txt index 4a9583d67..feed4c8de 100644 --- a/vendor/benchmark.js/LICENSE.txt +++ b/vendor/benchmark.js/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2010-2014 Mathias Bynens +Copyright 2010-2015 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. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/benchmark.js/benchmark.js b/vendor/benchmark.js/benchmark.js index 88c5e3f47..a5bf8d357 100644 --- a/vendor/benchmark.js/benchmark.js +++ b/vendor/benchmark.js/benchmark.js @@ -1,6 +1,6 @@ /*! * Benchmark.js v2.0.0-pre - * Copyright 2010-2014 Mathias Bynens + * Copyright 2010-2015 Mathias Bynens * Based on JSLitmus.js, copyright Robert Kieffer * Modified by John-David Dalton * Available under MIT license