From adc3177d7782e5c1c51db999d8cd6452f00253df 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 --- tools/license-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/license-builder.sh b/tools/license-builder.sh index 30806de51f8ccf..df7437fce7a2c4 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -61,7 +61,7 @@ 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)" + "$(sed -e '/^ \*\/$/,$d' -e '/^ [^*].*$/d' -e '/\/\*.*$/d' -e '/^$/d' -e 's/^[/ ]\* *//' "${rootdir}"/deps/openssl/openssl/e_os.h)" 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)"