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

Update to 2006.

parent 5173b1a4
No related branches found
No related tags found
No related merge requests found
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do do
pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12005\2/' $FILE pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12006\2/' $FILE
done done
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2 echo "Manually update doc/src/sgml/legal.sgml too" 1>&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment