Skip to content

Commit 53c5322

Browse files
authored
tools: remove header from c-ares license
PR-URL: #54335 Refs: c-ares/c-ares@595cf21 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>
1 parent 1212eca commit 53c5322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/license-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232
# Dependencies bundled in distributions
3333
licenseText="$(cat "${rootdir}/deps/acorn/acorn/LICENSE")"
3434
addlicense "Acorn" "deps/acorn" "$licenseText"
35-
licenseText="$(tail -n +3 "${rootdir}/deps/cares/LICENSE.md")"
35+
licenseText="$(cat "${rootdir}/deps/cares/LICENSE.md")"
3636
addlicense "c-ares" "deps/cares" "$licenseText"
3737
licenseText="$(cat "${rootdir}/deps/cjs-module-lexer/LICENSE")"
3838
addlicense "cjs-module-lexer" "deps/cjs-module-lexer" "$licenseText"

0 commit comments

Comments
 (0)