| #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|^.*/usr/local/lib/cvs-repository/src-master/gforth/||'|sed 's/,v$//'|grep -v -x -F -f update-copyright-blacklist`; do |
for i in `cvs -q status|grep 'Repository revision:'|sed 's|^.*/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 |