From: Daniel Herman Date: Sat, 16 Jun 2012 00:44:07 +0000 (-0400) Subject: Fix #11905, correct package.json license URLs, closes gh-826. X-Git-Tag: 1.8b1~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=46d680458b74fcf956f6161a2b73b6b00fc2541d;p=jquery.git Fix #11905, correct package.json license URLs, closes gh-826. --- 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": {},