mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 08:08:08 -04:00
Clarify which files need manual copyright updates
This commit is contained in:
parent
338c10b7f9
commit
29c18d919e
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue