diff options
author | Michael Meskes <meskes@postgresql.org> | 2006-06-23 14:50:01 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2006-06-23 14:50:01 +0000 |
commit | c2f3c168fb4a9a8e5af97f642f2f9220966462e6 (patch) | |
tree | 38eabc0fc7790978d22bf24d4e9af9f40c90d883 /src/interfaces/ecpg/compatlib/informix.c | |
parent | 69bf0a0ddd52bcc35e75c63547603f96bcdff74b (diff) | |
download | postgresql-c2f3c168fb4a9a8e5af97f642f2f9220966462e6.tar.gz postgresql-c2f3c168fb4a9a8e5af97f642f2f9220966462e6.zip |
Clarified copyright notice
Diffstat (limited to 'src/interfaces/ecpg/compatlib/informix.c')
-rw-r--r-- | src/interfaces/ecpg/compatlib/informix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 24df35cfce7..858a392ac12 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.43 2006/06/21 10:24:40 meskes Exp $ */ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.44 2006/06/23 14:50:01 meskes Exp $ */ #include <stdlib.h> #include <string.h> @@ -672,6 +672,7 @@ intoasc(interval * i, char *str) begin : Wed Apr 2 2003 copyright : (C) 2003 by Carsten Wolff email : carsten.wolff@credativ.de + Contributed under the PostgreSQL License by credativ GmbH ***************************************************************************/ static struct |