--- gforth/update-copyright 2007/12/31 16:43:57 1.8 +++ gforth/update-copyright 2007/12/31 17:34:58 1.10 @@ -3,7 +3,7 @@ #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. @@ -35,7 +35,7 @@ for i in `cvs -q status|grep 'Repository fi else 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" fi done