Skip to content

Commit 8ad97bd

Browse files
committed
Check license V2.3 false test 3
1 parent 140402e commit 8ad97bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_license/check-headers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ else
8383
GIT_COMMAND="diff --name-only $MERGE_BASE $CURRENT_COMMIT"
8484
fi
8585

86-
FILES=$($GIT $GIT_COMMAND | ${SOURCE_ROOT}/utils/check_license/file-exceptions.sh | \
86+
FILES=$($GIT $GIT_COMMAND | \
8787
grep -E -e '*\.[chs]$' -e '*\.[ch]pp$' -e '*\.sh$' -e '*\.py$' \
8888
-e 'TEST*' -e 'Makefile*' -e 'CMakeLists.txt$' -e '*\.cmake$' \
8989
-e '*\.link$' -e '*\.map$' -e '*\.Dockerfile$' -e 'LICENSE$' \

0 commit comments

Comments
 (0)