Diff for /gforth/update-copyright between versions 1.4 and 1.5

version 1.4, 2003/03/09 15:04:25 version 1.5, 2006/12/31 11:16:13
Line 25  for i in `cvs -q status|grep 'Repository Line 25  for i in `cvs -q status|grep 'Repository
     if grep -q "[0-9]  *Free Software Foundation" $i; then      if grep -q "[0-9]  *Free Software Foundation" $i; then
         year=`cvs log -rHEAD $i|grep date: |sed 's/date: //'|sed 's|/.*$||'`          year=`cvs log -rHEAD $i|grep date: |sed 's/date: //'|sed 's|/.*$||'`
         if grep "[0-9]  *Free Software Foundation" $i|grep -q $year; then          if grep "[0-9]  *Free Software Foundation" $i|grep -q $year; then
             echo "$i: up-to-date $year"              echo "up-to-date $year: $i"
         else          else
             if [ x$1 = x--update ]; then              if [ x$1 = x--update ]; then
                 sed "s/\([0-9]\)  *Free Software Foundation/\1,$year Free Software Foundation/" $i >update-copyright-tmp                  sed "s/\([0-9]\)  *Free Software Foundation/\1,$year Free Software Foundation/" $i >update-copyright-tmp
                 cp update-copyright-tmp $i                  cp update-copyright-tmp $i
             fi              fi
             echo "$i: update to $year"              echo "update to  $year: $i"
         fi          fi
     else      else
         echo "$i: no copyright"          echo "no copyright:    $i"
     fi      fi
 done  done
   

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>