Files
postgres/src/tools/copyright
T
2005-01-03 06:16:54 +00:00

8 lines
277 B
Plaintext
Executable File

rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
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
done
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2