--- gforth/update-copyright 2007/12/31 14:50:30 1.7 +++ gforth/update-copyright 2007/12/31 16:43:57 1.8 @@ -34,7 +34,9 @@ for i in `cvs -q status|grep 'Repository echo "update to $year: $i" fi else - echo "no copyright: $i" + author=`cvs log -rHEAD $i|grep 'author:'|sed 's/^.*author: //'|sed 's/;.*$//'` + awk 'BEGIN {printf "no copyright: %-30s %s\n","'$i'","'$author'";}' + #echo "no copyright: $i" fi done