From 5ddf38f21d3f34c794de2d1c9b61ba92a7d6f39c Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas <heikki.linnakangas@iki.fi> Date: Wed, 27 Feb 2013 18:42:40 +0200 Subject: [PATCH] Add standard file header comment to quotes.c. --- src/port/quotes.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" /* -- GitLab