summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2015-01-06 16:45:17 +0000
committerBruce Momjian2015-01-06 16:45:17 +0000
commit338c10b7f9157ac2fb6a785505f800f4fd919577 (patch)
tree9f44e314865c093104c430208b1928a012cf371d
parent4baaf863eca5412e07a8441b3b7e7482b7a8b21a (diff)
Simplify post-copyright update instructions.
-rwxr-xr-xsrc/tools/copyright.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index ec389b6f7b..2b77c4f78a 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -62,6 +62,6 @@ sub wanted
}
print
-"Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too.\n";
+"Manually update src/interfaces/libpq/libpq.rc.in too.\n";
print
-"Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in all back branches.\n";
+"Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in head and all back branches.\n";