|
1 | | -/********************************************************************** |
| 1 | +/*------------------------------------------------------------------------- |
| 2 | + * |
2 | 3 | * pl_funcs.c - Misc functions for the PL/pgSQL |
3 | 4 | * procedural language |
4 | 5 | * |
5 | | - * IDENTIFICATION |
6 | | - * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_funcs.c,v 1.47 2005/11/22 18:17:33 momjian Exp $ |
7 | | - * |
8 | | - * This software is copyrighted by Jan Wieck - Hamburg. |
| 6 | + * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
| 7 | + * Portions Copyright (c) 1994, Regents of the University of California |
9 | 8 | * |
10 | | - * The author hereby grants permission to use, copy, modify, |
11 | | - * distribute, and license this software and its documentation |
12 | | - * for any purpose, provided that existing copyright notices are |
13 | | - * retained in all copies and that this notice is included |
14 | | - * verbatim in any distributions. No written agreement, license, |
15 | | - * or royalty fee is required for any of the authorized uses. |
16 | | - * Modifications to this software may be copyrighted by their |
17 | | - * author and need not follow the licensing terms described |
18 | | - * here, provided that the new terms are clearly indicated on |
19 | | - * the first page of each file where they apply. |
20 | 9 | * |
21 | | - * IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY |
22 | | - * PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR |
23 | | - * CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS |
24 | | - * SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN |
25 | | - * IF THE AUTHOR HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH |
26 | | - * DAMAGE. |
27 | | - * |
28 | | - * THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY |
29 | | - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
30 | | - * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
31 | | - * PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON |
32 | | - * AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE NO |
33 | | - * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, |
34 | | - * ENHANCEMENTS, OR MODIFICATIONS. |
| 10 | + * IDENTIFICATION |
| 11 | + * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_funcs.c,v 1.48 2006/03/09 21:29:37 momjian Exp $ |
35 | 12 | * |
36 | | - **********************************************************************/ |
| 13 | + *------------------------------------------------------------------------- |
| 14 | + */ |
37 | 15 |
|
38 | 16 | #include "plpgsql.h" |
39 | 17 | #include "pl.tab.h" |
|
0 commit comments