]> source.dussan.org Git - jquery.git/commitdiff
Fix #11905, correct package.json license URLs, closes gh-826.
authorDaniel Herman <daniel.c.herman@gmail.com>
Sat, 16 Jun 2012 00:44:07 +0000 (20:44 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Sat, 16 Jun 2012 00:45:37 +0000 (20:45 -0400)
package.json

index af1bca72ea9fa4aec184469beaa0f83d231bdbcb..042ca3e27618947bae5e7f980bab241317c82c6a 100644 (file)
   "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": {},