Diff for /gforth/update-copyright between versions 1.7 and 1.10

version 1.7, 2007/12/31 14:50:30 version 1.10, 2007/12/31 17:34:58
Line 3 Line 3
   
 #call this at the end of each year on a GNU system  #call this at the end of each year on a GNU system
   
 #Copyright (C) 2003,2006 Free Software Foundation, Inc.  #Copyright (C) 2003,2006,2007 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
   
Line 34  for i in `cvs -q status|grep 'Repository Line 34  for i in `cvs -q status|grep 'Repository
             echo "update to  $year: $i"              echo "update to  $year: $i"
         fi          fi
     else      else
         echo "no copyright:    $i"          author=`cvs log -rHEAD $i|grep 'author:'|sed 's/^.*author: //'|sed 's/;.*$//'`
           awk 'BEGIN {printf "no (C) %-8s: %-30s\n","'$author'","'$i'";}'
           #echo "no copyright:    $i"
     fi      fi
 done  done
   

Removed from v.1.7  
changed lines
  Added in v.1.10


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