Fixed copyright notice.

This commit is contained in:
Michael Meskes 2009-08-05 11:42:20 +00:00
parent c29d7f02c2
commit 16f3cf8c0c
1 changed files with 3 additions and 4 deletions

View 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"