Add reminder to update copyright in sgml file.

This commit is contained in:
Bruce Momjian 2004-10-26 23:42:49 +00:00
parent 3d2849820b
commit b69170481e
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,6 @@
* Update pg_upgrade to handle new version, or disable
* Update copyright year when needed
doc/src/sgml/legal.sgml will also need to be updated
---------------------------------------------------------------------------

View File

@ -2,3 +2,6 @@ rgrepc -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.*\)$/\12004\2/' $FILE
done
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2