Skip to content
Snippets Groups Projects
Commit eb20aa9e authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update copyright script for 2003.

parent 010c6504
No related branches found
No related tags found
No related merge requests found
rgrepc -l 'Copyright.*Regents' | while read FILE rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do do
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\ pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
\1Portions \2/g' $FILE
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment