From: Heikki Linnakangas Date: Wed, 27 Feb 2013 16:42:40 +0000 (+0200) Subject: Add standard file header comment to quotes.c. X-Git-Tag: REL9_3_BETA1~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ddf38f21d3f34c794de2d1c9b61ba92a7d6f39c;p=postgresql Add standard file header comment to quotes.c. --- diff --git a/src/port/quotes.c b/src/port/quotes.c index 2ce60905a0..3590528c4a 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" /*