mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix for 2003 again.
This commit is contained in:
parent
eb20aa9edb
commit
19f7ca78cc
@ -1,4 +1,4 @@
|
||||
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
||||
do
|
||||
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
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user