added licenses for files w/o:

p4 edit `find . -name '*.java' -exec grep -L copyright {} \;`
for f in `find . -name '*.java' -exec grep -L copyright {} \;`; do  
cat /tmp/license.txt $f > /tmp/blort; mv /tmp/blort $f; done
p4 submit

update to 2008:

p4 edit `find . -name '*.java' -exec grep -L 2008 {} \;`
for f in `find . -name '*.java' -exec grep -L 2008 {} \;`; do perl -p - 
i -e "s/\-200./\-2008/" $f; done
p4 submit

may be power of the shell be with you.

Ter

_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org:8080/mailman/listinfo/antlr-dev

Reply via email to