mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
6 lines
200 B
Plaintext
Executable File
6 lines
200 B
Plaintext
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
|