--- gforth/update-copyright 2003/03/09 12:20:27 1.1 +++ gforth/update-copyright 2003/03/09 12:54:33 1.2 @@ -20,12 +20,11 @@ #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. for i in `cvs -q status|grep 'Repository revision:'|sed 's|^.*/usr/local/lib/cvs-repository/src-master/gforth/||'|sed 's/,v$//'`; do - echo $i - #if grep -q "[0-9] *Free Software Foundation" $i; then -# : -# else -# : #echo "$i: no copyright" -# fi + if grep -q "[0-9] *Free Software Foundation" $i; then + : + else + echo "$i: no copyright" + fi done