Have copyright tool mention that certain files should be updated in back branches.

pull/3/head
Bruce Momjian 13 years ago
parent 6a77bff086
commit b33385b89d
  1. 3
      src/tools/copyright.pl

@ -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…
Cancel
Save