aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-01-06 15:51:39 -0500
committerBruce Momjian <bruce@momjian.us>2015-01-06 15:52:15 -0500
commitcb075178ec7f04545f43f455ae93e6c9ef6ef160 (patch)
treeda47174bdec3579f9cc2859e1941ad801d543aeb
parent91539c56986da740fd733765b06920cc73aaf33e (diff)
downloadpostgresql-cb075178ec7f04545f43f455ae93e6c9ef6ef160.tar.gz
postgresql-cb075178ec7f04545f43f455ae93e6c9ef6ef160.zip
Document that Perl's Tie might add a trailing newline
Report by Stefan Kaltenbrunner
-rwxr-xr-xsrc/tools/copyright.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index 2db88e0c2da..04917e7991b 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -5,6 +5,8 @@
# Copyright (c) 2011-2015, PostgreSQL Global Development Group
#
# src/tools/copyright.pl
+#
+# FYI, Tie adds a trailing newline on the last line if missing.
#################################################################
use strict;