mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Have copyright tool mention that certain files should be updated in back branches.
This commit is contained in:
@ -51,5 +51,6 @@ sub wanted {
|
|||||||
untie @lines;
|
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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user