Add missing copyright and RCS identification header.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Dec 2000 20:10:19 +0000 (20:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Dec 2000 20:10:19 +0000 (20:10 +0000)
src/backend/commands/sequence.c

index bb9659f359c64ede1cb661b1a6609a333bbeec85..87ac198044dd644580797de490f2ce6a6f0c0c5f 100644 (file)
@@ -3,13 +3,19 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ *
+ * IDENTIFICATION
+ *       $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.46 2000/12/08 20:10:19 tgl Exp $
+ *
  *-------------------------------------------------------------------------
  */
+#include "postgres.h"
 
 #include <ctype.h>
 
-#include "postgres.h"
-
 #include "access/heapam.h"
 #include "commands/creatinh.h"
 #include "commands/sequence.h"