Add standard file header comment to quotes.c.

This commit is contained in:
Heikki Linnakangas 2013-02-27 18:42:40 +02:00
parent 3d009e45bd
commit 5ddf38f21d
1 changed files with 15 additions and 0 deletions

View File

@ -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"
/*