We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010c650 commit eb20aa9Copy full SHA for eb20aa9
src/tools/copyright
@@ -1,5 +1,4 @@
1
-rgrepc -l 'Copyright.*Regents' | while read FILE
+rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
2
do
3
- pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
4
-\1Portions \2/g' $FILE
+ pipe sed 's/^\(.*Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group/\12003\2/g' $FILE
5
done
0 commit comments