@@ -1343,6 +1343,211 @@ The externally maintained libraries used by Node.js are:
13431343 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13441344 """
13451345
1346+ - simdjson, located at deps/simdjson, is licensed as follows:
1347+ """
1348+ Apache License
1349+ Version 2.0, January 2004
1350+ http://www.apache.org/licenses/
1351+
1352+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1353+
1354+ 1. Definitions.
1355+
1356+ "License" shall mean the terms and conditions for use, reproduction,
1357+ and distribution as defined by Sections 1 through 9 of this document.
1358+
1359+ "Licensor" shall mean the copyright owner or entity authorized by
1360+ the copyright owner that is granting the License.
1361+
1362+ "Legal Entity" shall mean the union of the acting entity and all
1363+ other entities that control, are controlled by, or are under common
1364+ control with that entity. For the purposes of this definition,
1365+ "control" means (i) the power, direct or indirect, to cause the
1366+ direction or management of such entity, whether by contract or
1367+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1368+ outstanding shares, or (iii) beneficial ownership of such entity.
1369+
1370+ "You" (or "Your") shall mean an individual or Legal Entity
1371+ exercising permissions granted by this License.
1372+
1373+ "Source" form shall mean the preferred form for making modifications,
1374+ including but not limited to software source code, documentation
1375+ source, and configuration files.
1376+
1377+ "Object" form shall mean any form resulting from mechanical
1378+ transformation or translation of a Source form, including but
1379+ not limited to compiled object code, generated documentation,
1380+ and conversions to other media types.
1381+
1382+ "Work" shall mean the work of authorship, whether in Source or
1383+ Object form, made available under the License, as indicated by a
1384+ copyright notice that is included in or attached to the work
1385+ (an example is provided in the Appendix below).
1386+
1387+ "Derivative Works" shall mean any work, whether in Source or Object
1388+ form, that is based on (or derived from) the Work and for which the
1389+ editorial revisions, annotations, elaborations, or other modifications
1390+ represent, as a whole, an original work of authorship. For the purposes
1391+ of this License, Derivative Works shall not include works that remain
1392+ separable from, or merely link (or bind by name) to the interfaces of,
1393+ the Work and Derivative Works thereof.
1394+
1395+ "Contribution" shall mean any work of authorship, including
1396+ the original version of the Work and any modifications or additions
1397+ to that Work or Derivative Works thereof, that is intentionally
1398+ submitted to Licensor for inclusion in the Work by the copyright owner
1399+ or by an individual or Legal Entity authorized to submit on behalf of
1400+ the copyright owner. For the purposes of this definition, "submitted"
1401+ means any form of electronic, verbal, or written communication sent
1402+ to the Licensor or its representatives, including but not limited to
1403+ communication on electronic mailing lists, source code control systems,
1404+ and issue tracking systems that are managed by, or on behalf of, the
1405+ Licensor for the purpose of discussing and improving the Work, but
1406+ excluding communication that is conspicuously marked or otherwise
1407+ designated in writing by the copyright owner as "Not a Contribution."
1408+
1409+ "Contributor" shall mean Licensor and any individual or Legal Entity
1410+ on behalf of whom a Contribution has been received by Licensor and
1411+ subsequently incorporated within the Work.
1412+
1413+ 2. Grant of Copyright License. Subject to the terms and conditions of
1414+ this License, each Contributor hereby grants to You a perpetual,
1415+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1416+ copyright license to reproduce, prepare Derivative Works of,
1417+ publicly display, publicly perform, sublicense, and distribute the
1418+ Work and such Derivative Works in Source or Object form.
1419+
1420+ 3. Grant of Patent License. Subject to the terms and conditions of
1421+ this License, each Contributor hereby grants to You a perpetual,
1422+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1423+ (except as stated in this section) patent license to make, have made,
1424+ use, offer to sell, sell, import, and otherwise transfer the Work,
1425+ where such license applies only to those patent claims licensable
1426+ by such Contributor that are necessarily infringed by their
1427+ Contribution(s) alone or by combination of their Contribution(s)
1428+ with the Work to which such Contribution(s) was submitted. If You
1429+ institute patent litigation against any entity (including a
1430+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1431+ or a Contribution incorporated within the Work constitutes direct
1432+ or contributory patent infringement, then any patent licenses
1433+ granted to You under this License for that Work shall terminate
1434+ as of the date such litigation is filed.
1435+
1436+ 4. Redistribution. You may reproduce and distribute copies of the
1437+ Work or Derivative Works thereof in any medium, with or without
1438+ modifications, and in Source or Object form, provided that You
1439+ meet the following conditions:
1440+
1441+ (a) You must give any other recipients of the Work or
1442+ Derivative Works a copy of this License; and
1443+
1444+ (b) You must cause any modified files to carry prominent notices
1445+ stating that You changed the files; and
1446+
1447+ (c) You must retain, in the Source form of any Derivative Works
1448+ that You distribute, all copyright, patent, trademark, and
1449+ attribution notices from the Source form of the Work,
1450+ excluding those notices that do not pertain to any part of
1451+ the Derivative Works; and
1452+
1453+ (d) If the Work includes a "NOTICE" text file as part of its
1454+ distribution, then any Derivative Works that You distribute must
1455+ include a readable copy of the attribution notices contained
1456+ within such NOTICE file, excluding those notices that do not
1457+ pertain to any part of the Derivative Works, in at least one
1458+ of the following places: within a NOTICE text file distributed
1459+ as part of the Derivative Works; within the Source form or
1460+ documentation, if provided along with the Derivative Works; or,
1461+ within a display generated by the Derivative Works, if and
1462+ wherever such third-party notices normally appear. The contents
1463+ of the NOTICE file are for informational purposes only and
1464+ do not modify the License. You may add Your own attribution
1465+ notices within Derivative Works that You distribute, alongside
1466+ or as an addendum to the NOTICE text from the Work, provided
1467+ that such additional attribution notices cannot be construed
1468+ as modifying the License.
1469+
1470+ You may add Your own copyright statement to Your modifications and
1471+ may provide additional or different license terms and conditions
1472+ for use, reproduction, or distribution of Your modifications, or
1473+ for any such Derivative Works as a whole, provided Your use,
1474+ reproduction, and distribution of the Work otherwise complies with
1475+ the conditions stated in this License.
1476+
1477+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1478+ any Contribution intentionally submitted for inclusion in the Work
1479+ by You to the Licensor shall be under the terms and conditions of
1480+ this License, without any additional terms or conditions.
1481+ Notwithstanding the above, nothing herein shall supersede or modify
1482+ the terms of any separate license agreement you may have executed
1483+ with Licensor regarding such Contributions.
1484+
1485+ 6. Trademarks. This License does not grant permission to use the trade
1486+ names, trademarks, service marks, or product names of the Licensor,
1487+ except as required for reasonable and customary use in describing the
1488+ origin of the Work and reproducing the content of the NOTICE file.
1489+
1490+ 7. Disclaimer of Warranty. Unless required by applicable law or
1491+ agreed to in writing, Licensor provides the Work (and each
1492+ Contributor provides its Contributions) on an "AS IS" BASIS,
1493+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1494+ implied, including, without limitation, any warranties or conditions
1495+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1496+ PARTICULAR PURPOSE. You are solely responsible for determining the
1497+ appropriateness of using or redistributing the Work and assume any
1498+ risks associated with Your exercise of permissions under this License.
1499+
1500+ 8. Limitation of Liability. In no event and under no legal theory,
1501+ whether in tort (including negligence), contract, or otherwise,
1502+ unless required by applicable law (such as deliberate and grossly
1503+ negligent acts) or agreed to in writing, shall any Contributor be
1504+ liable to You for damages, including any direct, indirect, special,
1505+ incidental, or consequential damages of any character arising as a
1506+ result of this License or out of the use or inability to use the
1507+ Work (including but not limited to damages for loss of goodwill,
1508+ work stoppage, computer failure or malfunction, or any and all
1509+ other commercial damages or losses), even if such Contributor
1510+ has been advised of the possibility of such damages.
1511+
1512+ 9. Accepting Warranty or Additional Liability. While redistributing
1513+ the Work or Derivative Works thereof, You may choose to offer,
1514+ and charge a fee for, acceptance of support, warranty, indemnity,
1515+ or other liability obligations and/or rights consistent with this
1516+ License. However, in accepting such obligations, You may act only
1517+ on Your own behalf and on Your sole responsibility, not on behalf
1518+ of any other Contributor, and only if You agree to indemnify,
1519+ defend, and hold each Contributor harmless for any liability
1520+ incurred by, or claims asserted against, such Contributor by reason
1521+ of your accepting any such warranty or additional liability.
1522+
1523+ END OF TERMS AND CONDITIONS
1524+
1525+ APPENDIX: How to apply the Apache License to your work.
1526+
1527+ To apply the Apache License to your work, attach the following
1528+ boilerplate notice, with the fields enclosed by brackets "{}"
1529+ replaced with your own identifying information. (Don't include
1530+ the brackets!) The text should be enclosed in the appropriate
1531+ comment syntax for the file format. We also recommend that a
1532+ file or class name and description of purpose be included on the
1533+ same "printed page" as the copyright notice for easier
1534+ identification within third-party archives.
1535+
1536+ Copyright 2018-2023 The simdjson authors
1537+
1538+ Licensed under the Apache License, Version 2.0 (the "License");
1539+ you may not use this file except in compliance with the License.
1540+ You may obtain a copy of the License at
1541+
1542+ http://www.apache.org/licenses/LICENSE-2.0
1543+
1544+ Unless required by applicable law or agreed to in writing, software
1545+ distributed under the License is distributed on an "AS IS" BASIS,
1546+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1547+ See the License for the specific language governing permissions and
1548+ limitations under the License.
1549+ """
1550+
13461551- ada, located at deps/ada, is licensed as follows:
13471552 """
13481553 Copyright 2023 Ada authors
0 commit comments