mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Have copyright tool mention that certain files should be updated in back branches.
This commit is contained in:
parent
6a77bff086
commit
b33385b89d
1 changed files with 2 additions and 1 deletions
|
|
@ -51,5 +51,6 @@ sub wanted {
|
|||
untie @lines;
|
||||
}
|
||||
|
||||
print "Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too\n";
|
||||
print "Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too.\n";
|
||||
print "Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in all back branches.\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue