@@ -16,3 +16,22 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
16
16
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17
17
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
18
18
USE OR PERFORMANCE OF THIS SOFTWARE.
19
+
20
+ - node-fs-extra, located at lib/cp/polyfill.js, is licensed as follows:
21
+ """
22
+ (The MIT License)
23
+
24
+ Copyright (c) 2011-2017 JP Richardson
25
+
26
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
27
+ (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
28
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
29
+ furnished to do so, subject to the following conditions:
30
+
31
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
34
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
35
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
36
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37
+ """
0 commit comments