Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eb20aa9

Browse files
committed
Update copyright script for 2003.
1 parent 010c650 commit eb20aa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tools/copyright

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
rgrepc -l 'Copyright.*Regents' | while read FILE
1+
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
22
do
3-
pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
4-
\1Portions \2/g' $FILE
3+
pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
54
done

0 commit comments

Comments
 (0)