Clarify which files need manual copyright updates

This commit is contained in:
Bruce Momjian 2015-01-06 12:53:15 -05:00
parent 338c10b7f9
commit 29c18d919e

View File

@ -61,7 +61,7 @@ sub wanted
untie @lines;
}
print
"Manually update src/interfaces/libpq/libpq.rc.in too.\n";
print
"Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in head and all back branches.\n";
print "Manually update:\n";
print " ./src/interfaces/libpq/libpq.rc.in in head\n";
print " ./doc/src/sgml/legal.sgml in head and back branches\n";
print " ./COPYRIGHT in back branches\n";