correct names

This commit is contained in:
Eric Berberich 2012-08-03 17:48:56 +00:00
parent 9b59d33596
commit 7e1fd59648
1 changed files with 2 additions and 2 deletions

View File

@ -64,11 +64,11 @@ if [ ! -f INSTALL ]; then
fi
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/CGAL_Core/\|^src/CGAL_ImageIO/\|^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 include/CGAL/CORE, include/CGAL/OpenNL,
echo src/CGALCore, src/CGALimageIO, config/support,
echo src/CGAL_Core, src/CGAL_ImageIO, config/support,
echo test, Packages, developer_scripts, doc_tex, winutils
echo