From c2f3c168fb4a9a8e5af97f642f2f9220966462e6 Mon Sep 17 00:00:00 2001
From: Michael Meskes <meskes@postgresql.org>
Date: Fri, 23 Jun 2006 14:50:01 +0000
Subject: [PATCH] Clarified copyright notice

---
 src/interfaces/ecpg/compatlib/informix.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
GitLab