postgresql/src/tools/copyright

6 lines
180 B
Plaintext
Executable File

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