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

Commit 4c73f9e

Browse files
committed
Added copyright and license info.
1 parent f403ef1 commit 4c73f9e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

LICENSE-MIT.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2013 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

pointer.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
/*!
2+
* jQuery Pointer Events v@VERSION
3+
* https://github.com/jquery/jquery-pointer-events
4+
*
5+
* Copyright 2013 jQuery Foundation, Inc. and other contributors
6+
* Released under the MIT license
7+
* http://jquery.org/license
8+
*/
19
(function( $ ) {
10+
211
var eventName, lastTouch,
312
POINTER_TYPE_UNAVAILABLE = "",
413
POINTER_TYPE_TOUCH = "touch",
@@ -135,4 +144,5 @@ function createSpecialEvent( eventName ) {
135144
for ( eventName in eventMap ) {
136145
createSpecialEvent( eventName );
137146
}
147+
138148
})( jQuery );

0 commit comments

Comments
 (0)