Remove HELIOS Software GmbH name and copyright from AIX dynloader files,
authorBruce Momjian <bruce@momjian.us>
Sat, 25 Apr 2009 15:53:26 +0000 (15:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 25 Apr 2009 15:53:26 +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 a5d355c2cc263fbfce16eca778e6e445a1914c86..6f974a9a00d6f89f12e2073c86cba7b213313d9f 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 3aee79731a220b8646a5e91a8fed62387c2f44ac..2435e73245991964f5ab02b613da7b60383a711b 100644 (file)
@@ -1,9 +1,5 @@
 /*
- * $Id: aix.h,v 1.11 2002/02/12 23:39:46 tgl Exp $
- *
- * @(#)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
+ * $Id: aix.h,v 1.11.8.1 2009/04/25 15:53:26 momjian Exp $
  */
 
 #ifndef PORT_PROTOS_H