From c2265a92c33578fe380a2537dfa2eba0a5fa9350 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 20 Oct 2021 16:22:09 +0000 Subject: [PATCH] tools: update license-builder.sh for OpenSSL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40540 Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen Reviewed-By: Michael Dawson Reviewed-By: Colin Ihrig Reviewed-By: Michaël Zasso --- tools/license-builder.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/license-builder.sh b/tools/license-builder.sh index 30806de51f8ccf..aa9ccfc8f28212 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -60,8 +60,7 @@ fi addlicense "libuv" "deps/uv" "$(cat "${rootdir}"/deps/uv/LICENSE)" addlicense "llhttp" "deps/llhttp" "$(cat deps/llhttp/LICENSE-MIT)" addlicense "corepack" "deps/corepack" "$(cat "${rootdir}"/deps/corepack/LICENSE.md)" -addlicense "OpenSSL" "deps/openssl" \ - "$(sed -e '/^ \*\/$/,$d' -e '/^ [^*].*$/d' -e '/\/\*.*$/d' -e '/^$/d' -e 's/^[/ ]\* *//' "${rootdir}"/deps/openssl/openssl/LICENSE)" +addlicense "OpenSSL" "deps/openssl" "$(cat "${rootdir}"/deps/openssl/openssl/LICENSE.txt)" addlicense "Punycode.js" "lib/punycode.js" \ "$(curl -sL https://raw.githubusercontent.com/bestiejs/punycode.js/HEAD/LICENSE-MIT.txt)" addlicense "V8" "deps/v8" "$(cat "${rootdir}"/deps/v8/LICENSE)"