You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -636,56 +636,129 @@ The externally maintained libraries used by Node.js are:
636
636
637
637
- OpenSSL, located at deps/openssl, is licensed as follows:
638
638
"""
639
-
Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
640
-
641
-
Redistribution and use in source and binary forms, with or without
642
-
modification, are permitted provided that the following conditions
643
-
are met:
644
-
645
-
1. Redistributions of source code must retain the above copyright
646
-
notice, this list of conditions and the following disclaimer.
647
-
648
-
2. Redistributions in binary form must reproduce the above copyright
649
-
notice, this list of conditions and the following disclaimer in
650
-
the documentation and/or other materials provided with the
651
-
distribution.
652
-
653
-
3. All advertising materials mentioning features or use of this
654
-
software must display the following acknowledgment:
655
-
"This product includes software developed by the OpenSSL Project
656
-
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
657
-
658
-
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
659
-
endorse or promote products derived from this software without
660
-
prior written permission. For written permission, please contact
5. Products derived from this software may not be called "OpenSSL"
664
-
nor may "OpenSSL" appear in their names without prior written
665
-
permission of the OpenSSL Project.
666
-
667
-
6. Redistributions of any form whatsoever must retain the following
668
-
acknowledgment:
669
-
"This product includes software developed by the OpenSSL Project
670
-
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
671
-
672
-
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
673
-
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
674
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
675
-
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
676
-
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
677
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
678
-
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
679
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
680
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
681
-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
682
-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
651
+
*
652
+
* Redistribution and use in source and binary forms, with or without
653
+
* modification, are permitted provided that the following conditions
654
+
* are met:
655
+
*
656
+
* 1. Redistributions of source code must retain the above copyright
657
+
* notice, this list of conditions and the following disclaimer.
658
+
*
659
+
* 2. Redistributions in binary form must reproduce the above copyright
660
+
* notice, this list of conditions and the following disclaimer in
661
+
* the documentation and/or other materials provided with the
662
+
* distribution.
663
+
*
664
+
* 3. All advertising materials mentioning features or use of this
665
+
* software must display the following acknowledgment:
666
+
* "This product includes software developed by the OpenSSL Project
667
+
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
668
+
*
669
+
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
670
+
* endorse or promote products derived from this software without
671
+
* prior written permission. For written permission, please contact
* 5. Products derived from this software may not be called "OpenSSL"
675
+
* nor may "OpenSSL" appear in their names without prior written
676
+
* permission of the OpenSSL Project.
677
+
*
678
+
* 6. Redistributions of any form whatsoever must retain the following
679
+
* acknowledgment:
680
+
* "This product includes software developed by the OpenSSL Project
681
+
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
682
+
*
683
+
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
684
+
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
685
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
686
+
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
687
+
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
688
+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
689
+
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
690
+
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
691
+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
692
+
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
693
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
licenseText="$(sed -e '/You should have received a copy of the CC0/,$d' -e 's/^\/\* *//' -e 's/^ \* *//' deps/v8/src/third_party/siphash/halfsiphash.cc)"
0 commit comments