Skip to content

Commit 90bdb64

Browse files
committed
Add missing copyright and RCS identification header.
1 parent b44e46c commit 90bdb64

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/backend/commands/sequence.c

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
* sequence.c
44
* PostgreSQL sequences support code.
55
*
6+
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7+
* Portions Copyright (c) 1994, Regents of the University of California
8+
*
9+
*
10+
* IDENTIFICATION
11+
* $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.46 2000/12/08 20:10:19 tgl Exp $
12+
*
613
*-------------------------------------------------------------------------
714
*/
15+
#include "postgres.h"
816

917
#include <ctype.h>
1018

11-
#include "postgres.h"
12-
1319
#include "access/heapam.h"
1420
#include "commands/creatinh.h"
1521
#include "commands/sequence.h"

0 commit comments

Comments
 (0)