Skip to content

Commit a66f755

Browse files
committed
Merge pull request #20 from mbrevoort/master
Add MIT license
2 parents 9337404 + d89ad25 commit a66f755

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

LICENSE

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"ipad/6"
3131
]
3232
},
33-
"optionalDependencies": {}
33+
"optionalDependencies": {},
34+
"license": "MIT"
3435
}

0 commit comments

Comments
 (0)