]> granicus.if.org Git - postgresql/commitdiff
Fixed copyright notice.
authorMichael Meskes <meskes@postgresql.org>
Wed, 5 Aug 2009 11:42:20 +0000 (11:42 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 5 Aug 2009 11:42:20 +0000 (11:42 +0000)
src/interfaces/ecpg/preproc/ecpg.c

index 07990b85ade11084d74040663b250b03d3274924..2cbc3906a0cb8579c05e8f86d5d93ced769223ea 100644 (file)
@@ -1,8 +1,7 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.110 2009/06/11 14:49:13 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.111 2009/08/05 11:42:20 meskes Exp $ */
 
-/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
-/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
-/* Placed under the same license as PostgreSQL */
+/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
+/* Copyright (c) 1996-2009, PostgreSQL Global Development Group */
 
 #include "postgres_fe.h"