Skip to content

Commit c2265a9

Browse files
Trotttargos
authored andcommitted
tools: update license-builder.sh for OpenSSL
PR-URL: #40540 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 556e49c commit c2265a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/license-builder.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ fi
6060
addlicense "libuv" "deps/uv" "$(cat "${rootdir}"/deps/uv/LICENSE)"
6161
addlicense "llhttp" "deps/llhttp" "$(cat deps/llhttp/LICENSE-MIT)"
6262
addlicense "corepack" "deps/corepack" "$(cat "${rootdir}"/deps/corepack/LICENSE.md)"
63-
addlicense "OpenSSL" "deps/openssl" \
64-
"$(sed -e '/^ \*\/$/,$d' -e '/^ [^*].*$/d' -e '/\/\*.*$/d' -e '/^$/d' -e 's/^[/ ]\* *//' "${rootdir}"/deps/openssl/openssl/LICENSE)"
63+
addlicense "OpenSSL" "deps/openssl" "$(cat "${rootdir}"/deps/openssl/openssl/LICENSE.txt)"
6564
addlicense "Punycode.js" "lib/punycode.js" \
6665
"$(curl -sL https://raw.githubusercontent.com/bestiejs/punycode.js/HEAD/LICENSE-MIT.txt)"
6766
addlicense "V8" "deps/v8" "$(cat "${rootdir}"/deps/v8/LICENSE)"

0 commit comments

Comments
 (0)