6
6
# License as published by the Free Software Foundation; either
7
7
# version 2.1 of the License, or (at your option) any later version.
8
8
echo Running 'licensecheck'
10
10
test -n "$SRCDIR" && cd $SRCDIR
11
11
test -z "$BLDDIR" && BLDDIR=_build
12
12
find . \! -path './.*/*' -a \! -path "./$BLDDIR/*" -a \! -path "./_*/*" -a \! -path "./debian/*" | xargs licensecheck | grep UNKNOWN && exit 1