aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-01-06 12:53:15 -0500
committerBruce Momjian <bruce@momjian.us>2015-01-06 12:53:15 -0500
commit29c18d919e3e45fcb0c40747636c3bc2c79253ae (patch)
treecca1349221ef49566dba60794890af832a0bd1da /src
parent338c10b7f9157ac2fb6a785505f800f4fd919577 (diff)
downloadpostgresql-29c18d919e3e45fcb0c40747636c3bc2c79253ae.tar.gz
postgresql-29c18d919e3e45fcb0c40747636c3bc2c79253ae.zip
Clarify which files need manual copyright updates
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/copyright.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index 2b77c4f78a3..2db88e0c2da 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -61,7 +61,7 @@ sub wanted
untie @lines;
}
-print
-"Manually update src/interfaces/libpq/libpq.rc.in too.\n";
-print
-"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";