Skip to content

Commit 498c8f1

Browse files
committed
chore: move LICENSE from readme to file
1 parent 4f39894 commit 498c8f1

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

LICENSE

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

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -222,28 +222,4 @@ Socket created:
222222

223223
## License
224224

225-
```txt
226-
(The MIT License)
227-
228-
Copyright(c) node-modules and other contributors.
229-
Copyright(c) 2012 - 2015 fengmk2 <[email protected]>
230-
231-
Permission is hereby granted, free of charge, to any person obtaining
232-
a copy of this software and associated documentation files (the
233-
'Software'), to deal in the Software without restriction, including
234-
without limitation the rights to use, copy, modify, merge, publish,
235-
distribute, sublicense, and/or sell copies of the Software, and to
236-
permit persons to whom the Software is furnished to do so, subject to
237-
the following conditions:
238-
239-
The above copyright notice and this permission notice shall be
240-
included in all copies or substantial portions of the Software.
241-
242-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
243-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
244-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
245-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
246-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
247-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
248-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
249-
```
225+
[MIT](LICENSE)

0 commit comments

Comments
 (0)