Skip to content

Commit 29c18d9

Browse files
committed
Clarify which files need manual copyright updates
1 parent 338c10b commit 29c18d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tools/copyright.pl

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sub wanted
6161
untie @lines;
6262
}
6363

64-
print
65-
"Manually update src/interfaces/libpq/libpq.rc.in too.\n";
66-
print
67-
"Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in head and all back branches.\n";
64+
print "Manually update:\n";
65+
print " ./src/interfaces/libpq/libpq.rc.in in head\n";
66+
print " ./doc/src/sgml/legal.sgml in head and back branches\n";
67+
print " ./COPYRIGHT in back branches\n";

0 commit comments

Comments
 (0)