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