8000 Clarify which files need manual copyright updates · postgrespro/postgres_cluster@29c18d9 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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

Lines changed: 4 additions & 4 deletions
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)
0