From: Bruce Momjian Date: Tue, 3 Jul 2012 16:01:38 +0000 (-0400) Subject: Have copyright tool mention that certain files should be updated in back branches. X-Git-Tag: REL9_3_BETA1~1256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b33385b89d30ad3daa63b398e56a5e3822fd59c6;p=postgresql Have copyright tool mention that certain files should be updated in back branches. --- diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl index d78a8d8ce8..b8b87613f8 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";