Tighten grep expression to also find files with license, but without

copyright notice.
This commit is contained in:
Joachim Reichel 2012-01-29 10:40:10 +00:00
parent 2407cc9efb
commit d515d853e1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if [ ! -f INSTALL ]; then
exit 1 exit 1
fi fi
licensecheck -r * -c $CHECK_PATTERN | grep -Ev 'L?GPL \(v3 or later\)' | \ licensecheck -r * -c $CHECK_PATTERN | grep -Ev ': L?GPL \(v3 or later\)' | \
grep -v "^$DIR/\|^include/CGAL/CORE/\|^include/CGAL/OpenNL/\|^src/CGALCore/\|^src/CGALimageIO/\|^config/support/\|test/\|^Packages/\|^developer_scripts\|^doc_tex/\|^winutils/\|^cmake/platforms" | sort >$PREFIX1 || true grep -v "^$DIR/\|^include/CGAL/CORE/\|^include/CGAL/OpenNL/\|^src/CGALCore/\|^src/CGALimageIO/\|^config/support/\|test/\|^Packages/\|^developer_scripts\|^doc_tex/\|^winutils/\|^cmake/platforms" | sort >$PREFIX1 || true
echo Note that files in the following directories are ignored: echo Note that files in the following directories are ignored: