Update copyright script.
This commit is contained in:
parent
11373311d0
commit
4ea43bdfdf
@ -1,4 +1,4 @@
|
||||
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
||||
rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
||||
do
|
||||
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
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user