|
3 | 3 | * Portions Copyright (c) 1990 The Regents of the University of California. |
4 | 4 | * All rights reserved. |
5 | 5 | * |
6 | | - * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.20 2007/01/05 22:19:35 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.21 2007/03/26 21:44:11 momjian Exp $ |
7 | 7 | * |
8 | 8 | * Redistribution and use in source and binary forms, with or without |
9 | 9 | * modification, are permitted provided that the following conditions |
|
13 | 13 | * 2. Redistributions in binary form must reproduce the above copyright |
14 | 14 | * notice, this list of conditions and the following disclaimer in the |
15 | 15 | * documentation and/or other materials provided with the distribution. |
16 | | - * 3. All advertising materials mentioning features or use of this software |
17 | | - * must display the following acknowledgement: |
18 | | - *This product includes software developed by the University of |
19 | | - *California, Berkeley and its contributors. |
20 | | - * 4. Neither the name of the University nor the names of its contributors |
| 16 | + * 3. Neither the name of the University nor the names of its contributors |
21 | 17 | * may be used to endorse or promote products derived from this software |
22 | 18 | * without specific prior written permission. |
23 | 19 | * |
|