Skip to content

Commit d577693

Browse files
committed
Final version of license check.
1 parent 3622820 commit d577693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_license/check-headers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ for file in $FILES ; do
9191
if [ $VERBOSE -eq 1 ]; then
9292
echo "Checking file: $file"
9393
fi
94+
9495
# The src_path is a path which should be used in every command except git.
9596
# git is called with -C flag so filepaths should be relative to SOURCE_ROOT
9697
src_path="${SOURCE_ROOT}/$file"

0 commit comments

Comments
 (0)