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

Commit 19f7ca7

Browse files
committed
Fix for 2003 again.
1 parent eb20aa9 commit 19f7ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/copyright

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

0 commit comments

Comments
 (0)