From f6df126c43efcf33d722374eca211fd674e5d884 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 3 Mar 2016 22:58:41 -0800 Subject: [PATCH] Cleanup license urls. --- LICENSE | 2 +- lodash.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index baed9fdb8..e0c69d560 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright jQuery Foundation and other contributors, https://jquery.org/ +Copyright jQuery Foundation and other contributors Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors diff --git a/lodash.js b/lodash.js index 0eae095ec..7362146f3 100644 --- a/lodash.js +++ b/lodash.js @@ -1,7 +1,7 @@ /** * @license * lodash 4.6.1 - * Copyright jQuery Foundation and other contributors + * Copyright jQuery Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors diff --git a/package.json b/package.json index c3d0e9ae3..10f149633 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lodash", - "license": "MIT", "version": "4.6.1", + "license": "MIT", "main": "lodash.js", "private": true, "devDependencies": {