diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-08-09 10:13:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-08-09 15:09:50 -0400 |
commit | 485ca7192ac57d018b8ce4f03e7dec6e694a53b7 (patch) | |
tree | 8505d60faf86fc1365096238b9ad5cbb68e92e63 /package.json | |
parent | bde439292aa32021c7e0a66fb35fa46c6d900fba (diff) | |
download | jquery-ui-485ca7192ac57d018b8ce4f03e7dec6e694a53b7.tar.gz jquery-ui-485ca7192ac57d018b8ce4f03e7dec6e694a53b7.zip |
Simplify licensing.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json index 1f3205192..ca71cae2c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "http://jqueryui.com", "author": { "name": "jQuery Foundation and other contributors", - "url": "http://jqueryui.com" + "url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt" }, "maintainers": [ { @@ -43,11 +43,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-ui/blob/master/MIT-LICENSE.txt" } ], "dependencies": {}, |