Skip to content

Commit 5e90636

Browse files
committed
Update to use just the MIT license; copiers can still use GPL.
1 parent ba6372d commit 5e90636

File tree

2 files changed

+4
-285
lines changed

2 files changed

+4
-285
lines changed

GPL-LICENSE.txt

Lines changed: 0 additions & 278 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "jquery",
33
"title": "jQuery",
4-
"description": "New Wave JavaScript",
4+
"description": "JavaScript library for DOM operations",
55
"version": "1.8.0pre",
66
"homepage": "http://jquery.com",
77
"author": {
8-
"name": "John Resig"
8+
"name": "jQuery Foundation and other contributors",
9+
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
910
},
1011
"repository": {
1112
"type": "git",
@@ -17,11 +18,7 @@
1718
"licenses": [
1819
{
1920
"type": "MIT",
20-
"url": "http://www.opensource.org/licenses/MIT"
21-
},
22-
{
23-
"type": "GPL",
24-
"url": "http://www.opensource.org/licenses/GPL-2.0"
21+
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
2522
}
2623
],
2724
"dependencies": {},

0 commit comments

Comments
 (0)