Skip to content

Commit 6bedc4c

Browse files
authoredDec 5, 2022
fix: add explicit license file, closes #336 (#342)
1 parent 7294173 commit 6bedc4c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed
 

‎LICENSE

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

‎README.md

+1-22
Original file line numberDiff line numberDiff line change
@@ -333,28 +333,7 @@ Support: if you find any problems with this module, email / tweet /
333333

334334
## MIT License
335335

336-
Copyright (c) 2017 Gleb Bahmutov <gleb.bahmutov@gmail.com>
337-
338-
Permission is hereby granted, free of charge, to any person
339-
obtaining a copy of this software and associated documentation
340-
files (the "Software"), to deal in the Software without
341-
restriction, including without limitation the rights to use,
342-
copy, modify, merge, publish, distribute, sublicense, and/or sell
343-
copies of the Software, and to permit persons to whom the
344-
Software is furnished to do so, subject to the following
345-
conditions:
346-
347-
The above copyright notice and this permission notice shall be
348-
included in all copies or substantial portions of the Software.
349-
350-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
351-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
352-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
353-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
354-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
355-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
356-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
357-
OTHER DEALINGS IN THE SOFTWARE.
336+
See [LICENSE](./LICENSE)
358337

359338
[npm-icon]: https://nodei.co/npm/start-server-and-test.svg?downloads=true
360339
[npm-url]: https://npmjs.org/package/start-server-and-test

0 commit comments

Comments
 (0)
Please sign in to comment.