@@ -1316,6 +1316,28 @@ The externally maintained libraries used by Node.js are:
1316131613171317 """
13181318
1319+ - simdutf, located at deps/simdutf, is licensed as follows:
1320+ """
1321+ Copyright 2021 The simdutf authors
1322+
1323+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1324+ this software and associated documentation files (the "Software"), to deal in
1325+ the Software without restriction, including without limitation the rights to
1326+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1327+ the Software, and to permit persons to whom the Software is furnished to do so,
1328+ subject to the following conditions:
1329+
1330+ The above copyright notice and this permission notice shall be included in all
1331+ copies or substantial portions of the Software.
1332+
1333+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1334+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1335+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1336+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1337+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1338+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1339+ """
1340+
13191341- npm, located at deps/npm, is licensed as follows:
13201342 """
13211343 The npm application
0 commit comments