diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-09-27 20:04:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-09-27 20:04:14 +0000 |
commit | 5a017b96ad4a5b02907c6cea651d711f8fca615a (patch) | |
tree | 76f12bf8433bbb1fe453d9cb3560bbf591bd59de /contrib/array/array_iterator.doc | |
parent | 12a932251c9c11e4b5951e7856e932c67ff73b31 (diff) |
Apply contrib patch from Massimo
Diffstat (limited to 'contrib/array/array_iterator.doc')
-rw-r--r-- | contrib/array/array_iterator.doc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/array/array_iterator.doc b/contrib/array/array_iterator.doc index 031301799c6..b072ebe3970 100644 --- a/contrib/array/array_iterator.doc +++ b/contrib/array/array_iterator.doc @@ -1,4 +1,9 @@ Array iterator functions, by Massimo Dal Zotto <dz@cs.unitn.it> +Copyright (C) 1999, Massimo Dal Zotto <dz@cs.unitn.it> + +This software is distributed under the GNU General Public License +either version 2, or (at your option) any later version. + This loadable module defines a new class of functions which take an array and a scalar value, iterate a scalar operator over the |