blob: 84bfd002b84a17a431c6251512e340375b0aea7e (
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
|