Skip to content

Commit 6910dd3

Browse files
committed
docs: fix license
1 parent dba40de commit 6910dd3

3 files changed

Lines changed: 10 additions & 21 deletions

File tree

LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,15 @@ parth
183183

184184
### license
185185

186-
![LICENSE](http://img.shields.io/npm/l/parth.svg?style=flat-square)
186+
The MIT License (MIT)
187+
188+
Copyright (c) 2014-present Javier Carrillo
189+
190+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
191+
192+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
193+
194+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
187195

188196
[x-npm]: https://npmjs.org/package/parth
189197
[x-travis]: https://travis-ci.org/stringparser/parth/builds

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parth",
33
"main": "index.js",
4-
"version": "4.2.1",
4+
"version": "4.2.3",
55
"engines": {
66
"node": ">= 0.10.0"
77
},

0 commit comments

Comments
 (0)