8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173b1a commit e096406Copy full SHA for e096406
src/tools/copyright
@@ -1,6 +1,6 @@
1
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
2
do
3
- 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
4
done
5
6
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2
0 commit comments