@@ -638,56 +638,182 @@ The externally maintained libraries used by Node.js are:
638638
639639- OpenSSL, located at deps/openssl, is licensed as follows:
640640  """
641-     Copyright (c) 1998-2019 The OpenSSL Project.  All rights reserved.
642- 
643-     Redistribution and use in source and binary forms, with or without
644-     modification, are permitted provided that the following conditions
645-     are met:
646- 
647-     1. Redistributions of source code must retain the above copyright
648-     notice, this list of conditions and the following disclaimer.
649- 
650-     2. Redistributions in binary form must reproduce the above copyright
651-     notice, this list of conditions and the following disclaimer in
652-     the documentation and/or other materials provided with the
653-     distribution.
654- 
655-     3. All advertising materials mentioning features or use of this
656-     software must display the following acknowledgment:
657-     "This product includes software developed by the OpenSSL Project
658-     for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
659- 
660-     4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
661-     endorse or promote products derived from this software without
662-     prior written permission. For written permission, please contact
663- 664- 
665-     5. Products derived from this software may not be called "OpenSSL"
666-     nor may "OpenSSL" appear in their names without prior written
667-     permission of the OpenSSL Project.
668- 
669-     6. Redistributions of any form whatsoever must retain the following
670-     acknowledgment:
671-     "This product includes software developed by the OpenSSL Project
672-     for use in the OpenSSL Toolkit (http://www.openssl.org/)"
673- 
674-     THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
675-     EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
676-     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
677-     PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
678-     ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
679-     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
680-     NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
681-     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
682-     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
683-     STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
684-     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
685-     OF THE POSSIBILITY OF SUCH DAMAGE.
686-     ====================================================================
687- 
688-     This product includes cryptographic software written by Eric Young
689-     (
[email protected] ).  This product includes software written by Tim
690- 641+                                      Apache License
642+                                Version 2.0, January 2004
643+                             https://www.apache.org/licenses/
644+ 
645+        TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
646+ 
647+        1. Definitions.
648+ 
649+           "License" shall mean the terms and conditions for use, reproduction,
650+           and distribution as defined by Sections 1 through 9 of this document.
651+ 
652+           "Licensor" shall mean the copyright owner or entity authorized by
653+           the copyright owner that is granting the License.
654+ 
655+           "Legal Entity" shall mean the union of the acting entity and all
656+           other entities that control, are controlled by, or are under common
657+           control with that entity. For the purposes of this definition,
658+           "control" means (i) the power, direct or indirect, to cause the
659+           direction or management of such entity, whether by contract or
660+           otherwise, or (ii) ownership of fifty percent (50%) or more of the
661+           outstanding shares, or (iii) beneficial ownership of such entity.
662+ 
663+           "You" (or "Your") shall mean an individual or Legal Entity
664+           exercising permissions granted by this License.
665+ 
666+           "Source" form shall mean the preferred form for making modifications,
667+           including but not limited to software source code, documentation
668+           source, and configuration files.
669+ 
670+           "Object" form shall mean any form resulting from mechanical
671+           transformation or translation of a Source form, including but
672+           not limited to compiled object code, generated documentation,
673+           and conversions to other media types.
674+ 
675+           "Work" shall mean the work of authorship, whether in Source or
676+           Object form, made available under the License, as indicated by a
677+           copyright notice that is included in or attached to the work
678+           (an example is provided in the Appendix below).
679+ 
680+           "Derivative Works" shall mean any work, whether in Source or Object
681+           form, that is based on (or derived from) the Work and for which the
682+           editorial revisions, annotations, elaborations, or other modifications
683+           represent, as a whole, an original work of authorship. For the purposes
684+           of this License, Derivative Works shall not include works that remain
685+           separable from, or merely link (or bind by name) to the interfaces of,
686+           the Work and Derivative Works thereof.
687+ 
688+           "Contribution" shall mean any work of authorship, including
689+           the original version of the Work and any modifications or additions
690+           to that Work or Derivative Works thereof, that is intentionally
691+           submitted to Licensor for inclusion in the Work by the copyright owner
692+           or by an individual or Legal Entity authorized to submit on behalf of
693+           the copyright owner. For the purposes of this definition, "submitted"
694+           means any form of electronic, verbal, or written communication sent
695+           to the Licensor or its representatives, including but not limited to
696+           communication on electronic mailing lists, source code control systems,
697+           and issue tracking systems that are managed by, or on behalf of, the
698+           Licensor for the purpose of discussing and improving the Work, but
699+           excluding communication that is conspicuously marked or otherwise
700+           designated in writing by the copyright owner as "Not a Contribution."
701+ 
702+           "Contributor" shall mean Licensor and any individual or Legal Entity
703+           on behalf of whom a Contribution has been received by Licensor and
704+           subsequently incorporated within the Work.
705+ 
706+        2. Grant of Copyright License. Subject to the terms and conditions of
707+           this License, each Contributor hereby grants to You a perpetual,
708+           worldwide, non-exclusive, no-charge, royalty-free, irrevocable
709+           copyright license to reproduce, prepare Derivative Works of,
710+           publicly display, publicly perform, sublicense, and distribute the
711+           Work and such Derivative Works in Source or Object form.
712+ 
713+        3. Grant of Patent License. Subject to the terms and conditions of
714+           this License, each Contributor hereby grants to You a perpetual,
715+           worldwide, non-exclusive, no-charge, royalty-free, irrevocable
716+           (except as stated in this section) patent license to make, have made,
717+           use, offer to sell, sell, import, and otherwise transfer the Work,
718+           where such license applies only to those patent claims licensable
719+           by such Contributor that are necessarily infringed by their
720+           Contribution(s) alone or by combination of their Contribution(s)
721+           with the Work to which such Contribution(s) was submitted. If You
722+           institute patent litigation against any entity (including a
723+           cross-claim or counterclaim in a lawsuit) alleging that the Work
724+           or a Contribution incorporated within the Work constitutes direct
725+           or contributory patent infringement, then any patent licenses
726+           granted to You under this License for that Work shall terminate
727+           as of the date such litigation is filed.
728+ 
729+        4. Redistribution. You may reproduce and distribute copies of the
730+           Work or Derivative Works thereof in any medium, with or without
731+           modifications, and in Source or Object form, provided that You
732+           meet the following conditions:
733+ 
734+           (a) You must give any other recipients of the Work or
735+               Derivative Works a copy of this License; and
736+ 
737+           (b) You must cause any modified files to carry prominent notices
738+               stating that You changed the files; and
739+ 
740+           (c) You must retain, in the Source form of any Derivative Works
741+               that You distribute, all copyright, patent, trademark, and
742+               attribution notices from the Source form of the Work,
743+               excluding those notices that do not pertain to any part of
744+               the Derivative Works; and
745+ 
746+           (d) If the Work includes a "NOTICE" text file as part of its
747+               distribution, then any Derivative Works that You distribute must
748+               include a readable copy of the attribution notices contained
749+               within such NOTICE file, excluding those notices that do not
750+               pertain to any part of the Derivative Works, in at least one
751+               of the following places: within a NOTICE text file distributed
752+               as part of the Derivative Works; within the Source form or
753+               documentation, if provided along with the Derivative Works; or,
754+               within a display generated by the Derivative Works, if and
755+               wherever such third-party notices normally appear. The contents
756+               of the NOTICE file are for informational purposes only and
757+               do not modify the License. You may add Your own attribution
758+               notices within Derivative Works that You distribute, alongside
759+               or as an addendum to the NOTICE text from the Work, provided
760+               that such additional attribution notices cannot be construed
761+               as modifying the License.
762+ 
763+           You may add Your own copyright statement to Your modifications and
764+           may provide additional or different license terms and conditions
765+           for use, reproduction, or distribution of Your modifications, or
766+           for any such Derivative Works as a whole, provided Your use,
767+           reproduction, and distribution of the Work otherwise complies with
768+           the conditions stated in this License.
769+ 
770+        5. Submission of Contributions. Unless You explicitly state otherwise,
771+           any Contribution intentionally submitted for inclusion in the Work
772+           by You to the Licensor shall be under the terms and conditions of
773+           this License, without any additional terms or conditions.
774+           Notwithstanding the above, nothing herein shall supersede or modify
775+           the terms of any separate license agreement you may have executed
776+           with Licensor regarding such Contributions.
777+ 
778+        6. Trademarks. This License does not grant permission to use the trade
779+           names, trademarks, service marks, or product names of the Licensor,
780+           except as required for reasonable and customary use in describing the
781+           origin of the Work and reproducing the content of the NOTICE file.
782+ 
783+        7. Disclaimer of Warranty. Unless required by applicable law or
784+           agreed to in writing, Licensor provides the Work (and each
785+           Contributor provides its Contributions) on an "AS IS" BASIS,
786+           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
787+           implied, including, without limitation, any warranties or conditions
788+           of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
789+           PARTICULAR PURPOSE. You are solely responsible for determining the
790+           appropriateness of using or redistributing the Work and assume any
791+           risks associated with Your exercise of permissions under this License.
792+ 
793+        8. Limitation of Liability. In no event and under no legal theory,
794+           whether in tort (including negligence), contract, or otherwise,
795+           unless required by applicable law (such as deliberate and grossly
796+           negligent acts) or agreed to in writing, shall any Contributor be
797+           liable to You for damages, including any direct, indirect, special,
798+           incidental, or consequential damages of any character arising as a
799+           result of this License or out of the use or inability to use the
800+           Work (including but not limited to damages for loss of goodwill,
801+           work stoppage, computer failure or malfunction, or any and all
802+           other commercial damages or losses), even if such Contributor
803+           has been advised of the possibility of such damages.
804+ 
805+        9. Accepting Warranty or Additional Liability. While redistributing
806+           the Work or Derivative Works thereof, You may choose to offer,
807+           and charge a fee for, acceptance of support, warranty, indemnity,
808+           or other liability obligations and/or rights consistent with this
809+           License. However, in accepting such obligations, You may act only
810+           on Your own behalf and on Your sole responsibility, not on behalf
811+           of any other Contributor, and only if You agree to indemnify,
812+           defend, and hold each Contributor harmless for any liability
813+           incurred by, or claims asserted against, such Contributor by reason
814+           of your accepting any such warranty or additional liability.
815+ 
816+        END OF TERMS AND CONDITIONS
691817  """
692818
693819- Punycode.js, located at lib/punycode.js, is licensed as follows:
@@ -1215,7 +1341,7 @@ The externally maintained libraries used by Node.js are:
12151341
12161342- ESLint, located at tools/node_modules/eslint, is licensed as follows:
12171343  """
1218-     Copyright JS  Foundation and other contributors, https://js.foundation 
1344+     Copyright OpenJS  Foundation and other contributors, <www.openjsf.org> 
12191345
12201346    Permission is hereby granted, free of charge, to any person obtaining a copy
12211347    of this software and associated documentation files (the "Software"), to deal
0 commit comments