* recognize C- and shell-style comments

This commit is contained in:
Joachim Reichel
2006-02-16 20:39:47 +00:00
parent d6da3c89f5
commit 50cd028c94
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# Copyright (c) 2005 Utrecht University (The Netherlands),
# Copyright (c) 2005,2006 Utrecht University (The Netherlands),
# ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
# INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
# (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
@@ -49,7 +49,7 @@ if [ ! -f install_cgal ]; then
exit 1
fi
grep -r -L "^// See the file LICENSE.\(LG\|Q\)PL distributed with CGAL." * | \
grep -r -L "^\(//\| \*\|#\) See the file LICENSE\.\(LG\|Q\)PL distributed with CGAL\." * | \
grep -v "^$DIR/\|^include/CORE/\|^include/OpenNL/\|^src/Core/\|^test/\|^Packages/\|^developer_scripts\|^doc_tex/\|^winutils/" | sort >$PREFIX1 || true
echo Note that files in the following directories are ignored: