diff options
| author | Bruce Momjian | 2012-07-03 16:01:38 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2012-07-03 16:02:17 +0000 |
| commit | b33385b89d30ad3daa63b398e56a5e3822fd59c6 (patch) | |
| tree | fc4641a438db22f9448b433f973fe8d2e6ebad22 | |
| parent | 6a77bff086b9bba94ab6cd6229a74f44d3ec266d (diff) | |
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"; |
