* recognize C- and shell-style comments
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user