devtools: ignore JSON files for SPDX check
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 16 Mar 2021 21:00:25 +0000 (14:00 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 May 2021 09:01:19 +0000 (11:01 +0200)
commita8a060d3f68818e63a0ee6cb2123abd8b6b6cabe
tree0a99aed5a626c5e4f7d02ae3be14e536f8540081
parentf0129207ec621b593b67aaf8159c4faab878e73f
devtools: ignore JSON files for SPDX check

The JSON file format does not support comments so there is no good
way to add SPDX license identifier.  This solves false positives
that arrive from the use of JSON in crypto dev tests.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
devtools/check-spdx-tag.sh