Skip to content

Commit 0e84556

Browse files
committed
wip
1 parent 82dc4fb commit 0e84556

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/checkCopyrightPresent.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ for i in $(find "${repo_root}" -name pom.xml); do
104104
fi
105105
done
106106

107-
if [ "$match_count" -ge 4 ]; then
107+
echo "File: $c - Matches: $match_count"
108+
if [ "$match_count" -ge 2 ]; then
108109
if [ "$match_count" -lt 9 ]; then
109110
rewrite_header "$c" "${header_lines[1]}"
110111
fi

0 commit comments

Comments
 (0)