1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests: let license checker check headers, too

This commit is contained in:
Ludwig Ortmann 2014-08-02 11:41:53 +02:00
parent 5886d83333
commit d1226b2a78

View File

@ -22,9 +22,9 @@ done
# select files to check
if [ -z "${BRANCH}" ]; then
FILES="$(git ls-tree -r --full-tree --name-only HEAD | grep -E '\.[sSc]$')"
FILES="$(git ls-tree -r --full-tree --name-only HEAD | grep -E '\.[sSch]$')"
else
FILES="$(git diff --diff-filter=ACMR --name-only ${BRANCH} | grep -E '\.[sSc]$')"
FILES="$(git diff --diff-filter=ACMR --name-only ${BRANCH} | grep -E '\.[sSch]$')"
fi
# categorize files