mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
rgrepc -l 'Copyright.*Regents' | while read FILE
|
||||
do
|
||||
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL, Inc\
|
||||
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
|
||||
\1Portions \2/g' $FILE
|
||||
done
|
||||
|
Reference in New Issue
Block a user