@@ -984,8 +984,7 @@ The externally maintained libraries used by Node.js are:
984
984
- Strongtalk assembler, the basis of the files assembler-arm-inl.h,
985
985
assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
986
986
assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
987
- assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
988
- assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
987
+ assembler-x64.cc, assembler-x64.h, assembler.cc and assembler.h.
989
988
This code is copyrighted by Sun Microsystems Inc. and released
990
989
under a 3-clause BSD license.
991
990
@@ -1069,6 +1068,25 @@ The externally maintained libraries used by Node.js are:
1069
1068
1070
1069
"""
1071
1070
1071
+ - semver, located at deps/npm/node_modules/semver, is licensed as follows:
1072
+ """
1073
+ The ISC License
1074
+
1075
+ Copyright (c) Isaac Z. Schlueter and Contributors
1076
+
1077
+ Permission to use, copy, modify, and/or distribute this software for any
1078
+ purpose with or without fee is hereby granted, provided that the above
1079
+ copyright notice and this permission notice appear in all copies.
1080
+
1081
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1082
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1083
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1084
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1085
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1086
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1087
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1088
+ """
1089
+
1072
1090
- npm, located at deps/npm, is licensed as follows:
1073
1091
"""
1074
1092
The npm application
0 commit comments