1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

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; untie @lines;
} }
print print "Manually update:\n";
"Manually update src/interfaces/libpq/libpq.rc.in too.\n"; print " ./src/interfaces/libpq/libpq.rc.in in head\n";
print print " ./doc/src/sgml/legal.sgml in head and back branches\n";
"Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in head and all back branches.\n"; print " ./COPYRIGHT in back branches\n";