postgresql/src/tools/copyright

6 lines
200 B
Plaintext
Raw Normal View History

2000-02-23 23:24:46 +01:00
rgrepc -l 'Copyright.*Regents' | while read FILE
do
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
2000-02-23 23:24:46 +01:00
\1Portions \2/g' $FILE
done