Thanks to visit codestin.com Credit goes to github.com
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 1137331 commit 4ea43bdCopy full SHA for 4ea43bd
src/tools/copyright
@@ -1,4 +1,4 @@
1
-rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
+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
4
done
0 commit comments