aboutsummaryrefslogtreecommitdiff
path: root/contrib/array/array_iterator.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-09-27 20:04:14 +0000
committerBruce Momjian <bruce@momjian.us>1999-09-27 20:04:14 +0000
commit5a017b96ad4a5b02907c6cea651d711f8fca615a (patch)
tree76f12bf8433bbb1fe453d9cb3560bbf591bd59de /contrib/array/array_iterator.c
parent12a932251c9c11e4b5951e7856e932c67ff73b31 (diff)
downloadpostgresql-5a017b96ad4a5b02907c6cea651d711f8fca615a.tar.gz
postgresql-5a017b96ad4a5b02907c6cea651d711f8fca615a.zip
Apply contrib patch from Massimo
Diffstat (limited to 'contrib/array/array_iterator.c')
-rw-r--r--contrib/array/array_iterator.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/array/array_iterator.c b/contrib/array/array_iterator.c
index 27902e585f8..5417d2da52f 100644
--- a/contrib/array/array_iterator.c
+++ b/contrib/array/array_iterator.c
@@ -6,9 +6,12 @@
* elements of the array and the value and compute a result as
* the logical OR or AND of the iteration results.
*
- * Copyright (c) 1997, Massimo Dal Zotto <dz@cs.unitn.it>
+ * Copyright (C) 1999, Massimo Dal Zotto <dz@cs.unitn.it>
* ported to postgreSQL 6.3.2,added oid_functions, 18.1.1999,
* Tobias Gabele <gabele@wiz.uni-kassel.de>
+ *
+ * This software is distributed under the GNU General Public License
+ * either version 2, or (at your option) any later version.
*/
#include <ctype.h>