Cleanup license urls.

This commit is contained in:
John-David Dalton
2016-03-03 22:58:41 -08:00
parent c406e33fcc
commit f6df126c43
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/ Copyright jQuery Foundation and other contributors <https://jquery.org/>
Based on Underscore.js, copyright Jeremy Ashkenas, Based on Underscore.js, copyright Jeremy Ashkenas,
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>

View File

@@ -1,7 +1,7 @@
/** /**
* @license * @license
* lodash 4.6.1 <https://lodash.com/> * lodash 4.6.1 <https://lodash.com/>
* Copyright jQuery Foundation and other contributors * Copyright jQuery Foundation and other contributors <https://jquery.org/>
* Released under MIT license <https://lodash.com/license> * Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors

View File

@@ -1,7 +1,7 @@
{ {
"name": "lodash", "name": "lodash",
"license": "MIT",
"version": "4.6.1", "version": "4.6.1",
"license": "MIT",
"main": "lodash.js", "main": "lodash.js",
"private": true, "private": true,
"devDependencies": { "devDependencies": {