aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-07-03 12:01:38 -0400
committerBruce Momjian <bruce@momjian.us>2012-07-03 12:02:17 -0400
commitb33385b89d30ad3daa63b398e56a5e3822fd59c6 (patch)
treefc4641a438db22f9448b433f973fe8d2e6ebad22
parent6a77bff086b9bba94ab6cd6229a74f44d3ec266d (diff)
downloadpostgresql-b33385b89d30ad3daa63b398e56a5e3822fd59c6.tar.gz
postgresql-b33385b89d30ad3daa63b398e56a5e3822fd59c6.zip
Have copyright tool mention that certain files should be updated in back branches.
-rwxr-xr-xsrc/tools/copyright.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index d78a8d8ce88..b8b87613f8a 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -51,5 +51,6 @@ sub wanted {
untie @lines;
}
-print "Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too\n";
+print "Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too.\n";
+print "Also update ./COPYRIGHT and doc/src/sgml/legal.sgml in all back branches.\n";