Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit 211940e

Browse files
committed
Build: Update license
Closes gh-16
1 parent 273e1ae commit 211940e

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

LICENSE-MIT.txt LICENSE.txt

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
Copyright 2013 jQuery Foundation and other contributors
2-
http://jquery.com/
1+
Copyright 2013, 2014 jQuery Foundation and other contributors,
2+
https://jquery.org/
3+
4+
This software consists of voluntary contributions made by many
5+
individuals. For exact contribution history, see the revision history
6+
available at https://github.com/jquery/jquery-pointer-events
7+
8+
The following license applies to all parts of this software except as
9+
documented below:
10+
11+
====
312

413
Permission is hereby granted, free of charge, to any person obtaining
514
a copy of this software and associated documentation files (the
@@ -19,3 +28,10 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1928
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2029
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2130
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31+
32+
====
33+
34+
All files located in the node_modules directory are externally
35+
maintained libraries used by this software which have their own
36+
licenses; we recommend you read them, as their terms may differ from the
37+
terms above.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"licenses": [
1515
{
1616
"type": "MIT",
17-
"url": "https://github.com/jquery/jquery-pointer-events/blob/master/LICENSE-MIT.txt"
17+
"url": "https://github.com/jquery/jquery-pointer-events/blob/master/LICENSE.txt"
1818
}
1919
],
2020
"devDependencies": {

0 commit comments

Comments
 (0)