aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Herman <daniel.c.herman@gmail.com>2012-06-15 20:44:07 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-06-15 20:45:37 -0400
commit46d680458b74fcf956f6161a2b73b6b00fc2541d (patch)
tree576038a02d21aed3cee19a7f4f476f05f1d12449 /package.json
parent75bed122e134d36bf28bacd475fb4bfa9659eb39 (diff)
downloadjquery-46d680458b74fcf956f6161a2b73b6b00fc2541d.tar.gz
jquery-46d680458b74fcf956f6161a2b73b6b00fc2541d.zip
Fix #11905, correct package.json license URLs, closes gh-826.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index af1bca72e..042ca3e27 100644
--- a/package.json
+++ b/package.json
@@ -17,11 +17,11 @@
"licenses": [
{
"type": "MIT",
- "url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
+ "url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
- "url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
+ "url": "http://www.opensource.org/licenses/GPL-2.0"
}
],
"dependencies": {},