Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ddf38f

Browse files
committed
Add standard file header comment to quotes.c.
1 parent 3d009e4 commit 5ddf38f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/port/quotes.c

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* quotes.c
4+
* string quoting and escaping functions
5+
*
6+
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1994, Regents of the University of California
8+
*
9+
*
10+
* IDENTIFICATION
11+
* src/port/quotes.c
12+
*
13+
*-------------------------------------------------------------------------
14+
*/
15+
116
#include "c.h"
217

318
/*

0 commit comments

Comments
 (0)