blob: cd568f58f9c2de889105d6121b1ca60a5a9fc8f7 (
plain)
1
2
3
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
done
|