We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3613cd commit a675c99Copy full SHA for a675c99
1 file changed
scripts/checkCopyrightPresent.sh
@@ -6,6 +6,9 @@ filesWithOutCopyright=()
6
filesWithOutSPDX=()
7
8
for i in $(find "${repo_root}" -name pom.xml); do
9
+ if [[ "$i" == "${repo_root}/core/queryparser/sparql/JavaCC/"* ]]; then
10
+ continue
11
+ fi
12
echo $i;
13
# only look in non test files but make sure src/main exists.
14
# and not in package-info
0 commit comments