We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338c10b commit 29c18d9Copy full SHA for 29c18d9
src/tools/copyright.pl
@@ -61,7 +61,7 @@ sub wanted
61
untie @lines;
62
}
63
64
-print
65
-"Manually update src/interfaces/libpq/libpq.rc.in too.\n";
66
67
-"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";
0 commit comments