From d515d853e15d788b5ece09294e4496963ce2a1fc Mon Sep 17 00:00:00 2001 From: Joachim Reichel Date: Sun, 29 Jan 2012 10:40:10 +0000 Subject: [PATCH] Tighten grep expression to also find files with license, but without copyright notice. --- Scripts/developer_scripts/check_licenses | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/check_licenses b/Scripts/developer_scripts/check_licenses index 4c228526750..7d95930afdd 100755 --- a/Scripts/developer_scripts/check_licenses +++ b/Scripts/developer_scripts/check_licenses @@ -63,7 +63,7 @@ if [ ! -f INSTALL ]; then exit 1 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 echo Note that files in the following directories are ignored: