mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Fix for 2003 again.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
||||||
do
|
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
|
done
|
||||||
|
Reference in New Issue
Block a user