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

version 1.8, 2007/12/31 16:43:57 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 35  for i in `cvs -q status|grep 'Repository Line 35  for i in `cvs -q status|grep 'Repository
         fi          fi
     else      else
         author=`cvs log -rHEAD $i|grep 'author:'|sed 's/^.*author: //'|sed 's/;.*$//'`          author=`cvs log -rHEAD $i|grep 'author:'|sed 's/^.*author: //'|sed 's/;.*$//'`
         awk 'BEGIN {printf "no copyright:    %-30s %s\n","'$i'","'$author'";}'          awk 'BEGIN {printf "no (C) %-8s: %-30s\n","'$author'","'$i'";}'
         #echo "no copyright:    $i"          #echo "no copyright:    $i"
     fi      fi
 done  done

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


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