Improved sample usage in hasCopyright.sh

Change-Id: Iae3ef128e62faba579ce7385bedc90a4e4600019
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Robert Loehning
2012-03-02 16:57:39 +01:00
committed by Tobias Hunger
parent bdae0ae5ad
commit 453fa17432
+1 -1
View File
@@ -5,7 +5,7 @@
# string 'Copyright'.
#
# Sample usage:
# find . -type f -name \*.cpp -o -name \*.h | xargs ~/bin/hasCopyright.sh
# find . -type f -name \*.cpp -o -name \*.h | xargs ./scripts/hasCopyright.sh
for i in "$@" ; do
if test -f "$i" && test -s "$i" ; then