Skip to content

Commit 21672e3

Browse files
committed
Misc: Update license owner; remove deprecated licenses field
1 parent 33dc8f1 commit 21672e3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright jQuery Foundation and other contributors
2-
https://jquery.org/
1+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
32

43
This software consists of voluntary contributions made by many
54
individuals. For exact contribution history, see the revision history

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
77
},
88
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
9-
"licenses": [
10-
{
11-
"type": "MIT",
12-
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/LICENSE.txt"
13-
}
14-
],
9+
"license": "MIT",
1510
"homepage": "https://github.com/jquery/jquery-mousewheel",
1611
"main": "./jquery.mousewheel.js",
1712
"repository": {

0 commit comments

Comments
 (0)