mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 21:30:36 -05:00
5 lines
200 B
Text
Executable file
5 lines
200 B
Text
Executable file
rgrepc -l 'Copyright.*Regents' | while read FILE
|
|
do
|
|
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
|
|
\1Portions \2/g' $FILE
|
|
done
|