1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00
postgres/src/tools/copyright

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