mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: remove header from c-ares license
PR-URL: https://github.com/nodejs/node/pull/54335
Refs: 595cf21334
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
1212eca1fc
commit
53c5322c6a
@ -32,7 +32,7 @@ fi
|
||||
# Dependencies bundled in distributions
|
||||
licenseText="$(cat "${rootdir}/deps/acorn/acorn/LICENSE")"
|
||||
addlicense "Acorn" "deps/acorn" "$licenseText"
|
||||
licenseText="$(tail -n +3 "${rootdir}/deps/cares/LICENSE.md")"
|
||||
licenseText="$(cat "${rootdir}/deps/cares/LICENSE.md")"
|
||||
addlicense "c-ares" "deps/cares" "$licenseText"
|
||||
licenseText="$(cat "${rootdir}/deps/cjs-module-lexer/LICENSE")"
|
||||
addlicense "cjs-module-lexer" "deps/cjs-module-lexer" "$licenseText"
|
||||
|
Loading…
Reference in New Issue
Block a user