diff options
author | Heikki Linnakangas | 2013-02-27 16:42:40 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2013-02-27 16:42:40 +0000 |
commit | 5ddf38f21d3f34c794de2d1c9b61ba92a7d6f39c (patch) | |
tree | 9005d00460d4b4fa8888cea8aa3bbdbf996685e2 | |
parent | 3d009e45bde2a2681826ef549637ada76508b597 (diff) |
Add standard file header comment to quotes.c.
-rw-r--r-- | src/port/quotes.c | 15 |
1 files changed, 15 insertions, 0 deletions
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" /* |