@@ -644,9 +644,6 @@ The externally maintained libraries used by Node.js are:
644
644
645
645
- libuv, located at deps/uv, is licensed as follows:
646
646
"""
647
- libuv is licensed for use as follows:
648
-
649
- ====
650
647
Copyright (c) 2015-present libuv project contributors.
651
648
652
649
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -666,8 +663,6 @@ The externally maintained libraries used by Node.js are:
666
663
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
667
664
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
668
665
IN THE SOFTWARE.
669
- ====
670
-
671
666
This license applies to parts of libuv originating from the
672
667
https://github.com/joyent/libuv repository:
673
668
@@ -704,12 +699,6 @@ The externally maintained libraries used by Node.js are:
704
699
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
705
700
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
706
701
license.
707
-
708
- - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
709
- clause BSD license.
710
-
711
- - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
712
- Three clause BSD license.
713
702
"""
714
703
715
704
- llhttp, located at deps/llhttp, is licensed as follows:
0 commit comments