aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-02-27 18:42:40 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-02-27 18:42:40 +0200
commit5ddf38f21d3f34c794de2d1c9b61ba92a7d6f39c (patch)
tree9005d00460d4b4fa8888cea8aa3bbdbf996685e2 /src
parent3d009e45bde2a2681826ef549637ada76508b597 (diff)
downloadpostgresql-5ddf38f21d3f34c794de2d1c9b61ba92a7d6f39c.tar.gz
postgresql-5ddf38f21d3f34c794de2d1c9b61ba92a7d6f39c.zip
Add standard file header comment to quotes.c.
Diffstat (limited to 'src')
-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"
/*