summaryrefslogtreecommitdiffstats
path: root/scan
blob: 37951d999ab7e84f15253871599dbc4c51ead64c (plain)
1
2
3
4
5
6
7
#!/bin/sh

scancode --copyright --license --json-pp $1/master.json -n 128 --license-diag --license-text --ignore='Documentation/*' --ignore='LICENSES/*' .

cd $1
../lcheck.py --exclude='Documentation,LICENSES' --dropmodule --dropexport -v -f stats master.json >stats.txt