summaryrefslogtreecommitdiff
path: root/src/tools/copyright.pl
diff options
context:
space:
mode:
authorPeter Eisentraut2020-01-15 09:15:06 +0000
committerPeter Eisentraut2020-01-15 14:06:12 +0000
commit16a4a3d59cd5574fdc697ea16ef5692ce34c54d5 (patch)
treee0d2ee9337cb9c2b05e0fcc3389c128be16cf283 /src/tools/copyright.pl
parentac5bdf62617507b1942f6124a2696c04a16fca04 (diff)
Remove libpq.rc, use win32ver.rc for libpq
For historical reasons, libpq used a separate libpq.rc file for the Windows builds while all other components use a common file win32ver.rc. With a bit of tweaking, the libpq build can also use the win32ver.rc file. This removes a bit of duplicative code. Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://www.postgresql.org/message-id/flat/ad505e61-a923-e114-9f38-9867d161073f@2ndquadrant.com
Diffstat (limited to 'src/tools/copyright.pl')
-rwxr-xr-xsrc/tools/copyright.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index bd9f89d6ab3..35ee8468186 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -66,6 +66,5 @@ sub wanted
}
print "Manually update:\n";
-print " ./src/interfaces/libpq/libpq.rc.in in head\n";
print " ./doc/src/sgml/legal.sgml in head and back branches\n";
print " ./COPYRIGHT in back branches\n";