From: Bruce Momjian Date: Sat, 25 Apr 2009 15:53:42 +0000 (+0000) Subject: Remove HELIOS Software GmbH name and copyright from AIX dynloader files, X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=17b3afb8a1c8587e3d81b863e9899fa16a505228;p=users%2Fbernd%2Fpostgres.git Remove HELIOS Software GmbH name and copyright from AIX dynloader files, per approval from Helmut Tschemernjak, President. Only back branches; files removed from CVS HEAD. --- diff --git a/src/backend/port/dynloader/README.dlfcn.aix b/src/backend/port/dynloader/README.dlfcn.aix index e7519086d1..969a1d0a39 100644 --- a/src/backend/port/dynloader/README.dlfcn.aix +++ b/src/backend/port/dynloader/README.dlfcn.aix @@ -1,12 +1,3 @@ -Copyright (c) 1992,1993,1995, Jens-Uwe Mager, Helios Software GmbH -Not derived from licensed software. - -Permission is granted to freely use, copy, modify, and redistribute -this software, provided that no attempt is made to gain profit from it, -the author is not construed to be liable for any results of using the -software, alterations are clearly marked as such, and this notice is -not modified. - libdl.a ------- diff --git a/src/backend/port/dynloader/aix.c b/src/backend/port/dynloader/aix.c index 3ace7fc391..fdf6ab3a68 100644 --- a/src/backend/port/dynloader/aix.c +++ b/src/backend/port/dynloader/aix.c @@ -1,9 +1,3 @@ -/* - * @(#)dlfcn.c 1.7 revision of 95/08/14 19:08:38 - * This is an unpublished work copyright (c) 1992 HELIOS Software GmbH - * 30159 Hannover, Germany - */ - #include "postgres.h" #include diff --git a/src/backend/port/dynloader/aix.h b/src/backend/port/dynloader/aix.h index 386c6ef278..74fceffd12 100644 --- a/src/backend/port/dynloader/aix.h +++ b/src/backend/port/dynloader/aix.h @@ -1,9 +1,5 @@ /* * $PostgreSQL$ - * - * @(#)dlfcn.h 1.4 revision of 95/04/25 09:36:52 - * This is an unpublished work copyright (c) 1992 HELIOS Software GmbH - * 30159 Hannover, Germany */ #ifndef PORT_PROTOS_H