mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Update copyright script for 2003.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
rgrepc -l 'Copyright.*Regents' | while read FILE
|
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
|
||||||
do
|
do
|
||||||
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
|
pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
|
||||||
\1Portions \2/g' $FILE
|
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user