Fix for 2003 again.

This commit is contained in:
Bruce Momjian 2003-08-04 02:27:25 +00:00
parent eb20aa9edb
commit 19f7ca78cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do
pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group.*\)$/\12003\2/g' $FILE
done