aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/copyright2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/copyright b/src/tools/copyright
index cd568f58f9c..84bfd002b84 100755
--- a/src/tools/copyright
+++ b/src/tools/copyright
@@ -1,4 +1,4 @@
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do
- pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
+ pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group.*\)$/\12003\2/g' $FILE
done