forked from qt-creator/qt-creator
Improved sample usage in hasCopyright.sh
Change-Id: Iae3ef128e62faba579ce7385bedc90a4e4600019 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
bdae0ae5ad
commit
453fa17432
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user