Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2021-08-13 08:49:27 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-09-23 18:49:25 +0300
commit8ea9a71b15a953cd0936f7e6aae84c62873a77b5 (patch)
tree90068d241c0229803b9e392bd25a9bd366621abb /tools
parent5fc9d3c480bb23cd348169cd0f3c3d5c1799a287 (diff)
deps,src: use SIMD for normal base64 encoding
PR-URL: https://github.com/nodejs/node/pull/39775 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/license-builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/license-builder.sh b/tools/license-builder.sh
index 4aa7224d8e3..b50732e0c14 100755
--- a/tools/license-builder.sh
+++ b/tools/license-builder.sh
@@ -136,4 +136,6 @@ addlicense "nghttp3" "deps/ngtcp2/nghttp3/" "$licenseText"
licenseText="$(curl -sL https://raw.githubusercontent.com/jprichardson/node-fs-extra/b34da2762a4865b025cac06d02d6a2f1f1027b65/LICENSE)"
addlicense "node-fs-extra" "lib/internal/fs/cp" "$licenseText"
+addlicense "base64" "deps/base64/base64/" "$(cat "${rootdir}"/deps/base64/base64/LICENSE)"
+
mv "$tmplicense" "$licensefile"