mirror of https://github.com/CGAL/cgal
correct names
This commit is contained in:
parent
9b59d33596
commit
7e1fd59648
|
|
@ -64,11 +64,11 @@ if [ ! -f INSTALL ]; then
|
||||||
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/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 Note that files in the following directories are ignored:
|
||||||
echo include/CGAL/CORE, include/CGAL/OpenNL,
|
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 test, Packages, developer_scripts, doc_tex, winutils
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue