diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-08-08 14:33:55 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-08-09 10:57:16 -0400 |
commit | 5e906366dd86dda95df050257513c95834020e5e (patch) | |
tree | 6065272725286e720d5edf344bc77818dc2612b2 /package.json | |
parent | ba6372d968447c2ca983f6afbf9e2a58de6dc9b8 (diff) | |
download | jquery-5e906366dd86dda95df050257513c95834020e5e.tar.gz jquery-5e906366dd86dda95df050257513c95834020e5e.zip |
Update to use just the MIT license; copiers can still use GPL.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/package.json b/package.json index 3ac92df77..8418c0ece 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "jquery", "title": "jQuery", - "description": "New Wave JavaScript", + "description": "JavaScript library for DOM operations", "version": "1.8.0pre", "homepage": "http://jquery.com", "author": { - "name": "John Resig" + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" }, "repository": { "type": "git", @@ -17,11 +18,7 @@ "licenses": [ { "type": "MIT", - "url": "http://www.opensource.org/licenses/MIT" - }, - { - "type": "GPL", - "url": "http://www.opensource.org/licenses/GPL-2.0" + "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" } ], "dependencies": {}, |