Closed jeffa5 closed 1 year ago
This reworks the notice_check.py to use git ls-files and exclude some things from that. It also reworks the logic for checking for the license lines to be a bit more robust in the face of formatting.
notice_check.py
git ls-files
Available from here
Nice, are any of these changes worth upstreaming to CCF?
I wouldn't think they're urgent but maybe eventually.
This reworks the
notice_check.py
to usegit ls-files
and exclude some things from that. It also reworks the logic for checking for the license lines to be a bit more robust in the face of formatting.