mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add reminder to update copyright in sgml file.
This commit is contained in:
parent
3d2849820b
commit
b69170481e
@ -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…
x
Reference in New Issue
Block a user