Skip to content

Commit e970b2a

Browse files
committed
Remove individual user copyright because the code is contributed to
PGDG: > Yes. In fact the copyright belongs to credativ GmbH the company that > paid Carsten for his work. As you may or may not know I'm the CEO of > that company and can assure you that his work was contributed to the > PostgreSQL project.
1 parent 199f8f2 commit e970b2a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/interfaces/ecpg/compatlib/informix.c

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.44 2006/06/23 14:50:01 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.45 2006/06/25 01:45:32 momjian Exp $ */
22

33
#include <stdlib.h>
44
#include <string.h>
@@ -666,14 +666,10 @@ intoasc(interval * i, char *str)
666666
return 0;
667667
}
668668

669-
/***************************************************************************
670-
rfmt.c - description
671-
-------------------
672-
begin : Wed Apr 2 2003
673-
copyright : (C) 2003 by Carsten Wolff
674-
email : carsten.wolff@credativ.de
675-
Contributed under the PostgreSQL License by credativ GmbH
676-
***************************************************************************/
669+
/*
670+
* rfmt.c - description
671+
* by Carsten Wolff <carsten.wolff@credativ.de>, Wed Apr 2 2003
672+
*/
677673

678674
static struct
679675
{

0 commit comments

Comments
 (0)