Remove HELIOS Software GmbH name and copyright from AIX dynloader files,
authorBruce Momjian <[email protected]>
Sat, 25 Apr 2009 15:53:42 +0000 (15:53 +0000)
committerBruce Momjian <[email protected]>
Sat, 25 Apr 2009 15:53:42 +0000 (15:53 +0000)
per approval from Helmut Tschemernjak, President.

Only back branches;  files removed from CVS HEAD.

src/backend/port/dynloader/README.dlfcn.aix
src/backend/port/dynloader/aix.c
src/backend/port/dynloader/aix.h

index e7519086d11d7f42a21514f3c8e4f38aba7810f1..969a1d0a39b752298833529f3d89e9257ef56bfc 100644 (file)
@@ -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
 -------
 
index 3ace7fc39153b7b50795ac830aa884e2d081bad1..fdf6ab3a68c814a3629cf5ad2da8e3cfdbfe76f5 100644 (file)
@@ -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 <errno.h>
index 386c6ef2788903402302cf5d1a199c6d2117a111..74fceffd12af71191322a1e129c93f76797a91d0 100644 (file)
@@ -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