You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+25
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,31 @@ The externally maintained libraries used by Node.js are:
634
634
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
635
635
"""
636
636
637
+
- undici, located at deps/undici, is licensed as follows:
638
+
"""
639
+
MIT License
640
+
641
+
Copyright (c) Matteo Collina and Undici contributors
642
+
643
+
Permission is hereby granted, free of charge, to any person obtaining a copy
644
+
of this software and associated documentation files (the "Software"), to deal
645
+
in the Software without restriction, including without limitation the rights
646
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
647
+
copies of the Software, and to permit persons to whom the Software is
648
+
furnished to do so, subject to the following conditions:
649
+
650
+
The above copyright notice and this permission notice shall be included in all
651
+
copies or substantial portions of the Software.
652
+
653
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
654
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
655
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
656
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
657
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
658
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
659
+
SOFTWARE.
660
+
"""
661
+
637
662
- OpenSSL, located at deps/openssl, is licensed as follows:
0 commit comments