@@ -644,9 +644,6 @@ The externally maintained libraries used by Node.js are:
644644
645645- libuv, located at deps/uv, is licensed as follows:
646646 """
647- libuv is licensed for use as follows:
648-
649- ====
650647 Copyright (c) 2015-present libuv project contributors.
651648
652649 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:
666663 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
667664 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
668665 IN THE SOFTWARE.
669- ====
670-
671666 This license applies to parts of libuv originating from the
672667 https://github.com/joyent/libuv repository:
673668
@@ -704,12 +699,6 @@ The externally maintained libraries used by Node.js are:
704699 - inet_pton and inet_ntop implementations, contained in src/inet.c, are
705700 copyright the Internet Systems Consortium, Inc., and licensed under the ISC
706701 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.
713702 """
714703
715704- llhttp, located at deps/llhttp, is licensed as follows:
0 commit comments