Add standard file header comment to quotes.c.

pull/3/head
Heikki Linnakangas 13 years ago
parent 3d009e45bd
commit 5ddf38f21d
  1. 15
      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"
/*

Loading…
Cancel
Save