diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-07-03 12:01:38 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-07-03 12:02:17 -0400 |
commit | b33385b89d30ad3daa63b398e56a5e3822fd59c6 (patch) | |
tree | fc4641a438db22f9448b433f973fe8d2e6ebad22 | |
parent | 6a77bff086b9bba94ab6cd6229a74f44d3ec266d (diff) | |
download | postgresql-b33385b89d30ad3daa63b398e56a5e3822fd59c6.tar.gz postgresql-b33385b89d30ad3daa63b398e56a5e3822fd59c6.zip |
Have copyright tool mention that certain files should be updated in back branches.
-rwxr-xr-x | src/tools/copyright.pl | 3 |
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"; |