]> git.droids-corp.org - dpdk.git/blobdiff - devtools/check-spdx-tag.sh
devtools: ignore JSON files for SPDX check
[dpdk.git] / devtools / check-spdx-tag.sh
index 3f2912e922e9363f978251d171c56fb6a276074e..a606ef85f0ddd684c85daf34fc4368ea8015086f 100755 (executable)
@@ -25,8 +25,8 @@ check_spdx() {
        ':^*/Kbuild' ':^*/README' \
        ':^license/' ':^config/' ':^buildtools/' \
        ':^*.cocci' ':^*.abignore' \
-       ':^*.map' ':^*.ini' ':^*.data' ':^*.cfg' ':^*.txt' \
-       ':^*.svg' ':^*.png'\
+       ':^*.map' ':^*.ini' ':^*.data' ':^*.json' ':^*.cfg' ':^*.txt' \
+       ':^*.svg' ':^*.png' \
        > $tmpfile
 
     errors=$(wc -l < $tmpfile)