Update header_checker.py to support python and assembly files.

Add support for checking and verifying SPDX license identifiers.
This commit is contained in:
Paul Bartell 2021-05-26 20:03:07 -07:00 committed by Paul Bartell
parent 3c4049c8f7
commit 459a6cbb4c
2 changed files with 344 additions and 71 deletions

View file

@ -1,5 +1,5 @@
certifi==2020.12.5
chardet==3.0.4
chardet==4.0.0
colorama==0.4.4
Deprecated==1.2.10
gitdb==4.0.5
@ -8,7 +8,7 @@ idna==2.10
PyGithub==1.54
PyJWT==1.7.1
PyYAML==5.4
requests==2.24.0
requests==2.25.1
smmap==3.0.4
urllib3==1.25.11
urllib3==1.26.3
wrapt==1.12.1