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 eb20aa9 commit 19f7ca7Copy full SHA for 19f7ca7
src/tools/copyright
@@ -1,4 +1,4 @@
1
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
2
do
3
- pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
+ pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group.*\)$/\12003\2/g' $FILE
4
done
0 commit comments