aboutsummaryrefslogtreecommitdiff
path: root/src/tools/copyright
blob: cc64e4d8ee7f3275a240c7aa04adcee7963fba0b (plain)
1
2
3
4
5
rgrepc -l 'Copyright.*Regents' | while read FILE
do
	pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL, Inc\
\1Portions \2/g' $FILE
done