Diff for /gforth/update-copyright between versions 1.13 and 1.15

version 1.13, 2008/11/01 22:19:30 version 1.15, 2010/12/31 18:06:31
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,2007,2008 Free Software Foundation, Inc.  #Copyright (C) 2003,2006,2007,2008,2009,2010 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
   
Line 20 Line 20
 #You should have received a copy of the GNU General Public License  #You should have received a copy of the GNU General Public License
 #along with this program. If not, see http://www.gnu.org/licenses/.  #along with this program. If not, see http://www.gnu.org/licenses/.
   
 for i in `cvs -q status|grep 'Repository revision:'|sed 's|^.*/nfs/unsafe/cvs-repository/src-master/gforth/||'|sed 's/,v$//'|fgrep -v -x -F -f update-copyright-blacklist`; do  for i in `cvs -q status|grep 'Repository revision:'|sed 's|^.*/usr/local/lib/cvs-repository/src-master/gforth/||'|sed 's/,v$//'|grep -v -x -F -f update-copyright-blacklist`; do
     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

Removed from v.1.13  
changed lines
  Added in v.1.15


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