|
7 | 7 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.h,v 1.17 2007/01/05 22:19:35 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.h,v 1.18 2007/03/26 21:51:15 momjian Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
|
16 | 16 | * |
17 | 17 | *dl.h |
18 | 18 | *header file for the Dynamic Loader Library |
19 | | - * |
20 | | - * |
21 | | - *Copyright (c) 1993 Andrew K. Yu, University of California at Berkeley |
22 | | - *All rights reserved. |
23 | | - * |
24 | | - *Permission to use, copy, modify, and distribute this software and its |
25 | | - *documentation for educational, research, and non-profit purposes and |
26 | | - *without fee is hereby granted, provided that the above copyright |
27 | | - *notice appear in all copies and that both that copyright notice and |
28 | | - *this permission notice appear in supporting documentation. Permission |
29 | | - *to incorporate this software into commercial products can be obtained |
30 | | - *from the author. The University of California and the author make |
31 | | - *no representations about the suitability of this software for any |
32 | | - *purpose. It is provided "as is" without express or implied warranty. |
33 | | - * |
34 | 19 | */ |
35 | 20 | #ifndef_DL_HEADER_ |
36 | 21 | #define_DL_HEADER_ |
|