aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/port/quotes.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/port/quotes.c b/src/port/quotes.c
index 2ce60905a0b..3590528c4a5 100644
--- a/src/port/quotes.c
+++ b/src/port/quotes.c
@@ -1,3 +1,18 @@
+/*-------------------------------------------------------------------------
+ *
+ * quotes.c
+ * string quoting and escaping functions
+ *
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ *
+ * IDENTIFICATION
+ * src/port/quotes.c
+ *
+ *-------------------------------------------------------------------------
+ */
+
#include "c.h"
/*