@@ -487,8 +487,32 @@ The externally maintained libraries used by Node.js are:
487
487
488
488
- libuv, located at deps/uv, is licensed as follows:
489
489
"""
490
- libuv is part of the Node project: http://nodejs.org/
491
- libuv may be distributed alone under Node's license:
490
+ libuv is licensed for use as follows:
491
+
492
+ ====
493
+ Copyright (c) 2015-present libuv project contributors.
494
+
495
+ Permission is hereby granted, free of charge, to any person obtaining a copy
496
+ of this software and associated documentation files (the "Software"), to
497
+ deal in the Software without restriction, including without limitation the
498
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
499
+ sell copies of the Software, and to permit persons to whom the Software is
500
+ furnished to do so, subject to the following conditions:
501
+
502
+ The above copyright notice and this permission notice shall be included in
503
+ all copies or substantial portions of the Software.
504
+
505
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
506
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
507
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
508
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
509
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
510
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
511
+ IN THE SOFTWARE.
512
+ ====
513
+
514
+ This license applies to parts of libuv originating from the
515
+ https://github.com/joyent/libuv repository:
492
516
493
517
====
494
518
@@ -537,7 +561,7 @@ The externally maintained libraries used by Node.js are:
537
561
538
562
- OpenSSL, located at deps/openssl, is licensed as follows:
539
563
"""
540
- Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
564
+ Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
541
565
542
566
Redistribution and use in source and binary forms, with or without
543
567
modification, are permitted provided that the following conditions
@@ -677,9 +701,9 @@ The externally maintained libraries used by Node.js are:
677
701
- zlib, located at deps/zlib, is licensed as follows:
678
702
"""
679
703
zlib.h -- interface of the 'zlib' general purpose compression library
680
- version 1.2.8, April 28th, 2013
704
+ version 1.2.11, January 15th, 2017
681
705
682
- Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
706
+ Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
683
707
684
708
This software is provided 'as-is', without any express or implied
685
709
warranty. In no event will the authors be held liable for any damages
@@ -1017,8 +1041,7 @@ The externally maintained libraries used by Node.js are:
1017
1041
1018
1042
- ESLint, located at tools/eslint, is licensed as follows:
1019
1043
"""
1020
- ESLint
1021
- Copyright jQuery Foundation and other contributors, https://jquery.org/
1044
+ Copyright JS Foundation and other contributors, https://js.foundation
1022
1045
1023
1046
Permission is hereby granted, free of charge, to any person obtaining a copy
1024
1047
of this software and associated documentation files (the "Software"), to deal
@@ -1070,3 +1093,30 @@ The externally maintained libraries used by Node.js are:
1070
1093
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1071
1094
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1072
1095
"""
1096
+
1097
+ - nghttp2, located at deps/nghttp2, is licensed as follows:
1098
+ """
1099
+ The MIT License
1100
+
1101
+ Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
1102
+ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
1103
+
1104
+ Permission is hereby granted, free of charge, to any person obtaining
1105
+ a copy of this software and associated documentation files (the
1106
+ "Software"), to deal in the Software without restriction, including
1107
+ without limitation the rights to use, copy, modify, merge, publish,
1108
+ distribute, sublicense, and/or sell copies of the Software, and to
1109
+ permit persons to whom the Software is furnished to do so, subject to
1110
+ the following conditions:
1111
+
1112
+ The above copyright notice and this permission notice shall be
1113
+ included in all copies or substantial portions of the Software.
1114
+
1115
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1116
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1117
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1118
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1119
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1120
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1121
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1122
+ """
0 commit comments