Update copyright script.

This commit is contained in:
Bruce Momjian 2005-01-03 06:16:54 +00:00
parent 11373311d0
commit 4ea43bdfdf

View File

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