Skip to content

Commit

Permalink
exclude examples from copyright check
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Dec 16, 2024
1 parent 9e67a5f commit 9afef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/test/checkCopyrights.bash
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ root_files_wo_copy=$(find . -maxdepth 1 -name Make\* -o -name CMakeLists.txt | x
# tools/chplvis: cxx fl h H
# tools/mason: (excluding files named test*): chpl

tools_wo_copy=$(find tools \( -type d \( -name test -o -name utils \) -prune \) -o \( -type f \( \
tools_wo_copy=$(find tools \( -type d \( -name test -o -name utils -o -name examples \) -prune \) -o \( -type f \( \
-name Make\* -o \
-name CMakeLists.txt -o \
-name \*.c -o \
Expand Down

0 comments on commit 9afef46

Please sign in to comment.