Skip to content

Commit a675c99

Browse files
committed
wip
1 parent c3613cd commit a675c99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/checkCopyrightPresent.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ filesWithOutCopyright=()
66
filesWithOutSPDX=()
77

88
for i in $(find "${repo_root}" -name pom.xml); do
9+
if [[ "$i" == "${repo_root}/core/queryparser/sparql/JavaCC/"* ]]; then
10+
continue
11+
fi
912
echo $i;
1013
# only look in non test files but make sure src/main exists.
1114
# and not in package-info

0 commit comments

Comments
 (0)