From 5a017b96ad4a5b02907c6cea651d711f8fca615a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 27 Sep 1999 20:04:14 +0000 Subject: Apply contrib patch from Massimo --- contrib/array/array_iterator.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib/array/array_iterator.c') 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 + * Copyright (C) 1999, Massimo Dal Zotto * ported to postgreSQL 6.3.2,added oid_functions, 18.1.1999, * Tobias Gabele + * + * This software is distributed under the GNU General Public License + * either version 2, or (at your option) any later version. */ #include -- cgit v1.2.3