drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / scripts / spdxcheck-test.sh
blob9f6d1a74da6ef5ed76ee3c913fd37c8865d358f7
1 #!/bin/sh
3 # run check on a text and a binary file
4 for FILE in Makefile Documentation/images/logo.gif; do
5 python3 scripts/spdxcheck.py $FILE
6 python3 scripts/spdxcheck.py - < $FILE
7 done
9 # run check on complete tree to catch any other issues
10 python3 scripts/spdxcheck.py > /dev/null