1
0
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:
Bruce Momjian
2000-02-23 22:24:46 +00:00
parent 9f74608f47
commit f40c50627f
3 changed files with 11 additions and 2 deletions

5
src/tools/copyright Executable file
View 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