Add reminder to update copyright in sgml file.

REL8_0_STABLE
Bruce Momjian 21 years ago
parent 3d2849820b
commit b69170481e
  1. 3
      src/tools/RELEASE_CHANGES
  2. 3
      src/tools/copyright

@ -33,9 +33,6 @@
* Update pg_upgrade to handle new version, or disable * 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
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

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

Loading…
Cancel
Save